How do you wrangle/coordinate your developers' environments??

This page summarizes the projects mentioned and recommended in the original post on /r/devops

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • alnoda-workspaces

    :fireworks: Flexible and extendable containerized workspaces. Now. with free offline chat GPT!!! 🚀🚀🚀

  • I’ve been working on this exact issue as well. I was working on building a custom docker container, which also helps with Jenkins, but then I found this repo and it really opened my eyes.

  • telepresence

    Local development against a remote Kubernetes or OpenShift cluster

  • At my company, we're using k8s for basically everything. "Local development" is literally just "run the binary on your local machine" and have everything else run in the cloud, then use Telepresence to bridge the networking gap between your local machine and the cluster.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • build-push-action

    GitHub Action to build and push Docker images with Buildx

  • You can easily make ARM native containers. We build multi-arch images using self-hosted Github Actions runners. So, you always get a native container whenever you pull it regardless of what it is.

  • kind

    Kubernetes IN Docker - local clusters for testing Kubernetes

  • You can still use Kubernetes for local dev if you run a kind cluster.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts