https://github.com/crdsonnet/kube-state-metrics-libsonnet
Jsonnet library for configuring kube-state-metrics and installing it on Kubernetes.
https://github.com/crdsonnet/kube-state-metrics-libsonnet
jsonnet jsonnet-lib kube-state-metrics
Last synced: 7 months ago
JSON representation
Jsonnet library for configuring kube-state-metrics and installing it on Kubernetes.
- Host: GitHub
- URL: https://github.com/crdsonnet/kube-state-metrics-libsonnet
- Owner: crdsonnet
- License: apache-2.0
- Created: 2023-01-18T19:30:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T12:28:14.000Z (7 months ago)
- Last Synced: 2025-02-26T13:31:47.923Z (7 months ago)
- Topics: jsonnet, jsonnet-lib, kube-state-metrics
- Language: Jsonnet
- Homepage:
- Size: 84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kube-state-metrics-libsonnet
This project provides a jsonnet library for configuring
[kube-state-metrics](https://github.com/kubernetes/kube-state-metrics) and installing it
on Kubernetes.The ksmCustom library provides a way to configure [Custom Resource State Metrics](https://github.com/kubernetes/kube-state-metrics/blob/main/docs/customresourcestate-metrics.md),
it is generated from a JSON schema derived from the Go structs in
kube-state-metrics. The kube-state-metrics library is manually curated.## Docs
See docs to [configure Custom Resource State Metrics](./ksm-custom/docs/README.md) and
[install kube-state-metrics](./kube-state-metrics/docs/README.md).