#devops
Read more stories on Hashnode
Articles with this tag
Prerequisites Ubuntu 24.04 server Instance type: t2.medium Disk: 25GB Security Group (SG) open inbound ports: 3000-10000, 80, 443, 22 Step 1:...
In the realm of Continuous Integration/Continuous Deployment (CI/CD), Jenkins build agents are the unsung heroes, akin to the tires of a car –...
Suppose we have a web application hosted on GitHub, and we want to create a CI/CD pipeline using GitHub Actions. Our pipeline will consist of the...
When working with Docker containers, one fundamental consideration is how to manage the commands executed when the container starts. Docker provides...
In the realm of Kubernetes, managing and organizing resources efficiently is paramount to maintaining a scalable and manageable infrastructure. Labels...
In the dynamic world of Kubernetes, managing resources efficiently while ensuring isolation and control can be a daunting task. However, with the...