Skip to content

Commit 9703260

Browse files
committed
Welcome to StackSimplify
1 parent 37625ce commit 9703260

File tree

1 file changed

+12
-8
lines changed
  • 08-NEW-ELB-Application-LoadBalancers

1 file changed

+12
-8
lines changed

08-NEW-ELB-Application-LoadBalancers/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,36 @@
22

33
## Topics
44
- 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.
66

77

88
| S.No | Topic Name |
99
| ------------- | ------------- |
10-
| 1. | ALB Ingress Controller Installation |
10+
| 1. | AWS Load Balancer Controller Installation |
1111
| 2. | ALB Ingress Basics |
1212
| 3. | ALB Ingress Context Path based Routing |
1313
| 4. | ALB Ingress SSL |
1414
| 5. | ALB Ingress SSL Redirect (HTTP to HTTPS) |
1515
| 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 |
1624

1725

1826
## References:
1927
- Good to refer all the below for additional understanding.
2028

2129
### 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/)
2331

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
2832

2933
### 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/
3135

3236
### eksctl getting started
3337
- https://eksctl.io/introduction/#getting-started

0 commit comments

Comments
 (0)