Skip to content
Discussion options

You must be logged in to vote

@isaac88 it is in theory possible for the proxy to be run as a standalone process; there is nothing Kubernetes specific in it that would stop it from working. Most of the control plane, however, runs on Kubernetes. The proxy depends on the control plane for a lot of things, including but not limited to: identity bootstrapping (receiving a leaf certificate signed by a common issuer to all other proxies), service and policy discovery (what endpoints do we have for the target, any routes, timeouts, any authorization policies on the inbound side etc.).

The proxy also makes use of ServiceAccount tokens for its identity. The deployment of the proxy is tied to having a working ServiceAccount tok…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by isaac88
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants