Documentation

Services

Explanation 1

  • Updated 2026-05-12

    Backups

    Kubernetes platform backups Skyscrapers maintains backups of Kubernetes platform configuration - using Velero - according to your retention requirements - as specified in the onboarding SOW or any formal GitHub change requests. By default, Skyscrapers …

Reference 8

  • Updated 2026-05-13

    Offboarding Options

    As the DevOps-as-as-Service agreement is pending termination, we want to make sure we hand over the cloud platforms and operations in a way that works for you. This document informs you of our offboarding options. Alternatively, we also offer …

  • Updated 2026-05-12

    Handling support requests

    As part of the Skyscrapers customer base, we have a knowledgeable team to handle all of your support requests. In order to ensure that we can provide you with the best possible service, we have a few guidelines that we would like to inform you about. …

  • Updated 2026-05-12

    Support & change request types

    In this section of the documentation we will guide you through the process of creating a support or change request for Skyscrapers. Customer Lead At Skyscrapers you have a dedicated customer lead for your project. This person is the end-2-end owner of your …

  • Updated 2026-05-12

    Request priority

    When handling your support requests, we want to make sure we pick them up in the right order. That’s where request prioritization comes in. Priority levels At Skyscrapers use 4 prioritization levels in when handling support requests. Priority Description …

Technologies

Explanation 12

  • 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 …

  • Updated 2026-06-09

    Explanation of Kubernetes

    Walk-through of the Skyscrapers’ Kubernetes cluster Here you’ll find user-level documentation of our Kubernetes reference solution. You’ll learn how to access the cluster, how to deploy applications and services and how to monitor them. …

  • Updated 2026-05-12

    Dynamic, whitelabel-style Ingress to your application

    If your application allows for end-customers to use their custom domain, we’ve offered Caddy to provide on-demand SSL certificates for a while. However with our Kubernetes reference solution there is a more native and scalable solution through the …

  • Updated 2026-05-12

    Grant Skyscrapers access to your AWS account

    In order to provide Skyscrapers with access to your AWS account(s), you can use this documentation to configure your accounts with the necessary permissions and trust relationship towards Skyscrapers. This will allow Skyscrapers engineers to assume these …

How-to guides 16

  • 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 …

  • Updated 2026-06-16

    How to connect to WireGuard

    This guide shows how to set up a WireGuard client and bring up a VPN connection using a configuration file you received from Skyscrapers. On most operating systems the official WireGuard client is straightforward to install and use: head to the WireGuard …

Tutorials 1

  • Updated 2026-05-12

    What is Kubernetes?

    This page is mainly created for Skyscrapers customers that are currently being onboarded to the platform. It assumes no prior knowledge for Kubernetes. It should technically be a much lighter and digestible version of the kubernetes documentation, with our …

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" …

Golden Paths

Last updated on