Tailscale¶
Category: Networking
Type: Cluster Service
Tags: wireguard · vpn · tailscale
Editable: Yes
Overview¶
Tailscale is a WireGuard-based VPN operator that creates a secure, zero-configuration mesh network between your devices and cluster. The Tailscale Kubernetes Operator integrates your cluster into your Tailscale tailnet, enabling private access to cluster services without exposing them publicly — and allowing cluster workloads to reach external services on your tailnet. It simplifies secure remote access without managing firewall rules or traditional VPN gateways.
For full usage documentation, see the Tailscale Kubernetes Operator guide.
How It Works¶
Cluster Service — Installed once per cluster by an administrator. Once active, the cluster joins your Tailscale tailnet and cluster services can be selectively exposed to your team's devices without any per-project setup.
Prerequisites¶
- A Tailscale account with an active tailnet
- OAuth client credentials (Client ID and Secret) generated from the Tailscale admin console
- The OAuth client must have the
devices:writescope to allow the operator to register cluster services as Tailscale devices
Installation¶
- Generate OAuth credentials in the Tailscale admin console
- Open Terra and navigate to the Plugin Marketplace
- Search for "tailscale"
- Click Install
- Fill in the configuration fields below
- Click Confirm to deploy
After deployment, read the Tailscale Kubernetes Operator documentation for instructions on exposing services to your tailnet.
Configuration¶
Install-Time Fields¶
| Field | Details |
|---|---|
client_id |
string · Required Tailscale OAuth Client ID |
client_secret |
string · Required Tailscale OAuth Client Secret |
Notes¶
- This plugin is editable — you can rotate OAuth credentials after install via Terra
- After installation, expose cluster services to your tailnet by annotating Services with
tailscale.com/expose: "true" - Tailscale requires outbound connectivity to the Tailscale coordination server (
login.tailscale.com) from the cluster - ACLs and device approval policies are managed in the Tailscale admin console and apply to cluster devices as well as your other tailnet members