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

Stateful best practices

Open danielepolencic opened this issue 5 years ago • 4 comments

I guess this could a section on his own.

danielepolencic avatar Nov 28 '19 13:11 danielepolencic

This addresses this section of the TODO. I will have a closer look at it soon.

weibeld avatar Dec 02 '19 12:12 weibeld

Also, a single geographical region (this also applies to cluster nodes).

danielepolencic avatar Jan 31 '20 13:01 danielepolencic

More: https://itnext.io/stateful-applications-in-kubernetes-808a60bc109

danielepolencic avatar Nov 17 '20 13:11 danielepolencic

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

danielepolencic avatar Dec 13 '21 03:12 danielepolencic