diff --git a/k8s-deployment-manifest-templates/deployment-mode/service/cwagent-prometheus/sample_traffic/redis/README.md b/k8s-deployment-manifest-templates/deployment-mode/service/cwagent-prometheus/sample_traffic/redis/README.md index 555c079f..caba2110 100644 --- a/k8s-deployment-manifest-templates/deployment-mode/service/cwagent-prometheus/sample_traffic/redis/README.md +++ b/k8s-deployment-manifest-templates/deployment-mode/service/cwagent-prometheus/sample_traffic/redis/README.md @@ -1,13 +1,2 @@ -## Sample Redis Application Installation Yaml - -Set the namespace for the Redis sample workload -```shell script -REDIS_NAMESPACE=redis-sample -``` - -Run the following command to install the Sample Redis Application on Amazon EKS or Kubernetes -```shell script -curl https://cwagent-prometheus-yamls-justin.s3-us-west-2.amazonaws.com/redis-traffic-sample.yaml \ -| sed "s/{{namespace}}/$REDIS_NAMESPACE/g" \ -| kubectl apply -f - -``` \ No newline at end of file +## Sample Redis Application Yaml File for Demo +Please refer to [Set Up Redis with Sample Traffic](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-Setup-redis-eks.html) for installation guide. \ No newline at end of file