#tailscale
Explanation 1
- Updated 2026-06-23
Tailscale
Overview Tailscale is a modern mesh VPN solution built on WireGuard that Skyscrapers uses to provide secure access to customer Kubernetes clusters and AWS VPCs. While Tailscale is often positioned as a mesh VPN with peer-to-peer connections, Skyscrapers …
How-to guides 3
- Updated 2026-06-24
Tailscale Setup
Overview This guide explains how to set up Tailscale integration with Skyscrapers-managed EKS clusters. Tailscale provides secure VPN connectivity to your Kubernetes clusters, enabling private network access to cluster resources and advertised routes. The …
- Updated 2026-06-24
Tailscale ACL File
Structure The policy file uses HuJSON format (JSON with comments) and includes several key sections: 1. Groups Define groups of users for easier access management: { "groups": { "group:devops": [ "alice@example.com", …
- Updated 2026-06-24
Tailscale Capabilities
Running on the Tailscale Kubernetes Operator gives you more than subnet routing to your VPC. This page covers the extra capabilities you can use and how to turn them on. All of these are opt-in per cluster. Skyscrapers enables the building blocks …
Reference 1
- Updated 2026-06-24
Tailscale Deployment
Add under spec.tailscale in the cluster definition: spec: tailscale: enabled: true oauth_client_id: your-oauth-client-id oauth_client_secret_payload: kms-encrypted-secret replicas: 2 extra_routes: - "192.168.248.0/24" cpu_requests: "100m" …