I want to setup a kubernetes service of type LoadBalancer in AWS. I followed this guide (https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer) but I'm stuck at the part where I need to create an ELB.
I created a security group and an ELB, but when I try to apply the ELB's ARN to my service, I get an error:
Error from server (InvalidLoadBalancerTarget): invalid load balancer target: {TargetGroupArn:arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-target-group/73e2d6bc24d8a067, Port:8080}
I'm not sure what I'm doing wrong. Can anyone help?