Kubernetes Command Guide

Posted on Sat 24 May 2025 in Technology • Tagged with DevOps, Containers, Kubernetes

Kubernetes Resource Kit

What is Kubernetes?

Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.


Learn Kubernetes Basic

Learn Kubernetes Basics

Listen to Kubernetes Podcast

Creating and Managing a Service

Creating the Deployment Manifest for Nginx

Here is an example of a …


Continue reading

The Docker Ninja

Posted on Sun 23 February 2020 in Technology • Tagged with DevOps, Containers, Docker

Docker Resource Kit

Installing Docker

Ubuntu

curl -sSL https://get.docker.com/ | sudo sh

MacOS

brew install docker

Docker Compose

Find below the link with instructions:
Docker Compose Install

Important tip: Always check if you have your Docker Repo updated:
- /etc/yum.repos.d/docker.repo (RHEL)
- /etc/apt/sources …


Continue reading