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.....

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.....
The objective of this post series helps you for taking the Certified Kubernetes Administrator (CKA) exam using Kubernetes Official Documentation.....
I want to show how to change the container’s timezone which runs on the Kubernetes cluster.....
You want to use Linux/Unix and openSSH to automate your jobs and tasks. So you need automatic logins that don’t need to type your password when you connect from A host to B host.....