- Lab
- A Cloud Guru
Deploying a Pod to a Node with a Label in Kubernetes
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.
Path Info
Table of Contents
-
Challenge
Get All Node Labels
- Run a command to get all labels for all cluster nodes
-
Challenge
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
-
Challenge
Verify The pod is Running on the Correct Node
- Run a command that will show the pods and their associated nodes
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.