- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud

Kubernetes and Using Pods
In this hands-on lab, you will be provided with two servers. They have been partially configured for use with Kubernetes and containerd. The cluster has been initialized, so you need to add a Node to the cluster, create an `nginx` Pod, and run the Pod. Verify successful completion by confirming the output is visible from the Nginx Pod.

Lab Info
Table of Contents
-
Challenge
Log In to the Provided Server
Log in to the server as
cloud_user
with the provided password to ensure you can log in. When the fileSERVER-READY
is visible in the/home/cloud_user
folder, then you can follow along with the objectives. -
Challenge
Add Your Worker Node to the Cluster
Add your worker Node
knode1
to the cluster using the information provided in the cluster-info text file, and check if it is ready for use. -
Challenge
Create an Nginx Pod File
You will create a Pod file that runs the Nginx image. Use port
80
for its output, and call the file,nginx-pod.yml
. -
Challenge
Create a Pod from the File You Created
Using kubectl, create the Pod with the
nginx-pod.yml
file. -
Challenge
Test the Pod Is Working
Test the Pod you created is working.
You should use the IP address associated with the Pod and check from the
knode1
server.
About the author
Real skill practice before real-world application
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.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.