#kubernetes

Explanation 5

  • Updated 2026-06-02

    ECR Pull-Through Cache

    The ECR Pull-Through Cache (PTC) is an AWS-managed feature that transparently mirrors container images from upstream public registries into your own Amazon ECR. Skyscrapers uses it to guard your EKS clusters from upstream registry outages and rate limits, …

  • 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

    Helm

    Overview Helm is a package manager for Kubernetes, providing a simple and efficient way to manage Kubernetes applications. It allows users to define, install, and upgrade even the most complex Kubernetes applications. Helm uses a packaging format called …

  • Updated 2026-05-12

    Ingress

    Overview An Ingress Controller is a specialized load balancer for Kubernetes that manages external access to services within a cluster. While Kubernetes Services expose applications internally, an Ingress Controller acts as the entry point for HTTP/HTTPS …

  • Updated 2026-05-12

    Kube-green

    Introduction Kube-green is an open-source Kubernetes operator that automatically shuts down and restarts workloads on a defined schedule. Its primary use case is reducing resource consumption and cloud costs by scaling down environments during off-hours, …

How-to guides 7

  • Updated 2026-06-02

    How-to use the ECR Pull-Through Cache

    This guide covers how to enable the ECR Pull-Through Cache for your clusters. The default tier (quay.io and registry.k8s.io) is fully managed by Skyscrapers; there is nothing for you to do. The opt-in tiers (docker.io, ghcr.io, registry.gitlab.com) require …

  • Updated 2026-05-28

    Wireguard VPN

    Introduction This page describes how to use the Wireguard VPN add-on to securely connect to your Kubernetes cluster and AWS VPC. While we recommend using Tailscale as full-fledged solution, we also provide Wireguard as a simple, cheaper and self-managed …

  • Updated 2026-05-12

    AWS Load Balancer Controller

    Introduction This page describes how to use the AWS Load Balancer Controller as Ingress Controller in your Kubernetes cluster. The ALB controller provisions AWS Application Load Balancers for your Kubernetes Ingress resources. Pre-requisites First …

  • Updated 2026-05-12

    Cert-Manager

    Let’s Encrypt certificates SSL certificates can be automatically fetched and setup for applications deployed on the Kubernetes cluster via cert-manager. We deploy a letsencrypt-prod ClusterIssuer by default, which uses dns01 validation via Route 53. …

  • Updated 2026-05-12

    Kube-green Setup

    Introduction This guide shows how to enable kube-green on your cluster and configure sleep schedules to automatically scale down workloads during off-hours. For background on what kube-green is and how it works, see the explanation page. Enabling …

  • Updated 2026-05-12

    OpenVPN

    Note The OpenVPN component in the SKsycrapers platform is considered deprecated and will be removed during the course of 2025. We recommend using Tailscale or Wireguard instead for secure VPN connectivity to your environment: Refer to our Tailscale setup …

  • Updated 2026-05-12

    Traefik Ingress

    Introduction This page describes how to use various features of Traefik as an Ingress Controller in your Kubernetes cluster. These are the most common examples we notice when helping our customers to set up Ingresses. Pre-requisites First determine whether …

Changelog (2025) 23

Related tags