OSS Portfolio

Open Source Projects

This is not just a project list. It documents how real Kubernetes platforms, storage infrastructure, data platforms, and local AI environments were designed, verified, and operated as a connected OSS portfolio.

Projects
9
curated OSS portfolio
Domains
4
foundation → platform → data → AI
Documentation
83
project documentation pages
Model
Problem → Design → Evidence
document implementation and operational learning
Portfolio Architecture

The projects remain independent, but connect through shared engineering practice and real usage paths.

OpenForge
    │ engineering standards / supply-chain / reusable templates
    │
    ├── kube-ready-box ──→ local Kubernetes node baseline
    │                         │
    │                         ├── Narwhal ──→ Narwhal Portal
    │                         │       │
    │                         │       ├── nfs-quota-agent
    │                         │       └── ldapium
    │                         │
    │                         └── Beluga ──→ Beluga Manager
    │
    └── KubeMetal ──→ Apple Silicon / host-native MLX MLOps

The relationship map does not imply runtime dependency. Each repository remains an independent OSS project; the relationship represents shared engineering patterns and practical usage scenarios.

Engineering Foundation

Projects that standardize OSS engineering practice, local Kubernetes node readiness, and reusable foundations.

Cloud Native Platform

Kubernetes platform, portal, storage enforcement, and directory infrastructure projects.

Open Source Project

Narwhal

A reproducible and verifiable Kubernetes Internal Developer Platform

9 docs
Problem

Integrating dozens of cloud-native components creates recurring DNS, TLS, identity, networking, startup-order, and version-compatibility failures that must be re-proven after upgrades

Approach

Integrate 35 GitOps-managed applications into one reproducible IDP and turn 263 documented incidents into 51 CI regression checks plus live cluster verification

KubernetesVagrantGitOpsIDPIstio AmbientArgo CD
View project documentation →
Open Source Project

Narwhal Portal

Operations and developer workbench for the Narwhal Kubernetes Internal Developer Platform

5 docs
Problem

A Kubernetes IDP can expose dozens of independent dashboards while leaving platform-wide state, relationships, and operator workflows fragmented

Approach

A unified Next.js portal that presents cluster, application, catalog, security, cost, governance, and onboarding workflows as one operational surface

KubernetesIDPNext.jsReactTypeScriptKeycloak
View project documentation →
Open Source Project

NFS Quota Agent

Kubernetes agent that enforces filesystem Project Quotas for NFS PersistentVolumes

5 docs
Problem

Kubernetes NFS PersistentVolumes can expose requested capacity without enforcing an equivalent filesystem-level limit on the shared NFS storage

Approach

A node-local agent that watches NFS PVs and applies filesystem Project Quotas on the actual NFS server using XFS, ext4, or Btrfs quota mechanisms

KubernetesGoStorageNFSXFSext4
View project documentation →
Open Source Project

ldapium

An OpenLDAP Kubernetes packaging stack built from upstream source: server, management UI, Helm, and offline delivery

5 docs
Problem

OpenLDAP deployment options often combine stale images, inconsistent packaging, default-credential risks, and incomplete ARM64/offline support

Approach

Build OpenLDAP 2.6.14 from the upstream tarball and package it with zero-default-passwords, multi-architecture images, a management UI, Helm, backup/restore, offline bundles, and release evidence

OpenLDAPLDAPKubernetesHelmGoTypeScript
View project documentation →
Data Platform

Projects connecting CDC, streaming, lakehouse storage, query, BI, and orchestration into a coherent platform.

Edge / Local AI

A desktop MLOps project combining Apple Silicon native compute with a Kubernetes control plane.

Documentation Standard

Each project profile covers problem definition, design principles, architecture, key technologies, operational model, verification, current status, and portfolio relationships. Detailed documents are then split into Overview, Architecture, Getting Started, Operations, Troubleshooting, and ADR topics where applicable.