How to deploy an operator on exiting EKS using CloudFormation?

0

I have an EKS cluster and I would like to deploy an Operator and Application using CloudFormation. Installing an Operator involves getting yamls from public registry and deploying them. If the EKS has a Bastion host then using SSM I can connect to Bastion host, use curl to download the yaml files and kubectl to deploy them. But I would like to be able to deploy when Bastion host does not exist. What options do I have?

Any pointers or sample is appreciated.

Thanks

1 Antwort
0

Hello,

There is a blog post that aims to solve this very issue. Please review this post and see if it works for your use-case.

Note: The above blog post uses an open-source custom resource AWSQS::Kubernetes::Helm. There is an open feature request 254 to provide an official cloudformation resource for the same.

Thanks!

profile pictureAWS
SUPPORT-TECHNIKER
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen