dockersamples / example-voting-app

Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
Apache License 2.0
4.74k stars 10.97k forks source link

Result apps not showing the results #359

Open piyushsachdeva opened 3 months ago

piyushsachdeva commented 3 months ago

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 received: 50%/50%

Describe the results you expected: 100%/0%

Additional information you deem important (e.g., the issue happens only occasionally): It has been Persistent for the past 2-3 days; it was working fine last week for me.

Output of docker version:

Master-->docker version
Client:
 Version:           24.0.7
 API version:       1.43
 Go version:        go1.22.2
 Git commit:        24.0.7-0ubuntu4
 Built:             Wed Apr 17 20:08:25 2024
 OS/Arch:           linux/amd64
 Context:           default

Output of docker info:

Master-->docker info
Client:
 Version:    24.0.7
 Context:    default
 Debug Mode: false

Output of kubectl version:

Master-->kubectl version
Client Version: v1.30.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.30.2

Output of kubeadm version:

Master-->kubelet --version
Kubernetes v1.30.2

Master-->kubeadm version
kubeadm version: &version.Info{Major:"1", Minor:"30", GitVersion:"v1.30.2", GitCommit:"39683505b630ff2121012f3c5b16215a1449d5ed", GitTreeState:"clean", BuildDate:"2024-06-11T20:27:59Z", GoVersion:"go1.22.4", Compiler:"gc", Platform:"linux/amd64"}

Additional environment details (AWS, Docker for Mac, Docker for Windows, VirtualBox, physical, etc.): Kubernetes on AWS EC2 server installed using kubeadm , 1 master node 2 worker nodes cluster , machine t2.medium

piyushsachdeva commented 3 months ago

Hi Team, Any update on this?

Regards, Piyush

piyushsachdeva commented 2 months ago

Sharing a few more details:

alexcraviotto commented 4 days ago

Did you fix that?