renoki-co / php-k8s

Unofficial PHP client for Kubernetes. It supports any form of authentication, the exec API, and it has an easy implementation for CRDs.
Apache License 2.0
310 stars 59 forks source link

Implementing Health Check Methods for Kubernetes Cluste #414

Closed Nyamort closed 7 months ago

Nyamort commented 7 months ago

Added health check methods isLive and isReady to the KubernetesCluster class. These methods allow us to verify the readiness and liveness of the cluster.