Skip to content

[EXPERIMENTAL] Manage, troubleshoot and validate Prometheus-Operator resources via Command Line Interface!

License

Notifications You must be signed in to change notification settings

prometheus-operator/poctl

Repository files navigation

poctl

Overview

Command Line Interface (CLI) designed specifically for managing Prometheus Operator resources. It streamlines the processes of deploying, troubleshooting, and validating your monitoring infrastructure within Kubernetes environments.

By providing an intuitive interface, poctl allows users to efficiently manage key resources like Prometheus instances, Alertmanager configurations, and ServiceMonitors. It simplifies complex tasks, reduces manual configuration errors, and offers built-in tools for validation and troubleshooting, helping you maintain a healthy and scalable monitoring setup.

Installation

go install github.com/prometheus-operator/poctl

Project Status

This project is currently in active development and fully experimental, so expect breaking changes and rough edges. We encourage you to try it out and provide feedback.

Documentation

For detailed information on available commands and their usage, refer to the Commands documentation.

Contributing

See CONTRIBUTING.