Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 451 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 451 Bytes

About

This is a tool for scheduling and running python functions in a kubernetes cluster. This is designed to be jupyter notebook friendly.

The project is still in early development.

Dev Instructions

Requirements

  • docker
  • minikube
  • argo
minikube start
minikube mount $HOME/.pyflow:/.pyflow &
minikube dashboard
kubectl -n argo port-forward deployment/argo-server 2746:2746

Test/Example

python package.py