Skip to content

HPC-ULL/Containerizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Containerizer

Containerizer is a tool to run python functions in kubernetes containers

Installation

Deploy the Kubernetes objects:

kubectl apply -f yamls/*

Use the package manager pip to install Containerizer.

pip install pip install git+https://github.com/HPC-ULL/KubePipe

Usage

from containerizer.containerizer import Containerize


def printtext(args):
    pass

#Prints "hello world"
x = Containerize(printtext, args=["Hola mundo"])
x.start()
print(x.join())

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages