Simplifying preview environments for everyone

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • preevy

    Quickly deploy preview environments to the cloud!

    So I’d like to take the opportunity to tell you the story of our open source project “Preevy” - an open source tool that’s designed to make preview environments more accessible and affordable for dev teams everywhere.

  • SaaSHub

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

    SaaSHub logo
  • tilt

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

    To get a similar experience of preevy up, first we’ll need to split the build and deploy using process or alternatively employ tools that orchestrate build-tag-push-update-sync flow like Skaffold/Tilt.

  • tweek

    Tweek - an open source feature manager

    Using that flow, it was quite common to encounter roadblocks: staging was often blocked, it wasn’t synced with the current state of the main branch, and we had to wait a long time before deploying to staging or production. Furthermore, we had to open and close multiple PRs to deploy a single feature due to fixes or bugs found between each of these steps, even when we leveraged our powerful feature flag solution.

  • skaffold

    Easy and Repeatable Kubernetes Development

    To get a similar experience of preevy up, first we’ll need to split the build and deploy using process or alternatively employ tools that orchestrate build-tag-push-update-sync flow like Skaffold/Tilt.

  • traefik

    The Cloud Native Application Proxy

    For frontend applications - it can be quite simple to implement preview environments with a simple static storage and a reverse proxy tool like Nginx or Traefik.

  • Nginx

    The official NGINX Open Source repository.

    For frontend applications - it can be quite simple to implement preview environments with a simple static storage and a reverse proxy tool like Nginx or Traefik.

  • Pulumi

    Pulumi - Infrastructure as Code in any programming language 🚀

    For serverless applications - IaC tools such as Pulumi/Terraform can be used to provision a stack for every PR.

  • helm

    The Kubernetes Package Manager

    For cloud-native applications - a Helm based configuration with a CI/CD pipeline that deploy to a dedicated namespace in Kubernetes cluster and adjusts ingress rules for access can work well.

  • terraform

    Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

    For serverless applications - IaC tools such as Pulumi/Terraform can be used to provision a stack for every PR.

  • spec

    Development Containers: Use a container as a full-featured development environment. (by devcontainers)

    For these reasons, I believe most developer environments should prioritize developer experience over fidelity. Tools like Containerized development environments and cloud emulators can strike the right balance and there’s no surprise that we see increased activity around devcontainers, and similar solutions.

  • LocalStack

    💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline

    For these reasons, I believe most developer environments should prioritize developer experience over fidelity. Tools like Containerized development environments and cloud emulators can strike the right balance and there’s no surprise that we see increased activity around devcontainers, and similar solutions.

  • devpod

    Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.

    For these reasons, I believe most developer environments should prioritize developer experience over fidelity. Tools like Containerized development environments and cloud emulators can strike the right balance and there’s no surprise that we see increased activity around devcontainers, and similar solutions.

  • devbox

    Instant, easy, and predictable development environments

    For these reasons, I believe most developer environments should prioritize developer experience over fidelity. Tools like Containerized development environments and cloud emulators can strike the right balance and there’s no surprise that we see increased activity around devcontainers, and similar solutions.

  • awesome-compose

    Awesome Docker Compose samples

    Simplicity: Docker Compose is easy to use, requiring no extensive DevOps knowledge.

  • awesome-compose

    Awesome Docker Compose samples (by dockersamples)

    Clone this samples repository and cd into the sample you want to try. (or alternatively, use any other docker-compose based application)

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

  • Getting Started with DevOps: A Comprehensive Guide

    2 projects | dev.to | 21 Nov 2024
  • Top 8 Tools to Build Your Own PaaS

    3 projects | dev.to | 29 Jun 2023
  • Tools / software / resources library

    13 projects | /r/opensource | 17 Oct 2021
  • Scope of GCP in India

    3 projects | /r/developersIndia | 4 Jun 2021
  • vchinnipilli/kubestriker - A Blazing fast Security Auditing tool for Kubernetes

    1 project | /r/GithubSecurityTools | 25 Apr 2021

Did you konow that Go is
the 4th most popular programming language
based on number of metions?