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

已提問 2 年前檢視次數 316 次
1 個回答
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
支援工程師
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南