Create a model and mainfest for Kubernetes clusters #40
Replies: 1 comment 4 replies
-
Is this like an importer plugin for Kubernetes @ srini1978? We'd need something to grab observations from Kubernetes; I don't think Kubernetes has some built-in metrics monitoring capabilities, however. There is another question about what you are measuring: the pods and clusters or the applications running on the pods? This may be less of a plugin for IF and more of a Content prize. Figure out how to measure a Kubernetes cluster (in its many forms) and write a tutorial on it. I'm super confused re: kubernetes and if there was a tutorual on how to measure kubernetes using IF that would be very interesting. This could also be expanded out into we need tutorials for how to measure X framework on Impact Framework. What do you think? |
Beta Was this translation helpful? Give feedback.
-
Story
As a user, I want to calculate the environmental impact of Kubernetes Clusters
Rationale
Kubernetes computing is a cloud-based model where the cluster infrastructure manages pods/nodes being allocated, enabling developers to write and deploy code without worrying about the underlying infrastructure. This idea is to generate a manifest file and model that could be used to calculate the energy and carbon consumed by the cluster infrastructure.
Scope
This is a manifest file. See here for examples and here for a manifest writing tutorial.
Implementation guidelines
Difficulty
5/5
Impact
5/5
Examples and resources
IMPL writing guide
Beta Was this translation helpful? Give feedback.
All reactions