Kubernetes has become the de-facto standard for the container orchestration to automate application deployment, scaling, and management after Google published the project in 2014.....

Kubernetes has become the de-facto standard for the container orchestration to automate application deployment, scaling, and management after Google published the project in 2014.....
The unpredictable spread of COVID-19 has disrupted lives, companies, social activities, and business all around the world.....
In this post, we build a test cluster from scratch in order to check the installed components of the cluster and execute some deployment.....
Kubernetes was designed in a highly modular manner to orchestrate multiple containers for a specific purpose. In this post, I'll focus on ReplicationController, ReplicaSets, and deployments.....
A pod is a group of one or more containers with shared resources that runs on the same host.....
Imagine there is a hotel that has different types of rooms and these rooms have some features named Cgroup, IPC, Network, Mount, PID, User, UTS.....