Pod with Readiness Probe
Beginner Mode
Start your terminal to use beginner mode.
Scenario
You need to deploy a web application that only receives traffic when it's ready to serve requests.
Task
Create a pod with an HTTP readiness probe that checks if the service is responding on port 80 at path /.
| Property | Value |
|---|---|
| Pod name | web-ready |
| Image | nginx:latest |
| Probe type | HTTP GET |
| Probe port | 80 |
| Probe path | / |
Terminal requires a larger screen
Open this page on a desktop or tablet (≥ 768px) to launch the terminal and practice hands-on.
Kubernetes Environment
Launch a live cluster to solve this challenge.
Track
| Question | Difficulty | Company | Access |
|---|
Need more practice in this area? Explore more questions →
Zscaler