Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.59 KB

h.core_concepts.md

File metadata and controls

36 lines (27 loc) · 1.59 KB

Core Concepts (19%)

Curriculum

  • Understand the Kubernetes API primitives. en
  • Understand the Kubernetes cluster architecture. en
    • Nodes. en es
    • Master-Node Communication. en es
  • Understand Services and other network primitives.

Extra Links

Exercise

  1. List all supported resource types along with their shortnames.

    show

    kubectl api-resources

  2. List the component status of the kubernetes cluster.

    show

    kubectl get componentstatuses