Hello,
So, I have done a lot of courses in the devops path (and i already have some extensive devops experience just not on AWS).
Using the guide:
I have deployed a kubernetes on AWS (using KodeKloud’s sandbox playground).
I could also get the webcolor / 2048 apps working using NLB and ALB (as suggested by Alistair on discord - using this lab AWS EKS Course | KodeKloud)
(I’ll also note that I have done the argocd course, both the lab and locally and i had no issues)
deploying ArgoCD on aws isnt that simple but its not supposed to be that complicated (i have read many guides)- but with the playground’s limitations I’m just not able to do it…
(again, my AWS knowledge is not that extensive).
figured it out myself. limited knowledge on AWS combined with limited permissions on the playground, this worked out:
ive figured it out.
used the instructions in the lab you sent…
had to also create the subnets tags as those were not created when done on a VM/playground (outside the lab) and they are required.
also, had to install a cert manager (using helm).
then installed the NLB using the yaml from the lab (aws repo)
then installed argocd using helm with my own value file (values file to set up argo using NLB)
i also have a very specific script for the entire procedure