Can filebeat support k8s master with http?

I find that no matter in_cluster is true or false, filebeat always visit k8s api server with https method. I also don't have a kubeconfig file. if in_cluster is false, can filebeat add a config to specify the apiserver and use http method?

Hi @kaku_li, if in_cluster is false you need to specify a kube_config file, that would contain the details on how to connect to the server.

Could you explain a little bit about your use case? I'm particularly interested on how are you running kubernetes, and where/how are you trying to deploy filebeat.

Best regards

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.