ArgoCD+Terraform=EKS
CI/CD - Continues Deployment using ArgoCD, Terraform to AWS EKS cluster
Last updated
CI/CD - Continues Deployment using ArgoCD, Terraform to AWS EKS cluster
Last updated
Before deploying ArgoCD, you must have the following:
An AWS account with permissions to create EKS clusters and associated resources
kubectl
and aws
CLI tools installed and configured
A domain name and SSL certificate for the ArgoCD server (optional)
eksctl installed NOTE! eksctl created a kubectl config file in ~/.kube or added the new cluster's configuration within an existing config file in ~/.kube.
Create a EKS using file "eks_cluster_dev.yaml"
Repeat tasks for PROD claster when ready:
Go to the "cluster_conf" folder and run eksctl commands to create EKS clusters:
Create EKS clusters in the desired environment (dev, stage, or prod)
it takes 5-10 mins to get it ready.
Configure kubectl
to use the new cluster. To switch to another cluster use the corresponding cluster name
Deploy the ArgoCD server and API components
Once deployed go to get Password for ArgoCD (repeat it for DEV, STAGE and PROD env)
In output: v7zsMfACEB6TBllN #example KfeEDzCCv4-BBLLq
Configure the ArgoCD server with the desired settings (SSH keys generating)
Then copy PUBLIC KEY to GitHub repo in Settings / Deploy keys
And PRIVATE KEY to ArgoCD Settings/Repository/Connect (for ALL environments will be set up the SAME Private Key)
(Optional) Set up a domain name and SSL certificate for the ArgoCD server