In this hands-on lab, you will need to create the pod YAML necessary to create a pod and assign that pod to a specific node with the label disk=ssd. First, find the node with that label, creat the YAML, then apply the YAML to the provided Kubernetes cluster. You will have completed this hands-on lab when you have verified that the pod is running successfully on the correct node.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Get All Node Labels
- Run a command to get all labels for all cluster nodes
- Create and Apply the Pod YAML
- Create a file named
pod.yaml
and ensure that it has specified the node with the labeldisk=ssd
- Apply the YAML to your Kubernetes cluster
- Create a file named
- Verify The pod is Running on the Correct Node
- Run a command that will show the pods and their associated nodes