@malathis
Nothing here yet.
Nothing here yet.
Mar 25 · 10 min read · We run kubectl apply command almost every day… kubectl apply -f deployment.yaml But have you ever wondered… What actually happens inside Kubernetes after you hit Enter? You are basically telling Kube
Join discussionMar 25 · 8 min read · Not everything that looks like failure in Kubernetes is actually a failure. Sometimes it's just configuration (rules), not a real error. What confused me? While debugging a Pod, I saw this: Liveness
Join discussionDec 1, 2025 · 13 min read · Git is one of the most essential version-control tools for developers today.To use Git effectively, you must understand how files move through four stages: ➡️ Working Directory➡️ Staging Area➡️ Local Repository➡️ Remote Repository Once these four sta...
Join discussion