[go: nahoru, domu]

Skip to content

marianobilli/node-to-pod-labeler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node to pod labeler

This container will monitor pods in the system and based on an environment variable LABELS containing node labels separaded by comma, it will read the labels from the node and will copy them to te pod.

Environment Variables

  • LABELS: "eks.amazonaws.com/capacityType,node.kubernetes.io/instance-type" (default: "")
  • EXCLUDED_NAMESPACES: "kube-system,prometheus,etc" (default "")
  • LOG_LEVEL: "DEBUG" (default: "INFO")

Motivation

The inspiration for this was to develop a cost report that could work toghether with the container in the project https://github.com/empathyco/kubernetes-cost-report. empathyco-container would extract price per instance type, and later a prometheus rule would join metrics using node.kubernetes.io/instance-type and eks.amazonaws.com/capacityType.

Next steps

  • Configure kube-state-metrics to expose these labels in the metrics using --metric-labels-allowlist argument
  • Build a prometheus rule to join empathyco instance_cost metric using these new labels on the pod metrics

About

A container to copy labels from the node to the pod

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published