Skip to content

bob-cd/bob-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying Bob

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.

Requirements

Deploying

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:7777 to forward the 7777 port on the local machine and should be available on it.
  • To clean up, run:
    • kubectl delete -f k8s/
    • kubectl delete pvc --all

Requirements

Deploying

From the root of the project:

  • Run podman-compose up or docker-compose up to create all the necessary services.
  • A little while later ...
  • The service should be available on port 7777.

License

Copyright © 2022 Bob authors.

Distributed under the MIT License. See LICENSE.

Releases

No releases published

Packages

No packages published