Skip to content

Commit c5c45e8

Browse files
Kalyan Reddy DaidaKalyan Reddy Daida
authored andcommitted
Welcome to Stack Simplify
1 parent 9ac6feb commit c5c45e8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

18-EKS-Monitoring-using-CloudWatch-Container-Insights/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Monitoring EKS using CloudWatch Container Insigths
22

3+
## Step-00: Introduction
4+
- What is CloudWatch?
5+
- What are CloudWatch Container Insights?
6+
- What is CloudWatch Agent and Fluentd?
7+
8+
39
## Step-01: Deploy our Sample to generate Load
410
```
511
# Deploy
@@ -66,5 +72,12 @@ curl https://raw.githubusercontent.com/aws-samples/amazon-cloudwatch-container-i
6672
curl https://raw.githubusercontent.com/aws-samples/amazon-cloudwatch-container-insights/latest/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml | sed "s/{{cluster_name}}/eksdemo1/;s/{{region_name}}/us-east-1/" | kubectl delete -f -
6773
```
6874

75+
## Step-08: Clean-Up Application
76+
```
77+
# Delete Apps
78+
kubectl delete -f kube-manifests/
79+
```
80+
6981
## References
70-
- https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/deploy-container-insights-EKS.html
82+
- https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/deploy-container-insights-EKS.html
83+
- https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-Setup.html
165 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)