kubernetes-tproxy
kubernetes-tproxy copied to clipboard
Kubernetes Transparent Proxy with mitmproxy and initializers
My use case is a prometheus exported that scrapes something behind client certs but then runs a metrics endpoint that needs to be exposed as an HTTP endpoint itself. it...
Hello , @danisla i am trying to install tproxy without initializer in k8s version 1.18 , when i see the PODs created by the daemonset , the pods are crashlooping...
Hi, I'm trying to build your project from source for an ARM device. Mostly successful, but the go build of the initializer fails with the following messages: ``` tproxy-initializer/main.go:100:11: options.IncludeUninitialized...
I'm attempting to create an intermediary CA by adding 'cert sign' to the usages section of the CSR. However when I add 'cert sign', I can approve those CSRs get...