Configure Liveness, Readiness and Startup Probes This page shows how to configure liveness, readiness and startup probes for containers. The kubelet uses liveness probes to know when to restart a container. For example, liveness probes could catch a deadlock, where an application is running, but unable ...
Keywords Highlighter chrome extension is now available I’m excited to announce that the first version of my new Chrome extension, Keywords Highlighter, is now available for download on the Chrome Web Store! You can also find the code on the project’s GitHub repository.
SSH into Linux Container in Azure App Service from Local Machine .NET, .NET Core, ASP.NET, ASP.NET Core, Visual Studio, Jaliya Udagedara
E7: Thoughts on "Scaling up the Prime Video audio/video monitoring service and reducing costs by 90%" I came across this article the other day when it was all over reddit. I couldn’t help but notice that a lot of people seem to take this as “we should stop doing microservices all together and go back to building monoliths” and I want to elaborate on why I...
What Is Algorithm Complexity? #shorts Support me on Patreon to access the source code:https://www.patreon.com/milanjovanovicJoin my weekly .NET newsletter:https://www.milanjovanovic.techRead my B...
Spargine: Coding Microsoft .NET Faster with PathHelper In this article, I will showcase and provide examples of the PathHelper methods available in my open-source software (OSS) called Spargine.
Enforcing Software Architecture With Architecture Tests Software architecture is a blueprint for how you should structure your system. You can follow this blueprint strictly, or you can give yourself varying levels of freedom. But when deadlines are tight, and you start cutting corners, that beautiful softwar...