Terraform questions
I hope this is the place to ask this. I'm just learning terraform and have a k3s cluster. I have a deployment for a site and want to use a cloudflare zero trust tunnel. Right now I ran a helm chart and deployed a zero trust tunnel in the namespace. 1 question I have is can I deploy the connector to the k3s cluster via terraform? if so how so? I feel like if I'm applying a plan for a tunnel that it is going to setup a tunnel from my desktop where I run the apply. How do I deploy a tunnel, within the namespace, via terraform that will go from the cluster to cloudflare so I can map it to the pod running a nextjs app. My otherbl question would be instead of applying a tunnel for each namespace can I apply 1 tunnel to the default namespace and it works across all namespaces?
0 Replies