Please enable JavaScript.
Coggle requires JavaScript to display documents.
CKA (Install, Configure, Validate (12%) (Design a Kubernetes cluster,…
Scheduling (5%)
- Use label selector to schedule Pods
- Understand the role DaemonSets
- Understand how resource limits can affect Pod scheduling
- Understand how to run multiple schedulers and how to configure Pods to use them
- Manually schedule a pod without a scheduler
-
- Know how to configure the Kuberneres scheduler
-
-
-
Security (12%)
- Know how to configure authentication and authorization
- Understand Kubernetes security primitives
- Know to configure network policies
- Create and manage TLS certificate for cluster components
- Work with images securely
-
- Secure persistent key value store
- Work with role-based access control (RBAC)
Storage (7%)
- Understand persistent volumes and know how to create them
- Understand access modes for volumes
- Understand persistent volume claims primitives
- Understand Kubernetes storage objects
- Know how to configure applications with persistent storage
Troubleshooting (10%)
- Troubleshoot application failure
- Troubleshoot control plane failure
- Troubleshoot worker node failure
-
Core Concepts (19%)
- Understand the Kubernetes API primitive
- Understand the Kubernetes cluster architecture
- Understand Service and other network primitive
Networking (11%)
- Understand the networking configuration on the cluster nodes
- Understand Pod networking concepts
- Understand service networking
- Deploy and configure network load balancer
- Know how to use Ingress rules
- Know how to configure and use the cluster DNS
-
Install, Configure, Validate (12%)
- Design a Kubernetes cluster
- Install Kubernetes masters and nodes include the use of TLS bootstrapping
- Configure a Highly-Available Kubernetes cluster
- Know where to get the Kubernetes release binaries
- Provision underlying ifranstructure to deploy a Kubernetes cluster
- Choose a network solution
- Choose your kubernetes infrastructure configuration
- Run end-to-end tests on your clustes
- Analyse end-to-end tests results
- Run Node end-to-end tests
-
-
-
-
Taints & Tolerations
Effect
-
-
NoExecute - ( evicted from the node if already running, not be scheduled if not yet running )
-
-