1
0
Fork
You've already forked kubernetes
0
No description
  • Go Template 100%
2026年07月02日 18:03:53 +02:00
clusters/obelix Update Helm chart oci.trueforge.org/truecharts/frigate to v19.6.0 2026年07月02日 16:03:51 +00:00
docs Remove stale loki-mcp docs entry 2026年05月07日 07:19:42 +02:00
README.md feat: monitor Argo CD with Prometheus 2026年04月15日 07:14:24 +02:00
renovate.json Remove temporary Nextcloud Renovate branch workaround 2026年07月02日 05:52:05 +00:00

Kubernetes GitOps Repository

This repository contains runtime cluster manifests reconciled by Argo CD.

Purpose

  • Define workload and platform runtime state for the cluster.
  • Keep runtime changes Git-driven and reviewable.
  • Provide predictable operational workflows for app and platform changes.

Start Here

  • Main documentation index: docs/README.md
  • App and namespace inventory: docs/APPS.md
  • App onboarding: docs/APP-ONBOARDING.md
  • Runtime workflow: docs/WORKFLOW.md
  • Alerts: docs/ALERTS.md
  • Special setups and gotchas: docs/SPECIAL-SETUPS.md
  • GPU workloads: docs/GPU.md

Daily Use

  1. Edit manifests in this repository.
  2. Validate render.
  3. Commit and push.
  4. Verify Argo reconciliation and workload health.

Repository Scope

  • This repo owns runtime Kubernetes state.
  • Host bootstrap and control-plane provisioning live in the sibling nixos repository.