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
Copy file name to clipboardExpand all lines: README.md
+33-4Lines changed: 33 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,18 @@
1
1
# envoy-xds-controller
2
-
// TODO(user): Add simple overview of use/purpose
2
+
3
+
A Kubernetes-native control plane for Envoy proxies that provides dynamic configuration management through the xDS API.
3
4
4
5
## Description
5
-
// TODO(user): An in-depth paragraph about your project and overview of use
6
+
7
+
Envoy xDS Controller is a Kubernetes controller that manages Envoy proxy configurations through the xDS API. It allows defining Envoy configurations as Kubernetes Custom Resources (CRs) and automatically transforms them into Envoy configurations, which are delivered to proxies via the xDS protocol in real-time.
8
+
9
+
Key features:
10
+
- Full support for Envoy xDS v3 API (LDS, RDS, CDS, EDS)
11
+
- Kubernetes-native integration with controller-runtime
12
+
- Dynamic configuration updates without proxy restarts
13
+
- Authentication and authorization with OIDC and RBAC
0 commit comments