May 2018
Intermediate to advanced
554 pages
13h 51m
English
We can stop the application using commands such as the delete deployment and service. Before this, we suggest you read through the following code first to understand more about how it works:
// stop deployment named my-first-nginx$ kubectl delete deployment my-first-nginxdeployment.extensions "my-first-nginx" deleted// stop service named my-first-nginx$ kubectl delete service my-first-nginxservice "my-first-nginx" deleted
Read now
Unlock full access