I am able to get metrics for kubernetes using prometheus (cAdvisor, nodes, pods, api-servers), but I want to get host maachine (OS) metrics too. So will that cAdvisor display those metrics or I have to use node-exporter separately for that matter? Please help
cAdvisor can only provide metrics of containers.
Yes, you need to use node-exporter for host metrics.