contour
                                
                                 contour copied to clipboard
                                
                                    contour copied to clipboard
                            
                            
                            
                        Contour is a Kubernetes ingress controller using Envoy proxy.
It is sometimes important to be able to deploy components of a service into multiple clusters (for HA, locality, etc). As a result, i need a solution that will enable...
I looked ad [go-control-plane](https://github.com/envoyproxy/go-control-plane) a bit and we ought to be able to use it to replace our custom xDS code. The interfaces are a bit different, but we should...
**Please describe the problem you have** The [proxy-wasm spec](https://github.com/proxy-wasm/spec) defines a way to write plugins in a proxy-independent format. We should think about how we want to leverage this in...
Current active health checks are written for HTTP based endpoints. We should add the capability to enable checking of gRPC endpoints as well.
Signed-off-by: Gang Liu [[email protected]](mailto:[email protected]) Implementation proposal to address https://github.com/projectcontour/contour/issues/5123
Signed-off-by: Gang Liu [[email protected]](mailto:[email protected]) Design proposal to address #5123
Signed-off-by: Gang Liu [[email protected]](mailto:[email protected]) Closes: #5891
add cluster outlierDetection. ref: #5317 design: #5460
I noticed that when I was trying to use a `directResponsePolicy` in a route, the `responseHeadersPolicy` would not actually take effect: ```yaml routes: - conditions: - exact: /foo directResponsePolicy: statusCode:...
Should hopefully reduce some of the top level module required packages for things that arent actually used by contour, just in tools Means local dev environments should include a go.work...