Previously, I was able to create an AWS ALB load balancer via this configuration
service:
annotations:
``kubernetes.io/ingress.ingressClass:`` alb
We upgraded to kubernetes 1.35, and this no longer works.
What is the alternative?
Previously, I was able to create an AWS ALB load balancer via this configuration
service:
annotations:
``kubernetes.io/ingress.ingressClass:`` alb
We upgraded to kubernetes 1.35, and this no longer works.
What is the alternative?
I couldn't figure it out. I solved it by using the aws Load Balancer Controller.