Please enable JavaScript.
Coggle requires JavaScript to display documents.
modern network load balancing and proxying (tasks need to be performed…
-
-
-
-
features
Service discovery
- Static configuration file.
- DNS.
- Zookeeper, Etcd, Consul, etc.
- Envoy’s universal data plane API.
Health checking
- Active: sends a ping on a regular interval to the backend and uses this to gauge health.
- Passive: detects health status from the primary data flow.