Skip to content

This project will help us dynamically render the kubernetes deployment files.

Notifications You must be signed in to change notification settings

amithapa/kube_renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kube Reder

This is a simple python program that will render the kuberntes deployment files by substituting dynamic constants based on the parameters and render it.

Motivation

To simplify the process of generating dynamic kubernetes file for deploying it in multiple environments.

Command to run and generate the kube deploy files

python kube_render/kube_renderer.py --instance_status production --docker_image_version 1 --base_dir $(pwd)/kube_render/example

About

This project will help us dynamically render the kubernetes deployment files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages