{"id":22994650,"url":"https://github.com/cloudoperators/kubernetes-operations","last_synced_at":"2026-04-10T10:09:06.941Z","repository":{"id":246225122,"uuid":"820457312","full_name":"cloudoperators/kubernetes-operations","owner":"cloudoperators","description":"A set of Perses dashboards and Prometheus alert rules combined with playbooks to ensure effective operation of Kubernetes within the ApeiroRA stack.","archived":false,"fork":false,"pushed_at":"2025-10-21T10:38:26.000Z","size":467,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-10-21T12:26:52.986Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudoperators.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-26T14:00:08.000Z","updated_at":"2025-10-21T10:38:30.000Z","dependencies_parsed_at":"2025-05-08T09:19:49.843Z","dependency_job_id":"5996e0cf-6b03-406c-a7f3-8eb4a2aece63","html_url":"https://github.com/cloudoperators/kubernetes-operations","commit_stats":null,"previous_names":["cloudoperators/k8s-monitoring","cloudoperators/kubernetes-operations"],"tags_count":19,"template":false,"template_full_name":"cloudoperators/repository-template","purl":"pkg:github/cloudoperators/kubernetes-operations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fkubernetes-operations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fkubernetes-operations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fkubernetes-operations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fkubernetes-operations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudoperators","download_url":"https://codeload.github.com/cloudoperators/kubernetes-operations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fkubernetes-operations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T05:19:36.232Z","updated_at":"2026-01-12T09:42:29.818Z","avatar_url":"https://github.com/cloudoperators.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kubernetes-operations\n\n[![REUSE status](https://api.reuse.software/badge/github.com/cloudoperators/k8s-monitoring)](https://api.reuse.software/info/github.com/cloudoperators/k8s-monitoring)\n\n## About this project\n\nA set of Plutono and Perses dashboards and Prometheus alerting rules combined with playbooks to ensure effective operations of Kubernetes.\n\n# Content\n\nThe content is structured as follows:\n\n```\nkubernetes-operations\n    │\n    ├── playbooks/              Step-by-step instructions for troubleshooting.\n    │                           \n    └── charts/\n         │\n         └── kubernetes-operations\n              │\n              ├── aggregations       Prometheus aggregation rules for kubernetes.\n              │\n              ├── alerts             Prometheus alerts for kubernetes.\n              │\n              ├── dashboards         Plutono dashboards for visualizing key metrics.\n              │\n              ├── perses-dashboards  Perses dashboards for visualizing key metrics.\n              │\n              └── Chart.yaml         Helm chart manifest.\n```\n\n## Requirements and Setup\n\nThe content of the repository can be installed independently or as part of the [greenhouse-extensions](https://github.com/cloudoperators/greenhouse-extensions/tree/main/kube-monitoring).\n\n## Values\n\n| Key | Type | Default | Description |\n|-----|------|---------|-------------|\n| dashboards.create | bool | `true` | Enables ConfigMap resources with dashboards to be created |\n| dashboards.persesSelectors | list | `[{\"name\":\"perses.dev/resource\",\"value\":\"\\\"true\\\"\"}]` | Label selectors for the Perses dashboards to be picked up by Perses. |\n| dashboards.plutonoSelectors | list | `[{\"name\":\"plutono-dashboard\",\"value\":\"\\\"true\\\"\"}]` | Label selectors for the Plutono dashboards to be picked up by Plutono. |\n| global.commonLabels | object | `{}` | Common labels to add to all resources # |\n| prometheusRules.NodeInMaintenance | object | `{\"label\":\"maintenance_state\",\"value\":\"in-maintenance\"}` | The label value pair that marks a Kubernetes node as 'in maintenance' |\n| prometheusRules.additionalRuleAnnotations | object | `{}` | Additional annotations for PrometheusRule alerts |\n| prometheusRules.additionalRuleLabels | string | `nil` | Additional labels for PrometheusRule alerts # This is useful for adding additional labels such as \"support_group\" or \"service\" for the routing of alerts to each rule |\n| prometheusRules.annotations | object | `{}` | Annotations for PrometheusRules |\n| prometheusRules.create | bool | `true` | Enables PrometheusRule resources to be created |\n| prometheusRules.disabled | object | `{}` | Disabled PrometheusRule alerts |\n| prometheusRules.labels | object | `{}` | Labels for PrometheusRules |\n| prometheusRules.ruleSelectors | string | `nil` | Label selectors for the Prometheus rules to be picked up by Prometheus. |\n\n## Support, Feedback, Contributing\n\nThis project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/cloudoperators/k8s-monitoring/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).\n\n## Security / Disclosure\nIf you find any bug that may be a security problem, please follow our instructions at [in our security policy](https://github.com/cloudoperators/k8s-monitoring/security/policy) on how to report it. Please do not create GitHub issues for security-related doubts or problems.\n\n## Code of Conduct\n\nWe as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/cloudoperators/.github/blob/main/CODE_OF_CONDUCT.md) at all times.\n\n## Licensing\n\nCopyright 2024 SAP SE or an SAP affiliate company and k8s-monitoring contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/cloudoperators/k8s-monitoring).\n\n# Contributing\n\nIf you are contributing to the `kubernetes-operations` chart, update the associated content and increment the version in the `Chart.yaml`. \n\nIf you use this chart with the [kube-monitoring](https://github.com/cloudoperators/greenhouse-extensions/tree/main/kube-monitoring) Plugin from [Greenhouse](https://github.com/cloudoperators/greenhouse), update the version in the [Chart.yaml](https://github.com/cloudoperators/greenhouse-extensions/blob/main/kube-monitoring/charts/Chart.yaml) as well as the [plugindefinition](https://github.com/cloudoperators/greenhouse-extensions/blob/main/kube-monitoring/plugindefinition.yaml) versions of `kube-monitoring` so that the operations platform can perform the rollout.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudoperators%2Fkubernetes-operations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudoperators%2Fkubernetes-operations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudoperators%2Fkubernetes-operations/lists"}