ArgoCD Kubernetes Deployment - CICD Pipeline
Step 1 : In this step we need to create aws ec2 instance and make sure you select t2.large instance type for this project.
Step 2 : In this step you need to install java(jdk) on your ec2 instance.
sudo apt update
sudo apt install openjdk-11-jre
Ver...
cloud-devops-blog.hashnode.dev4 min read