Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 478 Bytes

File metadata and controls

27 lines (21 loc) · 478 Bytes

kubernetes-python-image-exporter

Categories: kubernetes, python, container, image, exporter

Python power 🐍

  • this experimate will show how easy you can write an container images exporter for a kubernetes cluster namespace.
  • additionally it will show how to create a binyary version of a python exporter 🚤

setup for dev

make setup

build

make build_bin

run

make build_bin

all in one

make all