Skip to main content
$casos v0.1.0

CasOS

_

Embeds the full Kubernetes control plane as a single binary. No external cluster, no kubeadm, no extra moving parts.

┌─ casos ───────────────────────┐
│                               │
│  $ ./casos                    │
│  > embedding k8s control...   │
│  > starting api-server...     │
│  > casdoor auth ready         │
│  > dashboard at :14000  ✓     │
│                               │
│  nodes    1/1   running       │
│  pods     0     pending       │
│  svcs     1     active        │
│                               │
└───────────────────────────────┘
core

Embedded Kubernetes

Ships the full K8s control plane — API server, controller manager, scheduler — as one binary. Zero external dependencies.

ui

Built-in Dashboard

Inspect Nodes, Pods, Services, ConfigMaps, and CRBs from a browser. Pull images from DockerHub without touching a terminal.

auth

Casdoor Auth

OAuth2 / OIDC via Casdoor out of the box. SSO, multi-tenant, 100+ identity providers. Configure once, done.

// quickstart

Up in one command

Download the binary, run it, open the browser. No cluster provisioning, no CNI plugins to debug.

bash
_