Skip to content

Are there any plans on adding the abiltity to create LoadBalancers #1604

@jkurz

Description

@jkurz

Hello I would like to be able to programmatically create LoadBalancers in NodeJs.

Is there a plan on wrapping the networking API to allow for me to create the required pieces?

In a perfect world I want to make one call to create a LoadBalancer. This would allow for me to pass in the HealthCheck info, the backend service info, and get back the IP of the LoadBalancer. Preferably it would be nice if I could get the IP address back on the call, and then wait for the loadbalancer to get created asynchronously. This would allow for me to take the IP and create a DNS record with it, before the LoadBalancer has actually been created. Saving overall time of stack creation.

Metadata

Metadata

Labels

api: computeIssues related to the Compute Engine API.priority: p2Moderately-important priority. Fix may not be included in next release.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions