"Kyoto": The Gion ticket API will not start
Scenario: "Kyoto": The Gion ticket API will not start
Level: Medium
Type: Fix
Tags: kubernetes realistic-interviews
Access: Email
Description: The Gion ticket office API should answer on port :80. After last night's change the office never came back.
Manifests are in /home/admin/app. There is a short handover note in /home/admin/HANDOVER.txt. Wait until the Kubernetes node is Ready after boot.
GET /health must return {"status":"ok","office":"gion-tickets"}. Do not move the API off port 80.
TIP: You can use k as an alias for kubectl, and it has autocomplete enabled.
Root (sudo) Access: True
Test: curl -s http://127.0.0.1/health returns {"status":"ok","office":"gion-tickets"} and the gion-api pod in the gion namespace is Ready (1/1).
The "Check My Solution" button runs the script /home/admin/agent/check.sh, which you can see and execute.
Time to Solve: 20 minutes.