Get Fluentd build information by running these commands: export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "fluentd.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") echo "curl http://127.0.0.1:24231/metrics for Fluentd metrics" kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 24231:24231