KGKetan Gharateincloud-devops.hashnode.dev·May 28, 2023 · 2 min readJenkins Declarative PipelineJenkins AgentsJenkins Declarative Requirement Jenkins Master (Install Java & Jenkins) Jenkins Agent (Install Java) Make SSH connection between Master and Agent Login to your AWS account i) Create EC2 Instance for Jenkins Master Insta...00
KGKetan Gharateincloud-devops.hashnode.dev·May 26, 2023 · 4 min readJenkins - Project 2 - node-todo-cicdClone the Project on your Local Git git clone https://github.com/LondheShubham153/node-todo-cicd Create a New Repository node-todo-cicd on your GitHub account Create Personal access tokens (classic) Let's change the URL of the remote repos...00
KGKetan Gharateincloud-devops.hashnode.dev·May 23, 2023 · 5 min readJenkins Installation and Freestyle ProjectInstallation of Jenkins Login to your AWS account and create a New EC2 Instance, and Connect to your EC2 instance via SSH Refer to Jenkins Official Installation Docs for the installation steps:- https://www.jenkins.io/doc/book/installing/linux/ Up...00
KGKetan Gharateincloud-devops.hashnode.dev·May 17, 2023 · 5 min readDocker CheatsheetBasic Docker commands. List all running containers:- sudo docker ps List all running and stopped containers:- sudo docker ps -a List all Docker images:- sudo docker images Pull a Docker image:- sudo docker pull alpine Run a Docker contai...00
KGKetan Gharateincloud-devops.hashnode.dev·May 14, 2023 · 8 min readDocker Microservices ProjectMicroservices Project to perform CRUD operations Docker Network Docker Hub Microservices Vs Monolithic Architecture MicroservicesFlask API project to perform CRUD operations: Repo URL:- https://github.com/LondheShubham153/microservices-k...00