0% found this document useful (0 votes)
9 views1 page

Lesson 2

This document provides instructions for creating a Kubernetes Ingress using an Application Load Balancer (ALB). It emphasizes the importance of executing code from a specific module directory where the necessary manifest files and Python code are located. The document includes links to the relevant manifest files for reference.

Uploaded by

codandocerto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Lesson 2

This document provides instructions for creating a Kubernetes Ingress using an Application Load Balancer (ALB). It emphasizes the importance of executing code from a specific module directory where the necessary manifest files and Python code are located. The document includes links to the relevant manifest files for reference.

Uploaded by

codandocerto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

# Demo Creating a Kubernetes Ingress (ALB)

---

## Important Information

For sake of simplicity of executing the code in the demos during this module, we
have decided to keep the manifest files
and python code within one single directoy.

You can find them in the Module 3 Directory located here:

[Module 3 - 7-ingressClass-config Manifest


File](../3_managing_and_deploying_your_eks_cluster/manifest_files/7-ingressClass-
config)

[Module 3 - 8-ingress-config Manifest


File](../3_managing_and_deploying_your_eks_cluster/manifest_files/8-ingress-
config.yaml)

Perform the operations from that module directory for this to work, if you are
following along directly.

You might also like