Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 852 Bytes

observability.md

File metadata and controls

27 lines (21 loc) · 852 Bytes

Argo Tunnel Ingress Observability

Analytics

Logs

Following is only allowed for a single pod.

POD_NAME=$(kubectl get pods -l "app=argo-tunnel" -o jsonpath="{.items[0].metadata.name}"); echo $POD_NAME
kubectl logs $POD_NAME --since=10m -f

All logs can be view by label,

kubectl logs -l "app=argo-tunnel" --since=10m

Health Checks

Custom Health Checks can be defined under the Traffic tab on the Cloudflare dashboard.

  • Navigate to Traffic.
  • Create a health check monitor.
  • Verify a status code of "2xx" and insert a Host header for the domain.