POLL: How do you orchestrate your provisioning?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • envoy

    Cloud-native high-performance edge/middle/service proxy

  • https://www.envoyproxy.io/ (used by AWS App Mesh, the service mesh we use for service discovery and mTLS)

  • tilt

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

  • https://tilt.dev/ (containerized development frontend geared towards local dev, support docker-compose and k8s)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • kind

    Kubernetes IN Docker - local clusters for testing Kubernetes

  • https://kind.sigs.k8s.io/ (kubernetes-in-docker, the k8s distribution we’re recommending for local dev.)

  • helm

    The Kubernetes Package Manager

  • https://helm.sh/ (a yaml based package manager used to tell k8s how to run your service)

  • chart-testing

    CLI tool for linting and testing Helm charts

  • When a dev creates a PR to the gitops repo, have Jenkins/github actions/gitlab/etc checkout his branch and try to install the manifest/helm chart on your dev kubernetes cluster. Then have it comment back on the PR if it succeeded or not, simple as that. Helm also has chart-testing utilities for CI, but in that case your CI would have to install crossplane on some Kind cluster and that's a bit tricky, so better just use your already existing dev cluster configured with crossplane and the right permissions.

  • 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 more popular project.

Suggest a related project

Related posts

  • Ultimate EKS Baseline Cluster: Part 1 - Provision EKS

    17 projects | dev.to | 21 Jul 2023
  • Noob question: How do you setup your local dev environment?

    4 projects | /r/kubernetes | 31 May 2023
  • GKE with Consul Service Mesh

    29 projects | dev.to | 3 Dec 2022
  • Detecting Kubernetes API Deprecations with pluto

    5 projects | dev.to | 24 Jul 2022
  • Harbor + Kubernetes = Self-Hosted Container Registry

    5 projects | dev.to | 16 Jun 2022