Info
Content
Workshop
This workshop is based on the course "Learn DevOps: The Complete Kubernetes Course" on Udemy
Setup & Running First App
Setup on Azure Please refer to this guide. Running First App Let's run an application on the ...
Replication and Deployment
$ kubectl scale --replicas=3 -f helloworld-replica.yml replicationcontroller "helloworld-control...
Services
Services Pods are very dynamic, they come and go on Kubernetes cluster When using a Replicat...