👩💻 I am currently working as Infrastructure Engineer.
🔭 I’m currently preparing for CKA certification.
📝 Do check my linked post I keep posting articles related to DevOps
Nothing here yet.
A beginner-friendly guide to containerizing a Node.js app, handling environment configs with Kubernetes, and deploying it like a pro. Step 1: Add the current user to the "docker" group. sudo usermod -aG docker $USER Step 2: Create a Simple Node.js A...

What will you do if you do not have any scheduler in your Kubernetes cluster? You might not want to rely on the built-in scheduler and instead prefer to schedule the pods yourself. How does the scheduler work in the backend?In the pod definition file...
