File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,9 +46,10 @@ The platform scheduler is in charge of placing containers on hosts in the data p
4646
4747The Router Mesh publishes [ Applications] [ ] to consumers.
4848
49- Each [ router] [ ] in the mesh is a configurable software load balancer designed to expose
50- [ containers] [ ] running in the data plane.
51- Routers track healthy containers using a distributed, watchable store like ` etcd ` .
49+ Each [ router] [ ] in the mesh is a dynamically configured Nginx web server designed to route inbound
50+ traffic to the appropriate Kubernetes services for applications running in the data and control
51+ planes. Additionally, routers perform typical web server responsibilities such as SSL termination
52+ and gzip compression.
5253
5354Any changes to router configuration or certificates are applied within seconds.
5455
You can’t perform that action at this time.
0 commit comments