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

Investigating Kubernetes Admission Controllers
Kubernetes provides tools and configuration files that can be used to gain information about the Kubernetes system. In this hands-on lab, you will be tasked with discovering which admission controllers have been enabled or disabled, as well as viewing information about admission controller resources.

Lab Info
Table of Contents
-
Challenge
View the Enabled and Disabled Admission Controllers
- Use a text editor/viewer to check the enabled and disabled admission controllers in the
kube-apiserver.yaml
file - Use the
kubectl
command to print a description of thekube-apiserver
pod and view the enabled/disabled admission controllers
- Use a text editor/viewer to check the enabled and disabled admission controllers in the
-
Challenge
View Information about Resources in the dev Namespace
- Use the
kubectl
command to print a detailed description about theLimitRange
resource in thedev
namespace - Use the
kubectl
command to print a table of information about theLimitRange
resource in thedev
namespace- In addition, view this output in YAML format
- Use the
-
Challenge
View Information about Resources in the test Namespace
- Use the
kubectl
command to print a detailed description about theResourceQuota
resource in thetest
namespace - Use the
kubectl
command to print a table of information about theResourceQuota
resource in thetest
namespace- In addition, view this output in YAML format
- Use the
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.