Software Alternatives & Reviews

Approaches in Cloud Development Ergonomics

Telepresence Okteto GitHub Codespaces Bunnyshell
  1. Telepresence is an open source tool that lets you develop and debug your Kubernetes services...
    Pricing:
    • Open Source
    This is where shared environment tools like Telepresence and CodeZero can help. They assume you're only working on one or two microservices anyway, and running them locally is not an issue. These tools let you connect your local service to the staging environment, replacing the service currently running in the cluster, without deployment. The code you're working on runs locally, and its dependencies run in the cloud. Not only can you keep working on your local environment, you can iterate on testing against your cloud environment without waiting for lengthy CI and deployment processes.

    #Developer Tools #DevOps Tools #Kubernetes 2 social mentions

  2. 2
    Development platform for Kubernetes applications.
    Pricing:
    • Open Source
    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:.

    #DevOps Tools #Developer Tools #Kubernetes 17 social mentions

  3. GItHub Codespaces is a hosted remote coding environment by GitHub based on Visual Studio Codespaces integrated directly for GitHub.
    You have to work against a cloud environment, which isn’t always fun (though some tools make it easier, like GitHub Codespaces or Gitpod).

    #Text Editors #Programming #Programming Tools 141 social mentions

  4. Everything already automated, from code to production: create servers, provision & configure, deploy.
    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:.

    #Cloud Computing #DevOps Tools #Cloud Infrastructure 2 social mentions

Discuss: Approaches in Cloud Development Ergonomics

Log in or Post with