Description
In this course, you will :
- In this lab, you have two servers. You will install and setup Kubernetes to use containerd for container management. You will need to set up a Kubernetes cluster, install a network plugin, and add a Node to it.
- Then, construct a deployment file that starts three replicas of a Nginx image. Once you're finished, you can use the given script 'check-tasks.sh' to ensure that all tasks were completed.
Syllabus:
- Log In to the Provided Servers
- Install Kubernetes and containerd and Create a Cluster
- Add the Worker Node to the Cluster
- Create a Deployment File That Starts Three Replicas
- Check That the Deployment Started the Three Replicas