skycluster v1.1.3 Cluster.Strategy.Kubernetes
This clustering strategy works by loading all pods in the current Kubernetes namespace with the configured tag. It will fetch the addresses of all pods with that tag and attempt to connect. It will continually monitor and update it’s connections every 5s.
It assumes that all nodes share a base name, are using longnames, and are unique
based on their FQDN, rather than the base hostname. In other words, in the following
longname, <basename>@<domain>
, basename
would be the value configured in
Link to this section Summary
Functions
Callback implementation for Cluster.Strategy.start_link/0
Link to this section Functions
Link to this function
start_link()
Callback implementation for Cluster.Strategy.start_link/0
.