Back to challenges
HardKubernetes30 minby ifdotpy

Fix the BookStore

Restore a broken multi-service Kubernetes application

A three-tier BookStore application (frontend, API, PostgreSQL) is deployed across two namespaces but nothing works. Your job is to make it fully functional.

The cluster contains other workloads — not everything that looks odd is broken.

How to solve

Start

Launch a session to get an isolated Kubernetes cluster with a kubeconfig

Solve

Use kubectl with your kubeconfig to deploy and configure resources

Submit

Click submit to run the test suite and get scored

terminal
# Start a session, then download your kubeconfig
$ export KUBECONFIG=
$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
$ kubectl apply -f solution.yaml
# deploy your solution, then click submit on the website

Top solvers

#SolverScoreTime
ifdotpy100%2m 2s

Task stats

Attempts

8

Avg score

81%

Best score

100%

Time limit

30m