This gathers reference deployments for Bob on various platforms. The cluster is configured as follows with a single replica setup of:
Note: There are no resource limits configured and all defaults used. This is intended to be a reference for actual deployments.
- Kubernetes 1.20+
- kubectl
From the root of the dir:
- Run kubectl apply -f k8s/to create all the necessary services.
- Run kubectl port-forward service/bob-apiserver 7777:7777to forward the7777port on the local machine and should be available on it.
- To clean up, run:
- kubectl delete -f k8s/
- kubectl delete pvc --all
 
- Podman 4+ or Rootless Docker 20.10+
- podman-compose or docker compose
From the root of the project:
- Run podman-compose upordocker-compose upto create all the necessary services.
- A little while later ...
- The service should be available on port 7777.
Copyright © 2022 Bob authors.
Distributed under the MIT License. See LICENSE.