mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-21 05:49:40 +00:00
Consul 1.4 introduces Cloud auto-join, which finds the IP addresses of the other nodes by querying an API (in that case, the Kubernetes API). This involves creating a service account and granting permissions to list and get pods. It is a little bit more complex, but it reuses previous notions (like RBAC) so I like it better.