mumoshu / terraform-provider-eksctl

Manage AWS EKS clusters using Terraform and eksctl
Apache License 2.0
234 stars 44 forks source link

Authenticating other TF modules to cluster #39

Open springroll12 opened 3 years ago

springroll12 commented 3 years ago

Is it possible to allow other modules to add manifests to the cluster after it has been created?

A few goals for this:

  1. Upgrade aws vpc CNI version (raw kubernetes manifests)
  2. Install a CNI (maybe a helm chart)
  3. Run https://github.com/fluxcd/terraform-provider-flux to initialize a gitops workflow.