terraform-provider-kubernetes Questions
1
I am creating a kubernetes cluster to host a service and added an internal load balancer to route traffic between my VM Instances and the kubernetes cluster. I want to add a service label to the lo...
Reborn asked 6/9, 2020 at 18:54
4
I am trying to utilize Rancher Terraform provider to create a new RKE cluster and then use the Kubernetes and Helm Terraform providers to create/deploy resources to the created cluster. I'm using t...
Microchemistry asked 16/11, 2021 at 21:40
3
Solved
I want to install a CRD with terraform, I was hoping it would be easy as doing this:
data "http" "crd" {
url = "https://raw.githubusercontent.com/kubernetes-sigs/applicati...
Kristlekristo asked 14/9, 2021 at 15:34
2
I'm trying to use kubernetes-alpha provider in Terraform, but I have "Failed to construct REST client" error message.
I'm using tfk8s to convert my yaml file to terraform code.
I make the...
Loosen asked 3/5, 2021 at 14:14
2
Solved
I'm working on a terraform module to create a GKE cluster. The same module invokes a provisioner that performs a helm install of an application.
The helm chart creates load balancer. The load bal...
Earache asked 8/9, 2019 at 16:3
0
The problem I am trying to solve:
I want to achieve the following setup:
Terraform provisioned infrastructure consisting of Kubernetes cluster, DNS records pointing to that cluster,
Kubernetes s...
Drag asked 21/5, 2020 at 19:6
3
I can use terraform to deploy a Kubernetes cluster in GKE.
Then I have set up the provider for Kubernetes as follows:
provider "kubernetes" {
host = "${data.google_container_cluster.primary.endp...
Grandpapa asked 25/1, 2019 at 11:33
1
© 2022 - 2025 — McMap. All rights reserved.