- Kubernetes Primitives
- Using kubectl to Interact with the Kubernetes Cluster
- Object Management: Imperative
- Object Management: Declarative
- Object Management: Hybrid
- Object Management: Other Notable Commands
- Creating Pods
- Listing Pods
- Pod Life Cycle Phases
- Rendering Pod Details (Describe)
- Accessing Logs of a Pod
- Executing a Command in Container
- Deleting a Pod
- Declaring Environment Variables
- Defining a Command with Arguments
- Understanding Namespaces
- Exam Essentials
- Sample Exercises