
KubeVela Has a Free API: Build Your Internal Developer Platform on Kubernetes
What is KubeVela? KubeVela is an open-source platform engine that makes building Internal Developer Platforms (IDPs) on Kubernetes easy. Instead of exposing raw Kubernetes YAML to developers, KubeVela provides application-centric abstractions powered by the Open Application Model (OAM). Why KubeVela? Application-first — developers describe WHAT they want, not HOW to deploy Multi-cluster — deploy to any Kubernetes cluster from one control plane GitOps built-in — native FluxCD integration Extensible with CUE — define custom abstractions without Go code UI dashboard — VelaUX provides a visual interface for app management Quick Start # Install KubeVela CLI curl -fsSl https://kubevela.io/script/install.sh | bash # Install KubeVela on your cluster vela install # Enable addons vela addon enable velaux # Web UI vela addon enable fluxcd # GitOps vela addon enable terraform # Cloud resources Deploy Your First Application # app.yaml — this is ALL developers need to write apiVersion : core.oam.dev
Continue reading on Dev.to DevOps
Opens in a new tab



