0 votes
in Kubernetes K8s by
Tell me about the hardest production Kubernetes issue you solved or faced?

1 Answer

0 votes
by
Your answer will be unique to your experience. But, here is a hypothetical answer.

  There are N micro-services. One of them gets a new version. But, the HPA for those pods are set wrong. Container keep crashing. This causes cascading failures for many other micro-services.

  Solution: Fix the HPA settings and add circuit-breakers in the consuming micro-services.

.
...