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
The Envoy Operator project is a Kubernetes Operator. Its purpose is to enable
easy deployment of Envoy proxies using a high level declarative API.
The Envoy Operator currently supports deploying proxies as standalone pods, but will soon
support injecting Envoy proxies as sidecar containers into existing pods to serve as transparent
proxies for use in a service mesh such as Istio.
The Envoy Operator was built using the operator sdk.
The node id given to each Envoy will match its pod name.
The full template interpolation interface is defined here and should cover all of the downward API (labels and annotations included).
Use cases
This operator's main uses case is with an ADS-enabled xDS serversuch as Gloo. We are looking to hear more from the community about what other uses cases are of interest.
Road Map
SSL \ mTLS configuration
Pod Injection
Provide Locality information for zone aware routing.
Hot Restarts
Help
Please join us on our slack channel https://slack.solo.io/ with any questions, feedback, or suggestions.