satellite
satellite copied to clipboard
Remove dependency on serf
Currently satellite relies on serf as a cluster membership tool to determine which nodes are a part of the cluster, checking their health, etc.
When satellite becomes a standalone tool, it can no longer use serf for that. Instead, it should be using Kubernetes nodes API to retrieve the members of the cluster.