You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to run control plane outside of the cluster using local processes. Imagine pilot and mixer running locally using go run against a k8s cluster with injected apps, and the apps are talking to the local pilot and mixer. For that to happen, we need a reverse tunnel to k8s proxy:
proxy listens for external IP connections, exposes itself as a k8s service istio-pilot and istio-mixer.
a helper creates a tunnel, that bridges local pilot and mixer to the remote proxy.