CKA Learning path 7

Discovering Pod Resource Usage with Kubernetes Metrics Introduction Kubernetes metrics allow you to gain insight into a wide variety of data about your Kubernetes applications. You can use these metrics to gain insight into how your compute resources are being used. In this lab, you will have the opportunity to hone your skills by investigating existing pods running in a Kubernetes cluster to determine which ones are using the most CPU....

CKA Learning path 6

Controlling Access in Kubernetes with RBAC Introduction Role-based access control is an important component when it comes to managing a Kubernetes cluster securely. The more users and automated processes there are that need to interface with the Kubernetes API, the more important controlling access becomes. In this lab, you will have the opportunity to practice your skills with the Kubernetes RBAC system by implementing your own RBAC permissions to appropriately limit user access....

CKA Learning path 5

Backing up and Restoring Kubernetes Data in etcd Introduction Backups are an important part of any resilient system. Kubernetes is no exception. In this lab, you will have the opportunity to practice your skills by backing up and restoring a Kubernetes cluster state stored in etcd. This will help you get comfortable with the steps involved in backing up Kubernetes data. Solution Log in to the provided lab server using the credentials provided:...

CKA Learning path 4

Performing a Kubernetes Upgrade with kubeadm Introduction When you are managing Kubernetes in the real world, it is essential that you are able to keep your cluster up to date. This lab will allow you to practice the process of upgrading a Kubernetes cluster to a newer Kubernetes version using kubeadm. This will ensure you are comfortable with the upgrade process and ready to manage real-world Kubernetes clusters. Solution Log in to the control plane server using the credentials provided:...

CKA Learning path 3

Building a Kubernetes 1.21 Cluster with Kubeadm Introduction This lab will allow you to practice the process of building a new Kubernetes cluster. You will be given a set of Linux servers, and you will have the opportunity to turn these servers into a functioning Kubernetes cluster. This will help you build the skills necessary to create your own Kubernetes clusters in the real world. Solution Log in to the lab server using the credentials provided:...