
1. Check Elastic Agent status
  $ kubectl get agent {{ include "elasticagent.fullname" . }} -n {{ .Release.Namespace }}

2. Check Elastic Agent pod status
  $ kubectl get pods --namespace={{ .Release.Namespace }} -l agent.k8s.elastic.co/name={{ include "elasticagent.fullname" . }}
