The Kubernetes API gives you all the tools you need to troubleshoot problematic manifests or generate syntactically correct manifests for deployment. This hands-on lab is designed to challenge you to do both.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Troubleshoot Existing Deployment File
Find the problem with the
psdeploy.yaml
file and fix it.- Deploy Debugged Manifest
Deploy the corrected manifest to the current cluster.
- Create New Deployment Manifest
Create a syntactically correct manifest that uses the
nginx:latest
image with the nameps2deploy.yaml
.- Deploy Newly Generated Manifest
Deploy the new manifest to the current cluster.