aws-containers / eks-app-mesh-polyglot-demo

End to end deployment and observability of polyglot microservices in Amazon EKS using AWS App Mesh, AWS Fargate, Amazon Cloudwatch Container Insights, and AWS X-Ray
MIT No Attribution
64 stars 636 forks source link

StatefulSet using AWS EBS - Test Scaling - Incorrect Data shown #10

Closed reagaros closed 2 years ago

reagaros commented 2 years ago

StatefulSet using AWS EBS - Test Scaling - Incorrect Data shown, this is a cosmetic issue where after scaling the replicas to 3 there is a line which says You will see 5 servers are running. Since the replicas are only scaled to 3 not sure how the servers could be 5.

Secondly after this line It will show the same data that leader has. it shows the following data that the table might have:

+--------+----------+
| prodId | prodName |
+--------+----------+
| 1      | Desk1    |
+--------+----------+

All the examples have been talking about the data of 999 | Mountain Bike and since suddenly we are saying it could have 1 | Desk1 the users might be confused.

praseedasathaye commented 2 years ago

Fixed both issues