Table of Contents |
---|
Configuring git in Argo Tool
Login to Argo tool → Settings
...
5. The added Repo details get reflected in Repositories
...
Configuring Project in Argo Tool
Navigate to Repositories → Projects
Click New Project
Enter the required details and save
The saved project is reflected
Configuring Kubernetes cluster in Argo Tool
The cluster added to Argo via CLI is reflected in “Clusters” tab of Argo tool.
...
Code Block | ||
---|---|---|
| ||
# Update the kubeconfig file for auth. aws eks update-kubeconfig --region us-east-2 --name cluster-name # Login to argocd server through cli argocd login <argocd_server_url> --password <password> --username <username> # add external cluster through cli to argocd argocd cluster add <kube_context> --name <cluster-name> Note: kube_context format for EKS: arn:aws:eks:<region>:<account_id>:cluster/<cluster_name> |
Registering Argo Tool
Login tohttps://portal.opsera.io -> Tool Registry -> Click “+New Tool” Button
...
7. Enter the details and save
...
Pipeline setup and configuration:
Sample pipeline flow:
Jenkins Docker Build → ECR Push → Argo Deploy
...
5. Pipeline successful run
...
Argo Tool Validation
Login to Argo Tool and verify the application reflected and synced
...