JDev
February 18, 2019, 1:10pm
1
Hello, I wanted to see the look metrics of kubernetes cluster.
Launched, but metrics did not appear.
I googled and found that at the new kubernetes versions "localhost:10255" is not working.
I looked in the documentation - it is. Version 1.13 is not supported.
https://www.elastic.co/guide/en/beats/metricbeat/master/metricbeat-module-kubernetes.html
Please tell me, is there a solution for Kuberenetes 1.13? How to set up metrics?
Version metricsbeat 6.6.0
Thanks.
Hello @JDev , metricbeat is not tested with kubernetes 1.13. What is the problem you ran into?
JDev
February 21, 2019, 6:39am
3
I thought that there was already some other solution.
You'd need to check how kubelet is started, but probably better to wait for your colleague
In the meantime if you want you can try to configure ssl to use the secure port.
yeah.. thanks, I tried that too... that's what I have, but still no luck (get the same x509 error):
kubernetes:
enabled: true
config:
module: kubernetes
metricsets:
node
system
pod
container
volume
period: 10s
hosts: ["https://$ {HOSTNAME}:10250"]
bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token
ssl.certificate_authorities:
/var/run/secrets/kubernetes.io/serviceaccount/ca.crt
add_metadata: true
in_cluster: true
system
(system)
Closed
March 21, 2019, 6:50am
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.