Metricbeat in Kubernetes - 404 error for Kubernetes module events

@chandra2037 Sorry for the late response here. So you are trying to use k8s module in metricbeat to get metrics from the k8s cluster that metricbeat is running on? My first guess is hosts: ["https://${KUBE_HOST}"] should be pointing to hosts: ["localhost:10255"]. Also maybe Kubernetes data collection error with metricbeat! will help!