5 days agoDevOps- Get Started with Shell ScriptingIn your day-to-day work as a DevOps engineer, you’ll come across various scenarios where we need to automate stuff to save us time and be more productive. Scripts will be used in the CI/CD workflow in one form or another. …Bash3 min read
Mar 24Using Environment variables in helm chart with config mapsOverview In the last post we discussed how to pass environment variables to a docker image from Kubernetes pod manifest. So continuing where we left off, In this post we will be using environment variables with Config maps in helm charts. …Helm Chart2 min read
Mar 22Pass Environment variables to a NodeJS Project & deploy docker image to KubernetesOverview I started learning Kubernetes a few days back and wanted to make a small project to test how to pass the env variables from Kubernetes pod to a docker image. Through this we will learn How to make a NodeJS docker image. Push the image to container registry. Use the…Kubernetes3 min read