Skip to main content
Logo

A lightweight tool to get an AI Infrastructure Stack up in minutes not days.

Step One

First load up everything...
k3ai up

Step Two

...then you want to build your AI infrastructure...
k3ai cluster deploy -t k3s -n mycluster

Step Three

...add some AI tool...
k3ai plugin deploy -n mlflow -t mycluster

Step Four

...finally push your code and enjoy!
k3ai plugin run -s https://github.com/k3ai/quickstart -b mlflow -t mycluster