Back to challenges
HardKubernetesDevopsDebuggingNetworking30 minby ifdotpy

Multi-Tenant Cluster Outage

Restore one tenant's portal without breaking the healthy tenant

Two tenant portals share a common catalog API. Tenant B is healthy. Tenant A is down. Your job is to restore Tenant A so its portal loads and its /api/status route works again.

Not everything that looks suspicious is part of the outage. The challenge is to debug traffic flow across namespaces and shared infrastructure instead of blindly rewriting manifests.

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

Task stats

Be the first to solve!

No attempts yet