-
Notifications
You must be signed in to change notification settings - Fork 42.1k
Closed
Labels
area/apiIndicates an issue on api area.Indicates an issue on api area.area/downward-apiarea/stateful-appskind/designCategorizes issue or PR as related to design.Categorizes issue or PR as related to design.kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.sig/networkCategorizes an issue or PR as relevant to SIG Network.Categorizes an issue or PR as relevant to SIG Network.
Milestone
Description
@smarterclayton raised this issue in #199: how should Kubernetes support non-load-balanced and/or stateful services? Specifically, Zookeeper was the example.
Zookeeper (or etcd) exhibits 3 common problems:
- Identification of the instance(s) clients should contact
- Identification of peers
- Stateful instances
And it enables master election for other replicated services, which typically share the same problems, and probably need to advertise the elected master to clients.
Metadata
Metadata
Assignees
Labels
area/apiIndicates an issue on api area.Indicates an issue on api area.area/downward-apiarea/stateful-appskind/designCategorizes issue or PR as related to design.Categorizes issue or PR as related to design.kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.sig/networkCategorizes an issue or PR as relevant to SIG Network.Categorizes an issue or PR as relevant to SIG Network.