Monitor configurable endpoints through Kubernetes CRD config.

3 Open Issues Need Help Last updated: Jul 11, 2025

Open Issues Need Help

View All on GitHub
Monitoring Kubernetes Endpoint Monitoring
good first issue

Monitor configurable endpoints through Kubernetes CRD config.

Go
Monitoring Kubernetes Endpoint Monitoring

AI Summary: Implement a Redis driver for the Endpoint Monitoring Operator that connects to a Redis instance, sends a PING command, and verifies a PONG response. This involves creating a new driver module conforming to the existing Factory Pattern, handling connection logic, command execution, and response validation.

Complexity: 3/5
enhancement good first issue

Monitor configurable endpoints through Kubernetes CRD config.

Go
Monitoring Kubernetes Endpoint Monitoring

AI Summary: Implement an Elasticsearch driver for the Endpoint Monitoring Operator, mirroring the existing OpenSearch driver's functionality to alert based on cluster health status (red/yellow/green). This involves creating a new driver module that interacts with the Elasticsearch API to retrieve cluster health information and integrating it into the operator's existing alert mechanism.

Complexity: 3/5
enhancement good first issue

Monitor configurable endpoints through Kubernetes CRD config.

Go