|
2 | 2 |
|
3 | 3 | ## Topics
|
4 | 4 | - We will be looking in to this topic very extensively in a step by step and module by module model.
|
5 |
| -- The below will be the list of topics covered as part of AWS ALB Ingress Controller |
| 5 | +- The below will be the list of topics covered as part of AWS ALB Ingress Perspective. |
6 | 6 |
|
7 | 7 |
|
8 | 8 | | S.No | Topic Name |
|
9 | 9 | | ------------- | ------------- |
|
10 |
| -| 1. | ALB Ingress Controller Installation | |
| 10 | +| 1. | AWS Load Balancer Controller Installation | |
11 | 11 | | 2. | ALB Ingress Basics |
|
12 | 12 | | 3. | ALB Ingress Context Path based Routing |
|
13 | 13 | | 4. | ALB Ingress SSL |
|
14 | 14 | | 5. | ALB Ingress SSL Redirect (HTTP to HTTPS) |
|
15 | 15 | | 6. | ALB Ingress External DNS |
|
| 16 | +| 7. | ALB Ingress External DNS for k8s Ingress | |
| 17 | +| 8. | ALB Ingress External DNS for k8s Service | |
| 18 | +| 9. | ALB Ingress Name based Virtual Host Routing | |
| 19 | +| 10. | ALB Ingress SSL Discovery - Host | |
| 20 | +| 11. | ALB Ingress SSL Discovery - TLS | |
| 21 | +| 12. | ALB Ingress Groups | |
| 22 | +| 13. | ALB Ingress Target Type - IP Mode | |
| 23 | +| 13. | ALB Ingress Internal Load Balancer | |
16 | 24 |
|
17 | 25 |
|
18 | 26 | ## References:
|
19 | 27 | - Good to refer all the below for additional understanding.
|
20 | 28 |
|
21 | 29 | ### AWS Load Balancer Controller
|
22 |
| -- [AWS Load Balancer Controller Documentation](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.3/) |
| 30 | +- [AWS Load Balancer Controller Documentation](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/) |
23 | 31 |
|
24 |
| -### ALB Pre-requisite Setup - References: |
25 |
| -- https://github.com/kubernetes-sigs/aws-alb-ingress-controller |
26 |
| -- Examples: |
27 |
| - - https://github.com/kubernetes-sigs/aws-alb-ingress-controller/tree/master/docs/examples/2048 |
28 | 32 |
|
29 | 33 | ### AWS ALB Ingress Annotations Reference
|
30 |
| -- https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/ingress/annotation/ |
| 34 | +- https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/guide/ingress/annotations/ |
31 | 35 |
|
32 | 36 | ### eksctl getting started
|
33 | 37 | - https://eksctl.io/introduction/#getting-started
|
|
0 commit comments