contour
contour copied to clipboard
Contour is a Kubernetes ingress controller using Envoy proxy.
Hi, I'm Harshita. I’m working with [CNCF and the Google Open Source Security Team for the GSoC 2024 term](https://github.com/cncf/mentoring/issues/1196). We are collaborating to enhance security practices across various CNCF projects....
Contour occasionally gets stuck in a non-ready state and fails to start the XDS server. This issue is uncommon and occurs only under the following conditions: * `--watch-namespaces` flag is...
**What question do you have?:** I am trying to find a clear distinction between the `idle` and `idleConnection` configuration? Based on the details in this doc--> https://projectcontour.io/docs/main/config/api/#projectcontour.io/v1.TimeoutPolicy, it seems the...
**What question do you have?:** We have a conflict of endpoint "/ui" with two Frontend(one is owned by us, other is 2pp) application under same FDQN. So, we decided use...
UDP Ingress
Customer is requesting support for UDP based ingress capability. They utilize/create applications in the telephony space that are migrating to K8s. These applications are UDP based. Submitting this for feature...
With Gateway API, parameters defined by the GatewayClass should apply at the time of Gateway instantiation, but subsequent updates to those parameters should not flow through to already instantiated resources....
This really isn't an issue, but we'd love to hear about your use of Contour so we thought we'd post this to find out more from you. Please feel free...
Envoy currently supports [adaptive concurrency](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/adaptive_concurrency_filter), which is quite useful for ensuring service availability. I was wondering if there are any plans to support this feature in the near future for...
**What steps did you take and what happened:** Given the following gateway: ``` apiVersion: gateway.networking.k8s.io/v1 kind: Gateway metadata: name: contour namespace: projectcontour spec: gatewayClassName: contour listeners: - name: http protocol:...