#kubernetes
Read more stories on Hashnode
Articles with this tag
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...
On Control plane run command below on masterNode(192.168.1.50); copy the output and run on the worker nodes. kubeadm token create...
In usual containerized applications eg. mysql db container, docker run --detach --name=[container_name] --env="MYSQL_ROOT_PASSWORD=my_p@ssworrD$ss"...
Namespaces are a way to organize clusters into virtual sub-clusters — they can be helpful when different teams or projects share a Kubernetes cluster....
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...