Show HN: KubeForge – A GUI for Kubernetes YAMLs

Hey HN,

I'm Brandon, a solo dev, and I built KubeForge - a visual editor for Kubernetes deployments that helps you build and validate YAML configs.

Origin Story: Over the past couple weeks, I got fed up manually writing Kubernetes YAMLs, especially when working with nested structures like containers, env, and volumeMounts. Even small typos or misaligned fields added lost time to broken deploys.

So I started hacking together a tool to visualize the structure of Kubernetes objects based on the OpenAPI schema. That prototype quickly turned into a full manifest builder.

What KubeForge does:

- Pulls the latest Kubernetes OpenAPI schema (auto-updated daily)

- Generates field-level forms with type safety, required fields, and smart defaults

- Lets you visually build manifests like a flow editor

- Outputs clean, deploy-ready YAML, with multi-object exports

Personally, I wanted a tool that:

- Validates fields as I build, not after deployment

- Surfaces nested fields, tooltips, and types without switching tabs

- Lets me export or share real YAMLs easily

Try it out:

GitHub: https://github.com/kubenote/KubeForge

Live demo: https://demo.kubefor.ge

Website: https://kubefor.ge

It’s free and open source. I’d love feedback, bug reports, or ideas. Contributions welcome too .

Thanks, Brandon


Comments URL: https://news.ycombinator.com/item?id=44752469

Points: 4

# Comments: 0

https://github.com/kubenote/KubeForge

Vytvořeno 26d | 1. 8. 2025 3:10:03


Chcete-li přidat komentář, přihlaste se

Ostatní příspěvky v této skupině

Show HN: A zoomable, searchable archive of BYTE magazine

A while ago I was looking for information on a obscure and short lived British computer. I found an article[1] in the archives of BYTE magazine[2] - and was captivated immediately by the tech adve

26. 8. 2025 17:20:30 | Hacker news
Show HN: My OSS P2P file transfer tool for learning Next.js (as a C++ dev)

Hey HN,

I'm a C++ algorithms engineer, and today I'd like to share my first full-stack web project: PrivyDrop.

This project was born from two ideas:

First, I wanted to solve a daily annoyanc

26. 8. 2025 17:20:19 | Hacker news