Skip to content

Latest commit

 

History

History
executable file
·
22 lines (15 loc) · 388 Bytes

README.md

File metadata and controls

executable file
·
22 lines (15 loc) · 388 Bytes

Kubernetes Env Debugger

Kubernetes deployment and service to show all kubernetes environment variables in the browser

WORK IN PROGRESS

Running in Kubernetes

TODO

$ TODO

Running in Docker

You can run this docker command to show all the environment variables from docker

$ docker run --name ked -d -p 4001:80 microenv/kubernetes-env-debugger