The Kubernetes API makes it possible to keep an eye out for any updates affecting a specified resource. In this hands-on lab, you’ll use the `–watch` flag to follow the pod creation process.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Gather Pod Information
Discover the available pods.
- Monitor Pods for Updates
Use the
watch
flag to monitor the pods’ resource.- Create New Pod and Verify Monitoring
Apply the provided YAML manifest and review streaming output.