Kubernetes endpoint changes from the watcher need to be applied to the running Praxis instance without restarting or rebuilding the full filter pipeline.
Goal
Atomically update cluster endpoints in the running proxy from Kubernetes endpoint events.
Requirements
- Atomic endpoint swaps (no partial updates visible to the data plane)
- No filter pipeline rebuild required for endpoint-only changes
- Endpoint updates are independent of config file hot-reload
- New endpoints start with configured initial health state
- Correct interaction with connection draining for removed endpoints
Kubernetes endpoint changes from the watcher need to be applied to the running Praxis instance without restarting or rebuilding the full filter pipeline.
Goal
Atomically update cluster endpoints in the running proxy from Kubernetes endpoint events.
Requirements