kubernetes-production-best-practices
kubernetes-production-best-practices copied to clipboard
Stateful best practices
I guess this could a section on his own.
This addresses this section of the TODO. I will have a closer look at it soon.
Also, a single geographical region (this also applies to cluster nodes).
More: https://itnext.io/stateful-applications-in-kubernetes-808a60bc109
https://dbexamstudy.blogspot.com/2021/11/is-kubernetes-slowing-down-my-database.html
Things that you can control in your Kubernetes cluster:
◉ Whether the Linux kernel uses 4KB, 2MB or 1GB Linux pages on your Linux x8664 Kubernetes nodes
◉ How many Linux huge pages [2MB or 1GB] that you configure
◉ The requests and limits for the memory and huge page resources of your Kubernetes applications
◉ A database is considered an application in Kubernetes