In a previous article, I provided a project to set up a Kubernetes cluster in the cloud. The downside of this is that it incurs costs. If you are sensitive to costs of any type, you may want a local implementation of that project to develop and test your applications. Here I introduce Kind to do just that.
...continue reading "Using Kind to develop and test your Kubernetes deployments"Category: Non classé
Pod memory protection
Kubernetes 1.27: MemoryThrottlingFactor is awesome⚡
It’s a kubelet configuration that controls how much memory a pod can use before it is throttled.
...continue reading "Pod memory protection"