Skip to content

belimawr/kubernetes-envvar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes-envvar

Build Status Coverage Status GoDoc Go Report Card

Small cli application to read environment variables from Kubernetes' deployment.yaml, export them and run a command in the "new" environment

This is a WORK IN PROGRESS!!!

Motivation

I've been using Kubernetes for a while now and using environment variables to configure my applications and each environment (staging, production, etc) has got its own deployment.yaml and when the number of environment variables grows past two it gets annoying to run an application locally pointing to a different environment (e.g. staging).

So I decided to write this wee tool to do the "monkey job" of reading the deployment.yaml and exporting the environment variables

Usage

$ ./kubernetes-envvar <type: d|t> <filepath> <command and args>

Arguments:

  • Type: It's either t or d depending on the structure of the yaml file.
  • Filepath: Is the path to the Kubernetes' deployment.yaml
  • Command: Is the command and it's args.

TODO

  • Remove ugly workaround helm templates
  • Parse/replace environment variables on the command and it's arguments
  • Parse deployment.yaml in a more generic way
  • Review the logging/debug messages
  • Return the return code of the command run

Licence

GPLv3

About

Small cli application to read environment variables from Kubernetes' deployment.yaml and export them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages