Setup “Stackdriver Kubernetes Monitoring” for AWS

2019-07-06 19:41发布

Google Cloud Platform announced "Stackdriver Kubernetes Monitoring" at Kubecon 2018. It looks awesome.

I am an AWS user running a few Kubernetes clusters and immediately had envy, until I saw that it also supported AWS and "on prem".

https://cloud.google.com/kubernetes-monitoring

This is where I am getting a bit lost.

  1. I cannot find any documentation for helping me deploy the agents onto my Kubernetes clusters. The closest example I could find was here https://cloud.google.com/monitoring/kubernetes-engine/customizing, but the agents are polling for "internal" GCP metadata services.

    E0512 05:14:12 7f47b6ff5700 environment.cc:100 Exception: Host not found (authoritative): 'http://metadata.google.internal./computeMetadata/v1/instance/attributes/cluster-name'

  2. Im not sure the Stackdriver dashboard has "Stackdriver Kubernetes Monitoring" turned on. I don't seem to have the same interface as the demo here:

https://youtu.be/aa8cgmfHTAs?t=4m25s

Im not sure if this is something which will get turned on when I configure the agents correctly, or something Im missing.

I think I might be missing some "getting started" documentation which takes me through the setup.

1条回答
一夜七次
2楼-- · 2019-07-06 20:32

As per this article, currently Stackdriver Kubernetes Monitoring beta release only supports Kubernetes version v1.10.2 clusters running on Google Cloud Platform's Kubernetes Engine. To track when this feature will be available in AWS, I suggest creating a feature request in Public Issue Tracker.

查看更多
登录 后发表回答