I am an SRE with 10 years of experience and I built a next-gen PaaS on top of Kubernetes

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

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
  • engine

    The Orchestration Engine To Deliver Self-Service Infrastructure Faster ⚡️ (by Qovery)

  • Hi, time flies. 10 years ago, I worked on Solaris, Linux Red-Hat, VMWare ESX systems, NetApp WORMS Disk Arrays, Sun Arrays... so many systems in different companies. When I started my company 2 years ago, I was impressed by the emergence of the cloud. I was old-fashioned and thought that the cloud was just a new "toy". Things changed, and I believe in the power of the cloud. Being able to think at a higher level of abstraction is super convenient and help to build new kind of applications. With Qovery, we create a higher level of abstraction that turns AWS a breeze to build on top for anyone - even non-experienced developers. For instance, here is what you can do with Terraform and our provider to deploy an app and a Postgres database:

  • ShortMe-URL-Shortener

    A Flask web app and API used to shorten long URLs. (by evoxmusic)

  • resource "qovery_project" "my project" { cluster = "prod-cluster" environments { "prod-env" = { name = "prod" mode = "production" applications = { "my-backend-app" = { name = "backend" git_url = "https://github.com/evoxmusic/ShortMe-URL-Shortener" branch = "master" build_mode = "dockerfile" dockerfile_path = "/Dockerfile" cpu = 1 ram_in_gb = 0.25 min_instances = 1 max_instances = 1 ports = { "http" = { protocol = "web-api" local_port = 5555 exposed_port = 443 } } environment_variables = { "key" = "value" } } } databases = { "my-psql-db" = { name = "psql" type = "postgresql" version = "13" mode = "managed" cpu = 1 ram_in_gb = 1 } } } } }

  • 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
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

  • Kubernetes for Developers

    4 projects | dev.to | 13 Jan 2024
  • GitHub - Qovery/engine: The Platform to Create Production-like Environments at the Speed of Light ⚡️

    1 project | /r/u_bear007 | 8 Nov 2022
  • Have you ever deployed infrastructure on AWS China?

    1 project | /r/devops | 14 Jul 2022
  • DevOps feedback wanted for Qovery

    1 project | /r/devops | 5 Jul 2022
  • Deploy an app on AWS with GitHub, Qovery and Terraform

    2 projects | dev.to | 19 Jun 2022