The stateful set es-data was failing on our test environment and I was asked to delete corresponding PV. So I deleted the following for es-data: 1) PVC 2) PV T
As suggested at the tutorial for kubernetes health check I like to implement the health chack at my .NET Core WebApi at class startup.cs at method Configure. Bu
The docker docs say what a HEALTHCHECK instruction is and how to check the health of a container. But I am not able to figure out what happens when healthcheck