Skip to content

Explore the cluster

Outcomes

You should be able to:

  • Get an idea on how Kubernetes works
  • Understand the basic concepts of Kubernetes

Outline

  1. Alias kubectl
alias k=kubectl
  1. Explore the cluster
k get nodes
k get pods
k get pods -o wide
  1. Get cluster information
k cluster-info
k get componentstatuses
k get events
k api-resources
k api-versions