Kuberhealthy is a Kubernetes operator for synthetic monitoring and continuous process verification. Write your own tests in any language and Kuberhealthy will run them for you. Automatically creates metrics for Prometheus. Includes simple JSON status page. Kuberhealthy lets you continuously verify that your applications and Kubernetes clusters are working as expected. By creating a custom resource (a KuberhealthyCheck) in your cluster, you can easily enable various synthetic tests and get Prometheus metrics for them. Kuberhealthy comes with lots of useful checks already available to ensure the core functionality of Kubernetes, but checks can be used to test anything you like. We encourage you to write your own check container in any language to test your own applications. It really is quick and easy.
Features
- Kuberhealthy requires Kubernetes 1.16 or above
- Documentation available
- Edit Configuration Settings
- See Configured Checks
- Kuberhealthy schedules a checker pod to manage the lifecycle of this check
- The checker pod creates a daemonset using the Kubernetes API