Loki does not have an HTTPRoute on the internal ingress gateway, so it requires port-forward access (unlike Prometheus and Grafana which are available via DNS).
Why port-forward? Loki's gateway component is disabled (replicas: 0) and no HTTPRoute exists for it on the internal ingress gateway. For other services that do have HTTPRoutes (Prometheus, Grafana, Alertmanager), prefer using the internal DNS URLs instead -- see the k8s skill for the full URL table.
For homelab-specific LogQL queries (Flux, Cilium, CloudNative-PG, etc.), see references/queries.md.
클러스터 로그 및 디버깅을 위해 Loki API를 쿼리합니다. 애플리케이션 오류를 조사할 때 사용합니다. 로그 검색, 포드 문제 디버깅, 로그 패턴 쿼리 등이 있습니다. 다음 경우에 사용하십시오. (1) 로그에서 오류 또는 패턴을 검색하는 경우, (2) 로그를 통해 Pod 또는 서비스 문제를 조사하는 경우, (3) Kubernetes 이벤트 쿼리, (4) Flux 조정 또는 플랫폼 서비스 오류 디버깅, (5) LogQL 쿼리 실행, (6) 로그 속도 또는 볼륨 확인. 트리거: "로그 확인", "로그 검색", "loki 쿼리", "logql", "로그 표시", "무슨 일이 일어났는가", "로그 오류", "로그에서 찾기", "테일 로그", "kubernetes 이벤트", "최근 로그", "로그 쿼리", "디버그 로그" 출처: ionfury/homelab.