Skip to content

awsonbudget/cluster

Repository files navigation

cluster

Setup

Make sure you have Poetry installed locally on your machine and you can find poetry on your path. You can double check by using poetry --version

Within this directory, use poetry install to install all dependencies.

Once that is done, use poetry shell to activate the environment.

In order to run the cluster, you need 1 command:

  • To start the FastAPI server: uvicorn src.main:app --reload --port 5001

McGill VM

  • uvicorn src.main:app --port 5001 --host 0.0.0.0

About

The cluster component of the cloud. It is like a kubelet agent in K8S. Can be scaled horizontally.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published