Voting sample app inspired by https://github.com/dockersamples/example-voting-app with a few different implementation choices.
The project should be immediately runnable by calling tye run
from the directory.
A few things need to be configured before deploying to Kubernetes.
-
Setting up Redis. A connection string needs to be provided to connect to Redis. You can follow our tutorial on setting up redis in your cluster.
-
Setting up postgresql. A connection string eventually needs to be provided to tye for postgresql.
-
Deploying the ingress.yaml by calling:
kubectl apply -f ingress.yml