Difference between revisions of "Cka2"
Jump to navigation
Jump to search
(Created page with " https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ ``` ``` https://github.com/cncf/curriculum/blob/master/CKA_Curriculum_v1.31.pdf") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | # CKA2 Guide | ||
+ | ## References | ||
https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ | https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ | ||
− | |||
− | + | https://github.com/cncf/curriculum/blob/master/CKA_Curriculum_v1.31.pdf | |
− | + | ## CKA Curriculum | |
+ | |||
+ | * Manage role based access control (RBAC) | ||
+ | * Use Kubeadm to install a basic cluster | ||
+ | * Manage a highly-available Kubernetes cluster | ||
+ | * Provision underlying infrastructure to deploy a Kubernetes cluster | ||
+ | * Perform a version upgrade on a Kubernetes cluster using Kubeadm | ||
+ | * Implement etcd backup and restore | ||
+ | * Understand deployments and how to perform rolling update and rollbacks | ||
+ | * Use ConfigMaps and Secrets to configure applications | ||
+ | * Know how to scale applications | ||
+ | * Understand the primitives used to create robust, self-healing, application deployments | ||
+ | * Understand how resource limits can affect Pod scheduling | ||
+ | * Awareness of manifest management and common templating tools | ||
+ | * Understand host networking configuration on the cluster nodes | ||
+ | * Understand connectivity between Pods | ||
+ | * Understand ClusterIP, NodePort, LoadBalancer service types and endpoints | ||
+ | * Know how to use Ingress controllers and Ingress resources | ||
+ | * Know how to configure and use CoreDNS | ||
+ | * Choose an appropriate container network interface plugin | ||
+ | * Understand storage classes, persistent volumes | ||
+ | * Understand volume mode, access modes and reclaim policies for volumes | ||
+ | * Understand persistent volume claims primitive | ||
+ | * Know how to configure applications with persistent storage | ||
+ | * Evaluate cluster and node logging | ||
+ | * Understand how to monitor applications | ||
+ | * Manage container stdout & stderr logs | ||
+ | * Troubleshoot application failure | ||
+ | * Troubleshoot cluster component failure | ||
+ | * Troubleshoot networking | ||
+ | * 25% - Cluster Architecture, Installation & Configuration | ||
+ | * 15% - Workloads & Scheduling | ||
+ | * 20% - Services & Networking | ||
+ | * 10% - Storage | ||
+ | * 30% - Troubleshooting |
Latest revision as of 00:50, 4 January 2025
CKA2 Guide
References
https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
https://github.com/cncf/curriculum/blob/master/CKA_Curriculum_v1.31.pdf
CKA Curriculum
- Manage role based access control (RBAC)
- Use Kubeadm to install a basic cluster
- Manage a highly-available Kubernetes cluster
- Provision underlying infrastructure to deploy a Kubernetes cluster
- Perform a version upgrade on a Kubernetes cluster using Kubeadm
- Implement etcd backup and restore
- Understand deployments and how to perform rolling update and rollbacks
- Use ConfigMaps and Secrets to configure applications
- Know how to scale applications
- Understand the primitives used to create robust, self-healing, application deployments
- Understand how resource limits can affect Pod scheduling
- Awareness of manifest management and common templating tools
- Understand host networking configuration on the cluster nodes
- Understand connectivity between Pods
- Understand ClusterIP, NodePort, LoadBalancer service types and endpoints
- Know how to use Ingress controllers and Ingress resources
- Know how to configure and use CoreDNS
- Choose an appropriate container network interface plugin
- Understand storage classes, persistent volumes
- Understand volume mode, access modes and reclaim policies for volumes
- Understand persistent volume claims primitive
- Know how to configure applications with persistent storage
- Evaluate cluster and node logging
- Understand how to monitor applications
- Manage container stdout & stderr logs
- Troubleshoot application failure
- Troubleshoot cluster component failure
- Troubleshoot networking
- 25% - Cluster Architecture, Installation & Configuration
- 15% - Workloads & Scheduling
- 20% - Services & Networking
- 10% - Storage
- 30% - Troubleshooting