Quickstart Guide¶
Simply deploy the manifests¶
1 2 3 4 5 6 7 8 | # Deploy open bank project
kubectl apply -f obpapi_k8s.yaml
# Output:
service/obpapi-service created
deployment.apps/obp-deployment created
service/postgres-service created
deployment.apps/obp-postgres created
persistentvolumeclaim/postgres created
|
For environment spesific options see:
- microk8s see microk8s_cloud_deploy_tutorial
- google-cloud see google_cloud_deploy_tutorial
- docker-only see docker_deploy_tutorial
- with-kafka see kafka_deploy_tutorial