Author: Aravindh Puthiyaparambil (Red Hat)
Kubernetes 1.27 introduced a new feature called Node log
query that allows viewing logs of services running on the
node.
What problem does it solve?
Cluster administrators face issues when debugging malfunctioning
services running on the node.They usually have to SSH or RDP into
the node to view the logs of the service to debug the issue.The
Node log query feature helps with this scenario by
allowing the cluster administrator to view the logs using
kubectl.This is