I am trying to create a Milvus DB on a private GKE cluster. I have created the cluster using Terraform. I now want to run a .sh script that will create a Milvus DB on the cluster that follows this script (https://milvus.io/docs/gcp.md). However, I can't run the script because the cluster is private.
I have tried:
- Using local-exec and remote-exec provisioner
- Bastion Host
But, none of these work.