#docker
Read more stories on Hashnode
Articles with this tag
Deployments in Kubernetes Deployments are a fundamental building block for managing containerized applications in a Kubernetes cluster. A...
Architecture Diagram Find architecture document at -> GitHub Kubernetes clusters include a control plane (master), worker nodes, and etcd for...
Let's integrate Docker and your Jenkins declarative pipeline. Use your Docker Build and Run docker build - you can use sh 'docker build . -t...
What is CI/CD? CI (Continuous Integration) is the practice of automating the integration of code changes from multiple developers into a single...
Project Overview In this project, we will explore the deployment of a TO-DO application built using NodeJS on using a GitLab CI/CD pipeline. This...
Project Overview Here, In this project we will explore a DevOps project that involves deploying a Django notes app on an EC2 instance using Jenkins...