Hi Team,
How to do auditing to collect Metadata/Request information for nodes ?
I searched K8 documentation and it never talks about node auditing logs.
Please assist and clarify on the same.
Thanks
Hi Team,
How to do auditing to collect Metadata/Request information for nodes ?
I searched K8 documentation and it never talks about node auditing logs.
Please assist and clarify on the same.
Thanks
There is no such thing as Metadata/Request information for nodes in this context.
Kubernetes auditing audits API server only.
The closest you will get to that is collecting logs and metrics data for kubelet, which implies using a logging solution like ELK and monitoring like Prometheus.