https://rancher.com/ logo
Title
d

dry-vr-36164

03/07/2023, 4:44 PM
Hi Everyone, I am trying to install latest rancher on
AWS EKS 1.23
cluster directly. Does the helm chart steps provided in documentation can be used to directly to deploy on AWS EKS? or do we need to create a
K3s, RKE, RKE2
cluster first and then deploy rancher using helm on those clusters
K3s, RKE, RKE2
?
A confirmation or response would be appreciated
d

dry-vr-36164

03/07/2023, 10:32 PM
yes, tried this all steps directly on eks and getting below:
This is the command used
helm install rancher rancher-stable/rancher --version 2.7.1 --namespace cattle-system --set hostname=<http://rancher.qa.ke.atlas-antelope.com|rancher.qa.ke.atlas-antelope.com> --set replicas=3 --set ingress.ingressClassName"ingress-public"




helm installingress-nginx ingress-nginx/ingress-nginx --version 4.5.2 --namespace ingress-public --set controller.ingressClass="ingress-public" --set replicas=3 --set controller.service.targetPorts.https="http" --set controller.service.annotations.service\\.beta\\.kubernetes\\.io/aws-load-balancer-ssl-cert="arn:aws:acm:af-south-1:xxxxxxxxxxxxx:certificate/xxxxxxxxxx-xxxx-xxxxx-xxxxxx --set controller.service.annotations.service\\.beta\\.kubernetes\\.io/aws-load-balancer-connection-idle-timeout="3600" --set controller.service.annotations.service\\.beta\\.kubernetes\\.io/aws-load-balancer-backend-protocol="tcp" --set controller.service.annotations.service\\.beta\\.kubernetes\\.io/aws-load-balancer-ssl-ports="443" --set controller.service.annotations.service\\.beta\\.kubernetes\\.io/aws-load-balancer-proxy-protocol="*"
b

bored-farmer-36655

03/07/2023, 10:37 PM
@dry-vr-36164 and your using http or https?
a

agreeable-oil-87482

03/07/2023, 10:48 PM
The docs apply to any conformant k8s distro
1
r

rapid-carpet-31022

03/07/2023, 11:01 PM
http and https both @bored-farmer-36655
By the I am prashant from my personal account.