A step-by-step guide to configuring ASP.NET Core health check endpoints for liveness and readiness, then wiring them to Kubernetes pod probes so rolling deployments and self-healing work correctly.
senior software engineer ยท ho chi minh city
Hi, I am Phuong ๐๐ป
Welcome to my personal blog where I share my musings. I spend my days building software, and my free time on side projects and whatever technology has caught my curiosity lately.
This is my place for thoughts, reflections, & everything in between. Have a good read!
Latest writing
- A step-by-step guide to self-hosting Next.js on a Linux VPS using PM2 as the process manager and Nginx as a reverse proxy, including SSL termination with Certbot.
- Multi-stage builds let you compile or bundle your app in a full build environment, then copy only the production artifacts into a minimal runtime image โ cutting Node.js Docker images by 80% or more without extra tooling.