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
{{ message }}
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
Each instance of Contour will create watches on Services, Endpoints, etc. As we need to scale Envoy to handle more traffic this scales Contour with each instance of Envoy. We should split those apart to allow Envoy to scale separately as needed.
Each instance of Contour will create watches on Services, Endpoints, etc. As we need to scale Envoy to handle more traffic this scales Contour with each instance of Envoy. We should split those apart to allow Envoy to scale separately as needed.
Contour allows us to specify the grpc endpoint (https://github.com/heptio/contour/blob/master/cmd/contour/contour.go#L59), however, it's not secured.
Also, Envoy shouldn't run under the
contour
service account since it no longer needs the same access to the k8s api.The text was updated successfully, but these errors were encountered: