Skip to content

Commit

Permalink
Update examples/private-public-ingress/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Apoorva Kulkarni <[email protected]>
  • Loading branch information
RobertNorthard and askulkarni2 authored Aug 16, 2023
1 parent 60417c5 commit 056f04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/private-public-ingress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This example demonstrates how to provision an Amazon EKS cluster with two ingre
This solution:
* Deploys Amazon EKS, with 1 Managed Node Group using the Bottlerocket Amazon EKS Optimized AMI spread accross 3 availability zones.
* Installs the AWS Load Balancer controller for creating Network Load Balancers and Application Load Balancers. This is the recommended approach instead of the in-tree AWS cloud provider load balancer controller.
* Installs an nginx ingress controller for public traffic
* Intstalls an nginx ingress controller for internal traffic
* Installs an ingress-nginx controller for public traffic
* Intstalls an ingress-nginx controller for internal traffic

To expose your application services via an `Ingress` resource with this solution you can set the respective `ingressClassName` as either `nginx-ingress-external` or `nginx-ingress-internal`.

Expand Down

0 comments on commit 056f04f

Please sign in to comment.