Kubernetes State Checker

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 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.

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