https://github.com/prometheus-operator/poctl
[EXPERIMENTAL] Manage, troubleshoot and validate Prometheus-Operator resources via Command Line Interface!
https://github.com/prometheus-operator/poctl
Last synced: 9 months ago
JSON representation
[EXPERIMENTAL] Manage, troubleshoot and validate Prometheus-Operator resources via Command Line Interface!
- Host: GitHub
- URL: https://github.com/prometheus-operator/poctl
- Owner: prometheus-operator
- License: apache-2.0
- Created: 2024-04-03T21:03:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-09T07:41:37.000Z (10 months ago)
- Last Synced: 2025-09-09T10:25:35.401Z (10 months ago)
- Language: Go
- Homepage:
- Size: 570 KB
- Stars: 25
- Watchers: 4
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Dco: DCO
Awesome Lists containing this project
README
# 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
```bash
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/commands) documentation.
## Contributing
See [CONTRIBUTING](https://github.com/prometheus-operator/prometheus-operator/blob/main/CONTRIBUTING.md).