During the Kubernetes education and training on the client side a few days ago, I found that a small number of students could not deploy applications correctly. Our example is an ASP.NET Core website with a SQL Server Linux container. However, we are practicing livenessProbe
. At the same time, I found that some people can’t start the SQL Server Linux container, but if livenessProbe
setting is removed, the service can start. If the memory limit of the container in the Pod is removed, the service can also start smoothly. Is it a little weird? In this article, I will talk about the ins and outs of this!
… continue reading …
This article is reprinted from https://blog.miniasp.com/post/2022/08/19/SQL-Server-Linux-Memory-requirements-for-Docker-and-Kubernetes
This site is for inclusion only, and the copyright belongs to the original author.