Skip to content

Instantly share code, notes, and snippets.

@duboisf
Created August 28, 2025 19:46
Show Gist options
  • Save duboisf/16da7501f573db2ee382712f84b72c9b to your computer and use it in GitHub Desktop.
Save duboisf/16da7501f573db2ee382712f84b72c9b to your computer and use it in GitHub Desktop.
Use kubectl get --raw to connect to a pod using reverse proxy
kubectl get --raw /api/v1/namespaces/argocd/pods/argocd-server-75db8b479f-fpc48:8083/proxy/metrics | grep argocd_info   
# HELP argocd_info ArgoCD version information
# TYPE argocd_info gauge
argocd_info{version="v2.14.9+38985bd"} 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment