Kuberenetes – Services NodePort
Read More
kubectl rollout status deployment/myapp-deployment kubectl rollout histor deployment/myapp-deployments kubectl rollout undo deployment/myapp-deployment
Read MoreBasic Concepts Node also known as minion is a machine which kubernetes is installed, Kublet is the agent running on each minion on the cluster, etcd is responsible to hold information and logs about the cluster, the scheduler is responsible for distributing containers across the nodes. Controllers analyze the cluster and can bring up more […]
Read More