okteto

Develop your applications directly in your Kubernetes Cluster (by okteto)

Okteto Alternatives

Similar projects and alternatives to okteto

  1. Grafana

    444 okteto VS Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Code-Server

    416 okteto VS Code-Server

    VS Code in the browser

  4. kind

    219 okteto VS kind

    Kubernetes IN Docker - local clusters for testing Kubernetes

  5. openvscode-server

    Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.

  6. sdk

    117 okteto VS sdk

    Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI (by dotnet)

  7. skaffold

    Easy and Repeatable Kubernetes Development

  8. mirrord

    84 okteto VS mirrord

    Connect your local process and your cloud environment, and run local code in cloud conditions.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. devbox

    Instant, easy, and predictable development environments

  11. tilt

    61 okteto VS tilt

    Define your dev environment as code. For microservice apps on Kubernetes.

  12. devspace

    DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.

  13. telepresence

    Local development against a remote Kubernetes or OpenShift cluster

  14. garden

    41 okteto VS garden

    Automation for Kubernetes development and testing. Spin up production-like environments for development, testing, and CI on demand. Use the same configuration and workflows at every step of the process. Speed up your builds and test runs via shared result caching

  15. processhacker

    Discontinued A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com [Moved to: https://github.com/winsiderss/systeminformer]

  16. k0s

    33 okteto VS k0s

    k0s - The Zero Friction Kubernetes

  17. envd

    31 okteto VS envd

    🏕️ Reproducible development environment

  18. tilt-extensions

    Extensions for Tilt

  19. werf

    15 okteto VS werf

    A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices.

  20. go-getting-started

    Develop Go Apps in Kubernetes with Okteto (by okteto)

  21. goseaweedfs

    A complete Golang client for SeaweedFS

  22. epinio

    Opinionated platform that runs on Kubernetes, that takes you from App to URL in one step.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better okteto alternative or higher similarity.

okteto discussion

Log in or Post with

okteto reviews and mentions

Posts with mentions or reviews of okteto. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-21.
  • GitHub Codespaces Alternatives – Part I
    6 projects | dev.to | 21 Feb 2025
  • Local development set up for microservices with Kubernetes - Skaffold
    3 projects | /r/kubernetes | 31 May 2023
    There are dedicated tools just for that. Apart from skaffold check also tilt.dev, garden.io, devspace.sh, okteto.com
  • Noob question: How do you setup your local dev environment?
    4 projects | /r/kubernetes | 31 May 2023
    Check also devspace.sh and okteto.com
  • Is it ok not to be able to run application locally?
    6 projects | /r/golang | 27 Apr 2023
    You can consider using okteto for development environments, it lets you deploy your local code directly to k8s replacing the existing pods, our team uses it and it works pretty well with Golang.
  • Deploy Elasticsearch 8.5 on Kubernetes with Okteto Cloud free plan
    6 projects | dev.to | 18 Nov 2022
    Okteto is an application that allows you to develop inside a container, along with many features it permit the user to start a development environment and provide an automatic SSL Endpoints for k8s.
  • Approaches in Cloud Development Ergonomics
    7 projects | dev.to | 15 Nov 2022
    With Infrastructure as Code at its current state of maturity, it’s now easier than ever to replicate microservice environments in the cloud. This unlocked a new approach of having a personal production-like cloud environment for every developer, which they can use freely and in isolation. It comes in two flavors - persistent environments, or ephemeral environments created on demand with products like Okteto or Bunnyshell (also sometimes called Environment as a Service)1. This approach overcomes the resource limitations of the local environment but substitutes them for some new difficulties:
  • Devbox: Instant, easy, and predictable shells and containers
    16 projects | news.ycombinator.com | 25 Aug 2022
    Remote development will be popular? Yes.

    But developing in a monolithic machine may be not. The development environment should be clean and isolated, and products like gitpod and coder is promising.

    Besides this, maybe you can have a look at https://github.com/tensorchord/envd and https://github.com/okteto/okteto

  • Okteto: Need for developer tooling
    1 project | dev.to | 25 Jul 2022
    Okteto accelerates the development workflow of Kubernetes applications. You write your code locally and okteto detects the changes and instantly updates your Kubernetes applications.
  • Okteto for local development in Kubernetes
    2 projects | /r/kubernetes | 13 Jul 2022
    Hey! Recently, I’ve been playing around with [Okteto](https://www.okteto.com/) to see how it helps with the local development of apps that will run in Kubernetes. It seems to be quite a good option for developers who don’t want to spend their time dealing with setting up and maintaining clusters. Moreover, you can use a development environment from Okteto without thinking about CI/CD pipelines for delivering the app.So, instead of working on your code locally and deploying it then to the cluster, the whole development process is shifted straight to K8s. That makes Okteto approach a bit different from what other projects, like Skaffold and werf, do. To implement this idea, they offer a [CLI tool](https://github.com/okteto/okteto) and their own cloud provided as both SaaS and self-hosted (it has a limited free option).Here is [my overview](https://blog.flant.com/okteto-cloud-for-local-development-in-kubernetes/) of Okteto; any feedback — especially, your own experience — is more than welcome.
  • The Future of the Gitlab Web IDE
    9 projects | news.ycombinator.com | 23 May 2022
    There's a long long route to cloudification, but works like Okteto[1] seem like a nice early pass at doing what Docker-Compose was capable of for fast local development, but modern. Pursuing remote-development makes a lot of sense. There's already solid VSCode integration[2].

    If you just need a terminal like thing to local-dev in, toolbx[3] is probably the first choice.

    [1] https://github.com/okteto/okteto

    [2] https://marketplace.visualstudio.com/items?itemName=okteto.r...

    [3] https://containertoolbx.org/

  • A note from our sponsor - InfluxDB
    www.influxdata.com | 21 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic okteto repo stats
29
3,390
9.4
6 days ago

okteto/okteto is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of okteto is Go.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com