Metadata-Version: 2.1
Name: robovast-cluster
Version: 2.1.0
Summary: The Kubernetes execution lane for RoboVAST: cluster campaigns, deployment, and the operator commands.
License: Apache-2.0
Author: Frederik Pasch
Author-email: fred-labs@mailbox.org
Requires-Python: >=3.12,<3.14
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: bcrypt (>=4.0,<5.0)
Requires-Dist: boto3 (>=1.35,<2.0)
Requires-Dist: google-cloud-storage (>=2.0,<3.0)
Requires-Dist: kubernetes (>=34.1,<35.0)
Requires-Dist: robovast (>=2.0.0,<3.0.0)
Description-Content-Type: text/markdown

# robovast-cluster

The Kubernetes execution lane for [RoboVAST](https://github.com/cps-test-lab/robovast):
running campaigns as Kubernetes Jobs, deploying the service, and the operator commands
that set a cluster up and take it down.

Install it alongside `robovast` when you have a cluster:

```bash
pip install robovast robovast-cluster
```

Without it, `robovast` runs the local Docker lane and says so — `vast serve --backend
cluster` reports which lanes are installed, and `vast doctor` reports the cluster lane as
absent rather than broken.

It ships into the `robovast` namespace, so nothing about the import paths changes.

