This message was deleted.
# amazon
a
This message was deleted.
c
Hi Fabien. Not an answer directly to your question, still I'd like to bring your attention to https://github.com/rancher/quickstart as there is an AWS quickstart (not on EKS though)
r
Hi @wide-spoon-87065 👋 What version is your EKS cluster?
w
Hi Richard ! it's 1.22 , and talking with a colleague, the issue might be that I'm using "private" subnets and not public ones, so need to find a way to specify "service.beta.kubernetes.io/aws-load-balancer-internal: true" when deploying the Nginx controler
I managed to get it work. At stage 5, I ran the "heml upgrade --install .... -f myvar.yaml" which contains annotations.
👍 1
s
you can also try the 'Rancher Setup' Marketplace offering which does all this for you. https://aws.amazon.com/marketplace/pp/prodview-go7ent7goo5ae?sr=0-4&ref_=beagle&applicationId=AWSMPContessa
👍 1
No software cost to run Setup..
w
I'm going to try deploying Rancher through the AWS Marketplace to see how it works, I wanted to check: is this the best way to deploy Rancher in AWS ? (will be used to manage K8s clusters on-prem and in the Cloud). Options are using EKS and deploy rancher manually via Helm, or standing up a RKE2 cluster on top of on-demand EC2 and installing Rancher on top, or using the Rancher AWS Marketplace (thinking at support, upgrade etc.)
c
The Rancher Setup in the Marketplace will help you do do it "quick & easy" If you want to have more control of your AWS setup (and I'm thinking VPC connections & all), you might want to have more control on the actual AWS setup
you might consider the "Rancher quickstart" https://github.com/rancher/quickstart to be considered as a "boilerplate" for your own Terraform AWS setup (if you're considering terraform obviously)
w
thks