Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Kubernetes cluster lifecycle, service operations, secrets, identity management,
kanban project management, VPN access, and WFE workflow control.

[![Matrix](https://img.shields.io/badge/chat-%23hello%3Asunbeam.pt-0dbd8b?logo=matrix)](https://matrix.to/#/#hello:sunbeam.pt)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)
[![Rust](https://img.shields.io/badge/rust-2024%20edition-orange.svg)](https://www.rust-lang.org/)

Expand Down
6 changes: 6 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Release train — Sunbeam Compute Platform CLI"
description: "How a `sunbeam` release goes from merged code to installed binary."
updated_at: "2026-07-28"
---

# Release train — Sunbeam Compute Platform CLI

How a `sunbeam` release goes from merged code to installed binary.
Expand Down
6 changes: 6 additions & 0 deletions docs/service-discovery-labels.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Sunbeam Service Discovery Labels"
description: "Migration guide: replacing hardcoded service definitions in the SDK service registry with Kubernetes label-based discovery."
updated_at: "2026-07-28"
---

# Sunbeam Service Discovery Labels

Migration guide: replacing hardcoded service definitions in `sunbeam-sdk/src/registry/services.rs` with Kubernetes label-based discovery.
Expand Down
6 changes: 6 additions & 0 deletions docs/sunbeam-up.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "`sunbeam up` — Complete Cluster Bring-Up"
description: "One command to go from zero to a working local Kubernetes development stack."
updated_at: "2026-07-28"
---

# `sunbeam up` — Complete Cluster Bring-Up

> **One command to go from zero to a working local Kubernetes development stack.**
Expand Down
Loading