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

Autoscaling - HPA - references incorrect namespace "workshop" #6

Closed reagaros closed 2 years ago

reagaros commented 2 years ago

Autoscaling - HPA - This chapter has this line : You can go to Cloudwatch -> Metrics -> All Metrics -> and select the namespace **workshop** and find the metric pod_cpu_utilization_over_pod_limit. You can also click this [cloudwatch metrics ] to see CPU Utilization (Over Limit). Here the workshop refers to cloudwatch metric namespace and not kubernetes namespace as cloudwtach namespace with name workshop is never created. This should refer to the ContainerInsights namespace.

praseedasathaye commented 2 years ago

Fixed