Skip to content

Instantly share code, notes, and snippets.

View Imsurajkr's full-sized avatar
🏠
Working from home

Suraj Kumar Imsurajkr

🏠
Working from home
View GitHub Profile
@Imsurajkr
Imsurajkr / kube.sh
Last active September 4, 2020 11:15
Some commands to interact with minikube
kubectl get nodes # The output will look like this
# NAME STATUS ROLES AGE VERSION
# minikube Ready master 21h v1.18.3
@Imsurajkr
Imsurajkr / shell.sh
Created September 4, 2020 11:03
Some commands to interact with minikube
minikube status
minikube ssh # takes you inside the docker conatiner where kubernetes is managinig
kubectl describe nodes minikube # more detailed data about minikube node
# all the containers