Deploying with Kubernetes
This guide shows you how to setup a DBOS Python application and its Postgres database using Kubernetes.
It assume you have an existing Kubernetes service up and running.
You'll need two manifests: one for Postgres and one for the application.
Building the Application Image
DBOS is just a library for your program to import, so it can run with any Python/Node program. For a reference Dockerfile to build a container an upload it to your registry, see our Docker guide. Deploy both services with kubectl apply -f [manifest.yaml]