terraform-provider-kubernetes-alpha icon indicating copy to clipboard operation
terraform-provider-kubernetes-alpha copied to clipboard

Using terraform to spawn an AWS VPC and EKS Cluster from scratch along with then provisioning various helm charts and base deployments to the cluster. Kubernetes-alpha compatibility?

Open AaronForce1 opened this issue 4 years ago • 1 comments

Terraform version, Kubernetes provider version and Kubernetes version

Terraform version: 0.13.4
Kubernetes Alpha Provider version: 0.2.1
Kubernetes version: 1.18
Helm provider version: 1.3.2

Terraform configuration

Insanely huge. Lol

Question

Hello!

Using terraform to spawn an AWS VPC and EKS Cluster from scratch. After the eks cluster is spawned, I'm using `helm_release` to deploy baseline components (such as vault, consul, etc). Obviously, some of these components aren't configured in helm so I need to use traditional kubernetes manifests: nginx-controller, kubernetes-dashboard, etc. Unfortunately, unlike helm_release, kubernetes-alpha requires an active API connection to the cluster (which obviously doesn't exist yet). Are there any plans to include dependency management in the provider or is this really not technically feasible? I guess I'm surprised helm provider can handle it, so we should be able too?

Will also forward this query to the kubernetes slack.

AaronForce1 avatar Jan 14 '21 17:01 AaronForce1

Depends on #41

redeux avatar Jan 14 '21 18:01 redeux