From how can I know that AKKA Kubernetes Coordnation Lease works properly?

  • What logs should I look for in order to confirm that the cluster has been bootstrapped through leases.akka.io.
  • I noticed that on Kubernetes 1.17.0 there is already a Kubernetes native resource defined as lease. Could this be a conflict with leases.akka.io?
  • The documentation [1] states that the leases may be created automatically. I don’t see them created. We have a working Kubernetes discovery service for our AKKA cluster and simply packed Kubernetes and our configuration as stated in [1]. Documentation could be improved on how to debug and confirm that this feature is working.

[1] https://doc.akka.io/docs/akka-management/current/kubernetes-lease.html