Pods are the smallest deployable units of computing that you can create and manage in Kubernetes.
- A Pod consists of one or more containers and resources shared by those containers.
Ideas through Technologies
Pods are the smallest deployable units of computing that you can create and manage in Kubernetes.
Kubernetes coordinates a highly available cluster of computers that are connected to work as a single unit. Kubernetes automates the distribution and scheduling of application containers across a cluster in an efficient way.
You need to set up the cluster: Master node and Worker nodes.
Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.
Here is the list of useful Kubernetes commands and examples.
Continue reading “Working with Kubernetes”This is how to install Kubernetes on the Linux machine (CentOS7) – Master Node + Worker Node
Continue reading “Kubernetes – Install and Test on CentOS7”