Kubernetes State Checker

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • Flux

    Discontinued Successor: https://github.com/fluxcd/flux2 (by fluxcd)

    > It doesn't make all the other yaml files happen. It doesn't make the yaml files you no longer want happening, stop happening. It doesn't even tell you "these things were created by 'old' yaml files" and should be garbage collected (since it doesn't seem to have a sense of old yaml files).

    This is definitely one piece of Kubernetes that is getting a lot of attention recently. The three tools I've been paying attention to are Argo CD[0], Flux[1], and Config Sync[2].

    All of these allow you to point your repository to a cluster and sync resources from the repo to the cluster, including deletes.

    [0] https://argoproj.github.io/argo-cd/

    [1] https://github.com/fluxcd/flux

    [2] https://cloud.google.com/kubernetes-engine/docs/add-on/confi...

    Disclaimer: I work at GCP, but not on the GKE team. Opinions are my own.

  • helm-operator

    Discontinued Successor: https://github.com/fluxcd/helm-controller — The Flux Helm Operator, once upon a time a solution for declarative Helming.

    Nothing prevents you from making an operator that creates Deployment/Services/Ingress for you.

    This is even simplified with Helm (to template your resources) and the HelmOperator[1].

    [1] - https://github.com/fluxcd/helm-operator

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

  • Weaveworks Is Shuting Down

    5 projects | news.ycombinator.com | 5 Feb 2024
  • Helm or Kustomize for my situation?

    5 projects | /r/kubernetes | 21 Feb 2023
  • Flux is a CNCF Graduated project

    2 projects | /r/kubernetes | 30 Nov 2022
  • FluxCD - question on configuration/setup in namespaces...

    1 project | /r/kubernetes | 29 Jun 2022
  • Automatic subchart updating?

    1 project | /r/helm | 10 Nov 2021

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