Making calls from Ingress Gateway to kube api-server to access etcd data

2/3/2022

I have a use case for Ingress Gateway to access metadata stored in Kube etcd. Is it possible to make a call to the K8s api-server during the ingress gateway bootstrap? I'm using Istio-Envoy proxy as my Ingress Gateway. This call will be made from the WASM Service (singleton) of the Envoy proxy.

-- enigma
envoyproxy
istio-gateway
kube-apiserver
kubernetes
kubernetes-ingress

0 Answers