example-voting-app
                                
                                 example-voting-app copied to clipboard
                                
                                    example-voting-app copied to clipboard
                            
                            
                            
                        Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
Updated the architecture diagram with graphics and icons for respective services and to show the various options for running a service. For example, the worker can be .NET or Java.
Update the graphic to show the various options for running a service. For example, indicate the worker is .NET or Java. Also, since it has arrows to indicate traffic paths,...
all is good now deployments are working, but i want to know how do we perform scale up for the db, redis and workers. it seems that when i do...
Bumps [async](https://github.com/caolan/async) from 3.1.0 to 3.2.2. Changelog Sourced from async's changelog. v3.2.2 Fix potential prototype pollution exploit v3.2.1 Use queueMicrotask if available to the environment (#1761) Minor perf improvement in...
** PLEASE ONLY USE THIS ISSUE TRACKER TO SUBMIT ISSUES WITH THE EXAMPLE VOTING APP ** * If you have a bug working with Docker itself, not related to these...
Hello Team, I tried with docker-compose to create swarm, on Ubuntu 20.04, last which I got is output from below. I am not sure how to resolve this issue. Please...
Hi, I have EKS cluster running and I have created the deployments using K8-spec directory. However I am unable to hit the URL of the exposed microservice. Do I need...
I am facing this error. the postgres:9.4 status exited. How to keep it up? docker run --link redis:redis --link db:db worker-app docker: Error response from daemon: Cannot link to a...