Explore the cluster¶
Outcomes¶
You should be able to:
- Get an idea on how Kubernetes works
- Understand the basic concepts of Kubernetes
Outline¶
- Alias kubectl
alias k=kubectl
- Explore the cluster
k get nodes
k get pods
k get pods -o wide
- Get cluster information
k cluster-info
k get componentstatuses
k get events
k api-resources
k api-versions