Skip to content

Instantly share code, notes, and snippets.

View ronhks's full-sized avatar
🖖
Live long and prosper!

Zsolt Dénes ronhks

🖖
Live long and prosper!
View GitHub Profile
kubectl get services # List all services
kubectl get pods # List all pods
kubectl get nodes -w # Watch nodes continuously
kubectl version # Get version information
kubectl cluster-info # Get cluster information
kubectl config view # Get the configuration
kubectl describe node <node> # Output information about a node
kubectl get pods # List the current pods
kubectl describe pod <name> # Describe pod <name>
kubectl get rc # List the replication controllers