"Bilbao": Basic Kubernetes Problems
Scenario: "Bilbao": Basic Kubernetes Problems
Level: Easy
Type: Fix
Tags: kubernetes
Access: Email
Description: There's a Kubernetes Deployment with an Nginx pod and a Load Balancer declared in the manifest.yml file. The pod is not coming up. Fix it so that you can access the Nginx container through the Load Balancer.
There's no "sudo" (root) access.
TIP: You can use k as an alias for kubectl, and it has autocomplete enabled.
Root (sudo) Access: False
Test: Running curl 10.43.216.196 returns the default Nginx Welcome page.
The "Check My Solution" button runs the script /home/admin/agent/check.sh, which you can see and execute.
Time to Solve: 10 minutes.