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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Kyverno

    Cloud 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.

  4. 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
  • Policy Management in Kubernetes with Kyverno

    1 project | dev.to | 8 Feb 2025

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