I could create some VM instances, add them to an instance group; also created an HTTP health check, and a backend service using gcloud
command in a GCE project using these guides:
- https://cloud.google.com/sdk/gcloud/reference/compute/http-health-checks/create
- https://cloud.google.com/sdk/gcloud/reference/compute/backend-services/create
However, I can't find the doc to create a frontend service which is required to create a balancer, and indeed, the doc for creating balancer is also not available on Google Cloud SDK Reference.
Is it real no way to use gcloud
command to create frontend service and balancer?