Skip to content

Instantly share code, notes, and snippets.

@arbaaz
Created August 10, 2018 06:22
Show Gist options
  • Save arbaaz/72c8f73ffd9996617a4be4e6a14e5b61 to your computer and use it in GitHub Desktop.
Save arbaaz/72c8f73ffd9996617a4be4e6a14e5b61 to your computer and use it in GitHub Desktop.
kubectl get nodes
kubectl cluster-info
minikube dashboard
kubectl api-resources
kubectl get pods
kubectl get deploy
kubectl run nginx --image=nginx --port=80
@arbaaz
Copy link
Author

arbaaz commented Aug 10, 2018

kubectl create -f nginx-pod.yml
kubectl create -f nginx-service.yml

@RahulMahale
Copy link

@RahulMahale
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment