egress-operator VS kubetls

Compare egress-operator vs kubetls and see what are their differences.

egress-operator

A Kubernetes operator to produce egress gateway Envoy pods and control access to them with network policies (by monzo)
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
egress-operator kubetls
1 5
244 -
0.4% -
7.0 -
7 days ago -
Go
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

egress-operator

Posts with mentions or reviews of egress-operator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-01.
  • Do I even need istio?
    3 projects | /r/kubernetes | 1 Apr 2023
    Linkerd. I implemented Istio for the same reason at my first Kubernetes job. Comes with all the bells and whistles out of the box, but it’s all tightly coupled, as OP said doesn’t upgrade well. I’ve since realised “one tool for one job” is better. Linkerd for mesh and something else for ingress and egress. There are lots of options, I’m looking at implementing Monzo’s egress operator next time I need to control egress https://github.com/monzo/egress-operator.

kubetls

Posts with mentions or reviews of kubetls. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-01.
  • Do I even need istio?
    3 projects | /r/kubernetes | 1 Apr 2023
    Hi! I wrote a thing called KubeTLS that automatically provisions MTLS certificates per-pod. It is not necessarily simpler than KubeTLS, because you need a lot of the same components, but if you're not looking for the whole set of baggage that comes with an integrated and opinionated (and in my view, often wrong) solution, I'd be happy to help you give it a try.
  • i must be the only guy that understands certificates
    8 projects | /r/sysadmin | 7 Mar 2023
    I'm working on KubeTLS to make Certificates a first-class concept; though I'm also pushing Kubernetes upstream to adopt the concept. Everything should run with certs, and it's all about solving problems of trust and key distribution.
  • SSL/TLS for Kubernetes svc.cluster.local
    2 projects | /r/kubernetes | 8 Mar 2022
    I built a tool for just that: https://gitlab.com/gauntletwizard_net/kubetls . It's out of date and half-baked - Nowhere near production ready. It might help you start as a baseline.
  • Go HTTPS Servers with TLS
    3 projects | news.ycombinator.com | 12 Apr 2021
    I am working towards this goal, sort of: I believe that TLS should be self-configuring. I've built a spec and some tools around automatically issuing TLS certificates automatically in a well-defined place in Kubernetes clusters. You then call my init code to start up your services - Exactly like you'd call http.ListenAndServe(), you call KubeTLS.ListenAndServe(). The code is simple enough, and there's a little script you run on your development machine to create a self-signed cert locally.

    https://gitlab.com/gauntletwizard_net/kubetls

  • Google’s New ‘Autopilot’ for Kubernetes
    1 project | /r/kubernetes | 1 Mar 2021
    I’m the author of a tool called KubeTLS. KubeTLS creates certificates for use in MTLS between pods in your cluster. These certificates are identified as the Service Account that the pod is running as (for use in identifying to the cluster), but also as server certificates for identifying the server to other client pods. There’s no reason those two usages couldn’t be split into two certificates, but no reason for them to be - The X509 spec and client libraries do the right thing.

What are some alternatives?

When comparing egress-operator and kubetls you can also consider the following projects:

cilium - eBPF-based Networking, Security, and Observability

nginx-service-mesh - A service mesh powered by NGINX Plus to manage container traffic in Kubernetes environments.

acme2certifier - library implementing ACME server functionality

kuma - 🐻 The multi-zone service mesh for containers, Kubernetes and VMs. Built with Envoy. CNCF Sandbox Project.

cfssl - CFSSL: Cloudflare's PKI and TLS toolkit

Netmaker - Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.

certmagic - Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal

trivy-operator - Kubernetes-native security toolkit

bank-vaults - A Vault swiss-army knife: A CLI tool to init, unseal and configure Vault (auth methods, secret engines).