In this course, students will learn and practice essential Kubernetes concepts and tasks in the following sections:
1. Cluster Architecture, Installation & Configuration
Each student will be given an environment that allows them to build a Kubernetes cluster from scratch. After a detailed discussion on key architectural components and primitives, students will install and compare two production grade Kubernetes clusters.
Hands-on labs:
- Use Kubeadm to Install a Basic Cluster
- Implement Etcd Backup and Restore
- Augment a Basic Kubeadm Cluster to Achieve High-Availability
- Perform a Version Upgrade on a Kubernetes Cluster using Kubeadm
- Deploy Kubernetes Using Ansible
2. Review: Kubernetes Fundamentals
After successfully instantiating their own Kubernetes Cluster, students will be guided through foundational concepts of deploying and managing applications in a production environment.
Hands-on labs:
- Isolating Resources with Kubernetes Namespaces
- Cluster Access with Kubernetes Context
- Manage Role Based Access Control (RBAC)
- Listing Resources with kubectl get
- Examining Resources with kubectl describe
- Create and Configure Basic Pods
3. Workloads & Scheduling
After establishing a solid Kubernetes command line foundation, students will be led through discussion and hands-on labs which focus on effectively creating applications that are easy to configure, simple to manage, quick to scale, and able to heal themselves.
Hands-on labs:
- Understanding How Resource Limits Affect Pod Scheduling
- Using ConfigMaps and Secrets to Configure Applications
- Creating Robust, Self-Healing Application Deployments
- Deployments: Scaling, Rolling Updates & Rollbacks
- Understanding Taints and Tolerations
4. Services & Networking
Thoroughly understanding the underlying physical and network infrastructure of a Kubernetes cluster is an essential skill for a Certified Kubernetes Administrator. After an in-depth discussion of the Kubernetes Networking Model, students explore the networking of their cluster’s Control Plane, Workers, Pods, and Services.
Hands-on labs:
- Understanding the Host Networking on Cluster Node
- Understanding Connectivity Between Pods
- Services: ClusterIP, Nodeport, LoadBalancer
- Using Ingress Controllers and Resources to Expose a Service
- Configuring CoreDNS
5. Storage
Certified Kubernetes Administrators are often in charge of designing and implementing the storage architecture for their clusters. After discussing many common cluster storage solutions and how to best use each, students practice incorporating stateful storage into their applications.
Hands-on labs:
- Understanding the Persistent Volume Claims Primitives
- Automating Storage with Storage Classes
6. Troubleshooting
A Certified Kubernetes Administrator is expected to be an effective troubleshooter for their cluster. The lecture covers a variety of ways to evaluate and optimize available log information for efficient troubleshooting, and the labs have students practice diagnosing and resolving several typical issues within their Kubernetes Cluster.
Hands-on labs:
- Evaluating and Optimizing Cluster, Node, and Container Logging
- Troubleshoot Application Failure
- Troubleshoot Cluster Component Failure
- Troubleshoot Networking
7. Certified Kubernetes Administrator Practice Exam
Just like the Cloud Native Computing Foundation CKA Exam, the students will be given two hours to complete hands-on tasks in their own Kubernetes environment. Unlike the certification exam, students taking the Alta3 CKA Practice Exam will have scoring and documented answers available immediately after the exam is complete, and will have built-in class time to re-examine topics that they wish to discuss in greater depth.