FAQ
I have a couple of nodes with low utilization, but they are not scaled down. Why?
Have you set the cluster autoscaler?
If cluster autoscaler is set up, it should be correctly configured to scale down the nodes. To see the possible issues, check the cluster autoscaler documentation.
I want avoid to deploy cert-manager. What are the alternatives?
You can find alternatives to cert-manager installation in the cert-manager alternatives section.
How many CO2 is produced by pod?
This calculations are based on the following assumptions:
- Emissions for cloud server using 100% green electricity: 160 Kg CO2eq / year and server (from goclimate.com )
- Cluster node of 2 cpu. We approximate 1 node is 1 server
- 15 pods per node
With this assumption, the mean consumption of CO2 per pod in a year is 160 / 15 = 11 Kg CO2eq / year per pod.
CO2 Calculator
ResultsTotal (Kg CO2eq/week)
What resources are supported?
kube-green add default support to Deployments
, StatefulSets
, and CronJobs
,
but it is possible to add support for other resources using the patches feature. More information are available
in the configuration section.
How can I contribute to the project?
You can contribute to the project in many ways.
If you are using kube-green, you can list as adopter.
If you have some feedback, open an issue or a discussion in the GitHub repository.
If you'd like to contribute to the code, please review the Contributing section and see if there are any existing issues you can work on.