You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seamless dev environments for your Kubernetes apps
Lapdev gives your team production-accurate development environments that run directly in your Kubernetes cluster. Install the lightweight lapdev-kube-manager, choose the workloads you care about, and Lapdev keeps isolated or shared environments in sync with your production manifests. Developers iterate quickly using the Devbox CLI for local debugging while staying connected to real cluster resources.
What Lapdev Does
Reads production manifests – Lapdev builds an App Catalog straight from your production Deployments, StatefulSets, ConfigMaps, Secrets, and Services.
Creates tailored environments – Launch fully isolated personal namespaces, shared team baselines, or lightweight branch environments with intelligent traffic routing.
Keeps everything in sync – Monitor production for changes, notify developers, and apply updates when you are ready—no manual YAML drift.
Enables local-style iteration – Devbox routes cluster traffic to your laptop, so you debug locally while remaining wired into in-cluster dependencies.
Publishes secure preview URLs – Share HTTPS endpoints for any service without juggling DNS, certificates, or ingress rules.
Architecture at a Glance
Lapdev is made of three components that work together:
Lapdev API Server – SaaS control plane that handles auth, orchestration, and secure tunneling.
Lapdev-Kube-Manager – In-cluster operator that mirrors production workloads into development namespaces.
Devbox CLI – Developer tooling for traffic interception and access to cluster services from your local machine.