Skip to main content

6 docs tagged with "envoy-gateway"

View all tags

Envoy Gateway

Kubernetes Gateway API implementation backed by Envoy Proxy.

http-internal (resource)

Shared cluster resource that defines the internal `HTTPRoute` parent — the Gateway that internal-only apps attach to so their hostnames resolve on the home/mesh side without ever being routed publicly.

Identity end-to-end: LLDAP, Keycloak, and Pocket ID

How the homelab's three identity services fit together — LLDAP as the user directory, Keycloak as the OIDC/SAML broker, Pocket ID as the passkey-first provider — which apps authenticate against which, and what a full SSO login looks like from browser to app.

The life of a request — from DNS lookup to pod

End-to-end walkthrough of the homelab's ingress path — how a browser hitting immich.web.kueber.eu resolves DNS, lands on the Hetzner edge, crosses the NetBird mesh with PROXY protocol v2, terminates TLS on the production Envoy Gateway, and reaches the pod through Cilium.