Overview
Aether is a managed-Kubernetes platform. You create clusters to run your workloads, and Aether runs and operates the Kubernetes control plane for you — you never patch it, scale it, or pay attention to it operationally. You focus on your applications; we handle the plumbing underneath.
Who it’s for
Section titled “Who it’s for”Aether is for developers and teams who want production-grade Kubernetes without
the operational burden of running the control plane themselves. If you can write
a Deployment manifest and run kubectl, you can run on Aether.
What you get
Section titled “What you get”- Tenant clusters — isolated Kubernetes clusters that you own and run your workloads on.
- A fully managed control plane — provisioned, operated, and kept healthy by Aether.
- The Cilium CNI pre-installed — ready for
NetworkPolicyandCiliumNetworkPolicy. - Managed load balancers, block storage, and a private container registry — available out of the box.
- A built-in observability view in the portal, with no separate login.
Prerequisites
Section titled “Prerequisites”Before you start you’ll need:
- An Aether account and organization. Sign up at the portal.
- A payment method on file for any paid usage (see the Billing model).
kubectlinstalled locally if you want to connect to your cluster from your own machine.
The journey
Section titled “The journey”A typical first session looks like this:
- Create your first cluster — name it, pick a region and Kubernetes version, and watch it come up.
- Node pools — add and size the worker nodes that run your workloads.
- Connect with kubectl — download your kubeconfig and start deploying.
From there, explore the rest of the platform:
- Networking — network policies and load balancers.
- Storage — persistent volumes.
- Container registry — push and pull your images.
- Observability — watch your cluster’s health.