Created
August 10, 2018 06:22
-
-
Save arbaaz/72c8f73ffd9996617a4be4e6a14e5b61 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl get nodes | |
kubectl cluster-info | |
minikube dashboard | |
kubectl api-resources | |
kubectl get pods | |
kubectl get deploy | |
kubectl run nginx --image=nginx --port=80 |
Author
arbaaz
commented
Aug 10, 2018
kubectl describe pod <podname>
a897dac5b9c6a11e8bfe91257ae3a0fa-1179965677.us-east-1.elb.amazonaws.com
kubectl delete deploy nginx
kubectl delete service nginx
kubectl create -f nginx-pod.yml
kubectl create -f nginx-service.yml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment