Articles in this series
If you need to deploy and scale multiple instances of containers, operate multiple services, and scale them up and down, K8's can be used. Official...
Namespaces are a way to organize clusters into virtual sub-clusters — they can be helpful when different teams or projects share a Kubernetes cluster....
In usual containerized applications eg. mysql db container, docker run --detach --name=[container_name] --env="MYSQL_ROOT_PASSWORD=my_p@ssworrD$ss"...
On Control plane run command below on masterNode(192.168.1.50); copy the output and run on the worker nodes. kubeadm token create...
A deployment is an object in Kubernetes that lets you manage a set of identical pods usually that doesn't maintain state. Below is sample deployment...