Scenario: "Kilifi": Speculative Misallocation!
Level: Medium
Type: Fix
Tags: kubernetes helm realistic-interviews
Access: Email
Description: A developer is having trouble deploying an application on a preconfigured cluster.
The application kilifi is to be deployed on kubernetes in the default namespace.
The application server is deployed by helm. The command they used is helm install kilifi charts/kilifi.
The application operates correctly with ~210 MB of memory, but 256 MB is recommended.
Swap should remain disabled in the cluster.
Debug and help the developer fix any issue with deployment.
Root (sudo) Access: True
Test: The kilifi application runs properly; it's Service on :3333/healthz returns "kilifi ready to serve".
The "Check My Solution" button runs the script /home/admin/agent/check.sh, which you can see and execute.
Time to Solve: 20 minutes.