November 2018
Intermediate to advanced
404 pages
10h 16m
English
Once you have an active Kubernetes cluster, you can deploy your containerized application to it. To do so, you can use kubectl to create a deployment. The deployment tells Kubernetes how to create and update instances of your application. The Kubernetes Deployment Controller will monitor these instances and provide a self-healing mechanism. If an instance in your worker node goes down, the Kubernetes Deployment controller will attempt to replace it. Even if the hosting machine of your worker node goes down, the Deployment controller can still detect the machine failure and address the recovery.
Read now
Unlock full access