Hello, Im setting up a k3s cluster with cilium as cni and ingress.
I wanna setup teleport-proxy on my cluster but when trying to access it i get: upstream connect error or disconnect/reset before headers. reset reason: connection termination
I have other services running on the same cluster and these do work. My cluster only exists of 1 node.
This is my values file for helm: https://pastebin.com/sfYEKuHM
And the certificates from cert-manager and related secrets and stuff are all healthy and ready.
Im unable to find any logs in the teleport & cilium pods. Does someone know how i can solve this? Thanks for your time!!!
The cilium install command i used is:
cilium install –set hostFirewall.enabled=true –set devices=‘eno1’ –set enable-endpoint-routes=true –set kubeProxyReplacement=true –set l7Proxy=true –set ingressController.default=true –set ingressController.enabled=true –set ingressController.loadbalancerMode=shared –set prometheus.enabled=true –set operator.prometheus.enabled=true –set hubble.enabled=true –set hubble.metrics.enabled=“{dns,drop,tcp,flow,port-distribution,icmp,httpV2:exemplars=true;labelsContext=source_ip,source_namespace,source_workload,destination_ip,destination_namespace,destination_workload,traffic_direction}”