In Aztec religion, Chantico is the deity who reigns over the fires of hearths and fire stoves. If you would substitute hearths with datacenter bare metals, Chantico would have similar ruling power over the energy flowing through the data center resources in our context. Chantico is a K8s SDK operator project handling the monitoring of power usage of devices, such as PDUs and bare metal servers monitored with SNMP but we also envision monitoring VMs running on hypervisors and pods in clusters.
How-to guides can be found in the /docs folder and on our documentation
website.
For a quick start, install Chantico on your k8s cluster using:
helm install chantico oci://ghcr.io/chantico-project/charts/chantico -n chantico # Latest versionFor more information have a look at the following installation guide. For a local setup of Chantico, please have a look at the following guide.
To install the Helm-based deployment:
- helm version 3.19+.
- kubectl version v1.11.3+.
Additionally, for development:
- go version v1.24.13+.
- make version 4.3+.
- docker version 17.03+.
If not using local development using kind:
- Access to a Kubernetes v1.11.3+ cluster.
We welcome issues, discussions, and pull requests based on the former two. Please have a look at our contribution guidance.
Please consider the guidelines in the Code of Conduct when participating in our shared environment.
Copyright 2025-2026 TNO.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
