ingress-nginx is an Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer..

Development

The following repositories relate to our implementation of this component:

Network Policies

flowchart LR
    all([all services]) -->|Ingress ALL| svc[nginx] 
    svc --> all
Direction Ports/Type Description
Ingress All Allows all traffic inbound. TODO: This needs to be refined
Egress All Allows all traffic outbound. TODO: This needs to be refined