Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 1.62 KB

plan.md

File metadata and controls

8 lines (8 loc) · 1.62 KB
Task Description
Core Concepts - 13% Understand kubernetes API Primitives
Create and configure basic Pods
Multi-container pods - 10% Understand Multi-Container Pod design patterns (e.g: ambassador, adapter, sidecar)
Pod Design - 20% Understand how to use Labels, Selectors, and Annotations.
Understand Deployments and how to perform rolling updates.
Understand Deployments and how to perform rollbacks.
Understand Jobs and CronJobs.
Configuration - 18% Understand ConfigMaps
Understand SecurityContexts
Define an application's resources requirements
Create & consume Secrets
Understand ServiceAccounts
Observability - 18% Understand LivenessProbes and ReadinessProbes
Understand container logging
Understand how to monitor applications in Kubernetes
Understand debugging in Kubernetes
Services & Networking – 13% Understand Services
Demonstrate basic understanding of NetworkPolicies