example-voting-app icon indicating copy to clipboard operation
example-voting-app copied to clipboard

Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes

Results 99 example-voting-app issues
Sort by recently updated
recently updated
newest added

**Description** **Steps to reproduce the issue, if relevant:** 1. Clone the repo 2. Apply the kubernetes manifest 3. Access the application on port 31000 and 31001 **Describe the results you...

scenario 2 prod environment

…side the vscode terminal I was watching the video at https://www.youtube.com/watch?v=rvu2b0PiTR4&t=2357s and it mentioned using the devcontainer with this example voting app and it seems no one has added one...

Cloned this project into my windows 11 machine. As suggested in readme.md file installed docker for windows and run the application using command "docker compose up". I was getting following...

As described in #349 docker compose up fails because of bin/obj folders beeing included, the .dockerignore fixes this issue Fixes #349