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
- Host: GitHub
- URL: https://github.com/blong14/compute-cluster
- Owner: blong14
- Created: 2021-03-27T22:34:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T04:43:56.000Z (5 months ago)
- Last Synced: 2026-01-14T08:34:11.620Z (5 months ago)
- Topics: cockroachdb, cockroachdb-operator, k3s-cluster, kubernetes, raspberry-pi-3
- Language: Shell
- Homepage:
- Size: 8.38 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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
```