AdamDang / egressgateway

Home Page:https://spidernet-io.github.io/egressgateway/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egressgateway

Auto Nightly CI Auto Release Version codecov Go Report Card CodeFactor Quality Gate Status badge OpenSSF Best Practices

Background

Starting with 2021, we received some feedback as follows.

There are two clusters A and B. Cluster A is VMWare-based and runs mainly Database workloads, and Cluster B is a Kubernetes cluster. Some applications in Cluster B need to access the database in Cluster A, and the network administrator wants the cluster Pods to be managed through an egress gateway.

Summary

The gateway provides network egress capabilities for Kubernetes clusters.

Features

  • Solve IPv4 IPv6 dual-stack connectivity.
  • Solve the high availability of Egress Nodes.
  • Allow filtering Pods Egress Policy (Destination CIDR).
  • Allow filtering of egress Applications (Pods).
  • Can be used in low kernel version.
  • Support multiple egress gateways instance.
  • Support namespaced egress IP.
  • Supports automatic detection of cluster traffic for egress gateways policies.
  • Support namespace default egress instances.

Compatibility

  • Calico

CRDs

  • EgressNode
  • EgressGateway
  • EgressPolicy
  • EgressClusterPolicy
  • EgressEndpointSlice
  • EgressClusterEndpointSlice
  • EgressClusterInfo

You can follow the Get Started to set up your own playground!

Develop

Refer to develop.

License

EgressGateway is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

About

https://spidernet-io.github.io/egressgateway/

License:Apache License 2.0


Languages

Language:Go 85.0%Language:Shell 7.1%Language:Makefile 5.4%Language:Dockerfile 1.6%Language:Smarty 0.9%