Hi,
I am trying to build a Anthos hybrid cluster programmatically using golang. Is there any go sdk or apis available to create Anthis hybrid cluster programmatically? Or is using bmctl commands the only option? I tried to search in google but I could not find any.
Hi @radhar4,
Welcome to Google Cloud Community!
A potential relevant thread on Stack Overflow might be similar to your concerns. As per @Yusuf, he was able to create a GKE cluster using Golang SDK.
In Go lang libraries, GKE multi-cloud API is available. In addition, you can also check this package's Anthos Multi-Cloud API.
For additional references you can check these documentations:
I hope the above information is helpful.