Okteto
Development tool that lets you code locally while running and debugging your application directly inside a remote Kubernetes cluster.
Overview
Okteto synchronizes your local code changes into a container running in a real Kubernetes cluster in real time, so you can develop and debug against production-like infrastructure, databases, and services without a full build-push-deploy cycle for every change. It replaces a local Docker Compose setup with the actual cluster your app will run on.
Okteto is a fit for teams whose applications depend on infrastructure that's hard to fully replicate locally, complementing Skaffold (also in this catalog), which focuses on fast local build/deploy cycles rather than live-syncing code into a remote cluster.
- Categories
- Developer Tools
- Languages
- Go
- License
- Apache-2.0
Related Projects
Coder
AGPL-3.0Self-hosted platform for provisioning cloud development environments on your own infrastructure, giving every developer a consistent, disposable remote workspace.
- Developer Tools
Skaffold
Apache-2.0Local Kubernetes development tool that automates the build-push-deploy loop so code changes are reflected in a cluster automatically.
- Developer Tools
Backstage
Apache-2.0Open framework for building an internal developer portal, unifying a company's services, infrastructure, and documentation behind one searchable software catalog.
- Developer Tools
Buildpacks
Apache-2.0Cloud Native Buildpacks build production-ready container images directly from application source code, without writing a Dockerfile.
- Developer Tools
Spotted an error? Suggest an edit on GitHub.