#docker
Read more stories on Hashnode
Articles with this tag
Project Overview: For this example, we'll use a Node.js web application that serves a "Hello, World!" message. We'll package this application into a...
For the Kubernetes setup, we need two EC2 instances. Master Node Worker Node To create a master node and worker node of Kubernetes in AWS EC2,...
Kubernetes is an open-source platform that is used to deploy, scale, and manage containerized applications. It was originally developed by Google and...
In Jenkins, a multistage pipeline is a way of defining a build pipeline that consists of multiple stages, where each stage represents a distinct step...
Jenkins is an open-source automation server that helps automate software development processes such as building, testing, and deploying software....
Docker Compose is a tool for defining and running multi-container Docker applications. It allows you to define your application's services, networks,...