antoninguyot opened a new issue, #217: URL: https://github.com/apache/pekko-management/issues/217
Kubernetes offers a native `Lease` object in the `coordination.k8s.io` API group, which seems to very much ressemble the `Lease` object offered by Pekko in `pekko.apache.org`. Switching to use the native `Lease` object would have some benefits, such as not having to install and maintain a custom CRD, which often makes using leases impossible in tightly controlled Kubernetes environments. Additionally, it is encouraged by the [Kubernetes documentation](https://kubernetes.io/docs/concepts/architecture/leases/#custom-workload). Do you see any particular difficulty in implementing this in Pekko ? We could help with the implementation if needed so -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
