Skip to content

A Python command line tool for simplifying deploying Kubernetes to your infrastructure.

License

Notifications You must be signed in to change notification settings

philipfischbacher/k8s-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8s-Deploy

Description

A Python command line tool for simplifying deploying Kubernetes to your infrastructure.

Installation

To install with Python3, please use the following command.

python3 setup.py install

How to Use

Module Command Line

You can either install it or just run using the k8s_deploy.py. But you must make it executable first with the chmod +x command.

chmod +x k8s_deploy.py

./k8s_deploy.py --help

To run

run ./k8s_deploy.py [CONFIG FILE]

####Example

./k8s-deploy config.yaml

About

A Python command line tool for simplifying deploying Kubernetes to your infrastructure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages