Kubernetes vs Serverless

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

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

  • aws-helm-multi-deploy

    Deploys all helm chart folders inside the 'deployment' folder in the root of a repository.

  • I think you're talking about two different things. I personally recommend hard boundaries of what your tools do. For IaC, do IaC. For services, use CI/CD. So, for all my clients, I stand up infrastructures with Terraform except for EKS, which I use EKSCTL. These tools are run very rarely, only when you need to adjust/alter/upgrade your infrastructure, but NOT your services. After Kubernetes is stood up though, managing it with Terraform is terrible. Simply use Helm via your CI/CD toolchain. Here's an Github Action my team engineered to deploy via helm recursively easily: https://github.com/DevOps-Nirvana/aws-helm-multi-deploy

  • 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