Telegraf kube_inventory plugin for aws eks

Hi, Am trying to configure Telegra plugin input.kube_inventory to AWS EKS cluster, am getting certificate error while connecting to the cluster. Could you please assist with steps or configurations required for plugin kube_inventory to connect with aws eks and gather the metrics please.

Hi,

Can you share the exact error messages you got from you logs as well as your config? It helps to share at least those two items.

If you are trying to setup with a custom cert, are you sure you are using an https URL and using the correct tsl_ca, tls_cert and/or tls_key options?

Hi jpowers,

Using this parameter “insecure_skip_verify = true” has resolved my cert problem when integrating with kubernetes. Thank you.