Open jyotimahapatra opened 2 years ago
This issue was marked stale due to lack of activity.
Closing this because it has stalled. Feel free to reopen if this issue is still relevant, or to ping the collaborator who labeled it stalled if you have any questions.
+1 on this
+1
Reopening this since I think it's something worth considering. I don't think it's work we have planned any time soon though
+1
Thank you for the feature request. We will review it and get back to you.
@adam-mateen how did the review go? 🤔
As a workaround when running the official image from ECR/Docker Hub on ECS Fargate, since it uses an scratch image, most health check tools are not included (curl for example). Instead I just used the following command just to mark the container as healthy:
HealthCheck:
Command: ["CMD", "/opt/aws/amazon-cloudwatch-agent/bin/amazon-cloudwatch-agent", "--version"]
My team runs cloudwatch agent as a container to collect metrics. Does cw agent have a healthz or livez endpoint I could use to setup probes for the daemonset https://github.com/aws-samples/amazon-cloudwatch-container-insights/blob/master/k8s-yaml-templates/cwagent-kubernetes-monitoring/cwagent-daemonset.yaml ?