Skip to main content

Networking services

This page lists networking services that are deployed as in-cluster pods via the standard uis deploy pipeline. For tunnel providers (Cloudflare, Tailscale), see the top-level Networking section — those use the uis network <verb> <provider> family.

Services

ServiceDescriptionDeploy
TraefikIngressRoute controller — terminates HTTP/HTTPS and routes by hostname./uis deploy traefik

Tunnel providers

Cloudflare and Tailscale tunnels are managed through the unified network CLI, not uis deploy:

./uis network init cloudflare    # set up Cloudflare
./uis network up cloudflare # deploy
./uis network init tailscale # set up Tailscale
./uis network up tailscale # deploy
./uis network list # see all providers

See Networking → Cloudflare and Networking → Tailscale for the full walkthroughs.