Did I miss something here, regarding network policies and helm templates? (Slightly ranty)

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

    Manage network policies, AWS, GCP & Azure IAM policies, Istio Authorization Policies, and Kafka ACLs in a Kubernetes cluster with ease.

  • However, if you want to control pod-to-pod communication, you might be better suited with managing network policies using ClientIntents, which let you specify which pods should communicate with which, from the client's point of view, and without requiring labels beforehand. It's open source, have a look at the intents operator here: https://github.com/otterize/intents-operator

  • Kyverno

    Kubernetes Native Policy Management

  • You do still have to create a policy for every namespace, but don't have to worry about labeling individual pods. We're starting to move to Helm/kustomize for our namespaces to deploy default things like network policies to each one, and we're also starting to use kyverno more, which I think is a little more purpose built for this type of thing than metacontroller is.

  • 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
  • argocd-example-apps

    Example Apps to Demonstrate Argo CD

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

  • Can I create a NetworkPolicy with podSelector that matches a pod name instead of its labels?

    1 project | /r/kubernetes | 9 Dec 2022
  • Creating network policies for pods with services

    1 project | /r/kubernetes | 22 Nov 2022
  • otterize/intents-operator: Manage network policies and Kafka ACLs in a Kubernetes cluster with ease.

    1 project | /r/devopsish | 17 Nov 2022
  • Show HN: Intents Operator, turns dev intent into K8s netpolicies and Kafka ACLs

    1 project | news.ycombinator.com | 16 Nov 2022
  • Rendering the TRUE Argo CD diff on your PRs

    3 projects | dev.to | 23 May 2024