|
|
|
|
|
by zegl
2220 days ago
|
|
Great post! If you're in the Kubernetes space for long enough, you'll see all of these configuration mistakes happening over and over again. I've created a static code analyzer for Kubernetes objects, called kube-score, that can identify and prevent many of these issues. It checks for resource limits, probes, podAntiAffinities and much more. 1: https://github.com/zegl/kube-score |
|