kubernetes-production-best-practices icon indicating copy to clipboard operation
kubernetes-production-best-practices copied to clipboard

A checklist of Kubernetes best practices to help you release to production

Results 9 kubernetes-production-best-practices issues
Sort by recently updated
recently updated
newest added

I guess this could a section on his own.

https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-the-key-best-practices-for-running-cluster-autoscaler

In [Liveness probes values aren't the same as the Readiness](https://github.com/learnk8s/kubernetes-production-best-practices/blob/master/application-development.md#liveness-probes-values-arent-the-same-as-the-readiness): - The title suggests "values" - The text body speaks about "endpoint": > When Liveness and Readiness probes are pointing...

thanks for this awesome resource! the text on learnk8s.io says the repo is open source - could you perhaps add a license?

From kube-score readme: - Container limits (should be set) - Pod is targeted by a NetworkPolicy, both egress and ingress rules are recommended - Deployments and StatefulSets should have a...

## Feature ideas for v2 of the checklist ➡️ _**Contributions are welcome! Just add your ideas to this issue.**_ ⬅️ 1. Uniform structure for all items - Proposal: **What?**, **Why?**,...

Please review my blog about Kubernetes Resources Management: - [Intro to Kubernetes resources](https://shonlevran.medium.com/kubernetes-resources-under-the-hood-part-1-4f2400b6bb96) - [What are CPU requests](https://shonlevran.medium.com/kubernetes-resources-under-the-hood-part-2-6eeb50197c44) - [The reason for removing CPU Limits](https://shonlevran.medium.com/kubernetes-resources-under-the-hood-part-3-6ee7d6015965) I think you should adjust...