- Notifications
You must be signed in to change notification settings - Fork0
vlmaier/example-voting-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple distributed application running across multiple Docker containers in k8s cluster.
This is based on the originalexample-voting-app-kubernetes.
kubectl create -f voting-app-deploy.ymlkubectl create -f result-app-deploy.ymlkubectl create -f worker-app-deploy.ymlkubectl create -f redis-deploy.ymlkubectl create -f postgres-deploy.ymlkubectl create -f voting-app-service.ymlkubectl create -f result-app-service.ymlkubectl create -f redis-service.ymlkubectl create -f postgres-service.yml
Accesshttp://localhost:30004 for the voting app andhttp://localhost:30005 for the result app.
About
Example distributed app composed of multiple containers for Docker and k8s