Learn DevOps: The Complete Kubernetes Course
Learn DevOps: The Complete Kubernetes Course.
1.0.0
Download zip file and extract it latest pre-built release. Or clone the repository and cd into it.
This project uses a number of open source projects to work properly:
Install kubectl and minikube for your OS.
hyperv
$ minikube start --vm-driver hyperv --hyperv-virtual-switch "<Minikube Name>"
virtualbox
minikube start –vm-driver=virtualbox -p <name>
Once running minikube
cd kubernetes-demos
minikube status
kubectl cluster-info
kubectl apply -f <demo-name>/
To verify pods/services status
cd kubernetes-demos
kubectl get pods
kubectl get services
To verify minikube ip
cd kubernetes-demos
minikube ip
[//]: # “These are reference links used in the body of this note and get stripped out when the markdown processor does
its job. There is no need to format nicely because it shouldn’t be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax“