kubernetes-example-voting-app
kubernetes-example-voting-app copied to clipboard
Deploy Docker's example voting app on Kubernetes
Added one more name:value set to Spec as the result of voting is not updating withouit this.
How worker pod knows that it needs to send the data to Redis/Postgres, generally pods get attached to service from selector, And how voting/result app knows to send the data...
the pods are running, port 31000 and port 31001 are used by a process called kube-proxy. to visiti the web page, I visit localhost:31000 at the master node, but it...