Creating AWS Launch Template.Why we need AWS Lanch Template. Here's why you need AWS Launch Templates in simple words: Standardization: Launch Templates allow you to define a standard set of configurations for your instances. Instead of manually configuring each instance every ...May 13, 2023·3 min read
JenkinsWhat is Jenkins? Jenkins is an open-source automation server that is used to automate software development processes, such as building, testing, and deploying software. It is a widely used tool in the software development industry to support continuo...Apr 26, 2023·10 min read
Docker Swarm Project from Scratch.Docker Swarm is a container orchestration tool that allows you to manage a cluster of Docker nodes as a single virtual system. With Docker Swarm, you can deploy and manage containers across a group of Docker hosts, and scale applications up or down a...Apr 19, 2023·4 min read
Docker Volume,Docker Compose, Docker Swarm.Docker Volume: A Docker volume is a mechanism that allows data to persist beyond the lifetime of a Docker container. Volumes provide a way to store and share data between containers or between a container and the host system. When you create a Docker...Apr 18, 2023·8 min read
Creating Freestyle Jenkins Pipeline.Hey, I am going to Integrate and Deploy the To-Do app using EC2server,GitHub, Docker,and most important Jenkins. Below are the prerequisite. Prerequisite. Git Understanding GitHub Account EC2 instance on AWS GIT Understanding Docker und...Apr 16, 2023·8 min read
What is Docker with examplesWhat Is Docker Docker is an open-source platform to create, deploy, and run applications by using containers.it is open-source software that helps us to create a wrapper around the file of a code, the OS, and the libraries which are required to run a...Apr 13, 2023·6 min read
Advance Git & GitHub for DevOps Engineers: Part-2Git Stash and Cherry-pick and Rebase Git Stash: git stash is a Git command that allows you to save your current changes in a "stash" and revert back to a clean working directory without committing your changes. This can be useful when you are working...Apr 11, 2023·6 min read