An open API service indexing awesome lists of open source software.

https://github.com/blong14/compute-cluster

Personal compute cluster
https://github.com/blong14/compute-cluster

cockroachdb cockroachdb-operator k3s-cluster kubernetes raspberry-pi-3

Last synced: 5 months ago
JSON representation

Personal compute cluster

Awesome Lists containing this project

README

          

```bash
CLI for the compute cluster...

Usage:
cluster [command]

Available Commands:
completion Generate the autocompletion script for the specified shell
deploy Deploy a service to the cluster
help Help about any command
run Run a job in the cluster

Flags:
-h, --help help for cluster

Use "cluster [command] --help" for more information about a command.
```

```bash
source venv/bin/activate
pip install -r requirements.txt -c constraints.txt
```