aws-controllers-k8s / community

AWS Controllers for Kubernetes (ACK) is a project enabling you to manage AWS services from Kubernetes
https://aws-controllers-k8s.github.io/community/
Apache License 2.0
2.42k stars 255 forks source link

ec2/load balancer service controller #1813

Closed tomitesh closed 1 year ago

tomitesh commented 1 year ago

New ACK Service Controller

We utilize GitOps to deploy all assets by leveraging the aws-controllers-k8s framework. I did not find any controller which creates ALB. The closest match i found is this one which is not maintaned by your team.

a new controller to create AWS Load Balancer or add load balancer features in existing EC2 controller

Support for [service name] EC2 (ALB and NLB)

List of API resources

List the API resources in order of importance to you:

1) ALB

kindly suggest any controller exists for creating ALB. if not is it possible to create new or amend existing EC2 controller to add ALB features?

RedbackThomson commented 1 year ago

I believe this is a duplicate of https://github.com/aws-controllers-k8s/community/issues/487

tomitesh commented 1 year ago

@RedbackThomson Thanks for your reply.

are you going to support creation of load balancers (ALB/NLB) without being tied to k8s ingress? i just want to create ALB directly.

jaypipes commented 1 year ago

@RedbackThomson Thanks for your reply.

are you going to support creation of load balancers (ALB/NLB) without being tied to k8s ingress? i just want to create ALB directly.

This is unlikely to happen any time soon, unfortunately. Just no resources to work on this :(