contour
contour copied to clipboard
Contour is a Kubernetes ingress controller using Envoy proxy.
Gateway API v0.5.1 should be out ~soon, as v0.6.0 is scheduled for the week before KubeCon. It has a few fixes that we would like to pick up. Assuming it's...
Envoy 1.24.0 is scheduled to be out in the first half of October. We should include it in the upcoming Contour 1.23 assuming it passes CI and there are no...
Gateway API is renaming the `ReferencePolicy` resource to `ReferenceGrant`. We'll need to update Contour for this. ref. https://github.com/kubernetes-sigs/gateway-api/pull/1179
Some of our backends require a slow start mechanism for Java based new cold pods as they have a special compile on demand approach, where the required logic is compiled...
We have a JVM-based web app behind Contour/Envoy/NLB, with horizontal pod auto scaling in place. When a new pod gets created due to auto scaling, Contour/Envoy directs a proportional amount...
**Please describe the problem you have** When a controller starts managing a Gateway, it is supposed to update its GatewayClass with a finalizer so that the GatewayClass cannot be deleted...
We can do a follow up issue to add this new bootstrap flag to the dynamic gateway provisioning method of deploying Contour: https://github.com/projectcontour/contour/blob/main/apis/projectcontour/v1alpha1/contourdeployment.go _Originally posted by @sunjayBhatia in https://github.com/projectcontour/contour/pull/4597#pullrequestreview-1104477661_
add the field `CommonLabels` to crd/ContourDeployment to enable add labels for `Contour` resources Signed-off-by: Gang Liu [[email protected]](mailto:[email protected])
I want to customize access log , convert %DURATION% and %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% millisecond unit to seconds unit. Is there anyway to do it ? json-fields: - "request_time=%DURATION%" - "upstream_response_time=%RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)%" Use seconds...
Gateway API now publishes a single install YAML as part of their GitHub releases -- see e.g. https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.5.0/experimental-install.yaml This may make it possible for Contour to simplify its code for...