-
Notifications
You must be signed in to change notification settings - Fork 260
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
We need to provide users with manifests for deploying Briefer's open-source version into their Kubernetes clusters.
We should use our docker-compose.yml
file as a starting point for that.
Here's what needs to be done:
- Create a separate folder for Kubernetes manifests - it'll contain all the necessary
.yaml
files. - Create manifests for each service. That includes deployment specs for the
web
,api
,ai
and statefulset specs forjupyter
, andpostgres
. - Remember to create the necessary services for each.
- Remember to update
docs/DEPLOYMENT.md
with the instructions.
We should get this working on minikube first.
We'll worry about a helm chart later.
felipereyel and edbizarro
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed