Configuration and scripts for running the Orkes Conductor proof of concept.
- Configuration Map with Credentials
- Persistent Volume Definition and Clain
- Deployment Definition
- Database Service
To attach to the running PostgreSQL pod use:
$ kubectl exec -it [pod-name] -- psql -h localhost -U admin --password -p 5432 postgresdb
- Configuration Map with Credentials
- Persistent Volume Definition and Clain
- Deployment Definition
- Database Service
$ kubectl exec -it [pod-name] -- /bin/bash
root@redis-78dc8f4899-nrkmb:/data# redis-cli
127.0.0.1:6379>
Self-contained in orkes-app.yaml. Apply it and you are good to go.
$ kubectl apply -f k8s/orkes-app.yaml
Find the UI service point
$ minikube service local-orkes-conductor-community-ui
Should open in your default browser, othwerwise, paste the URI given into your browser. Follow the same pattern for the local-orkes-conductor-community-api to get access to swagger ui.