Since we are working on ML engineering tasks we do have requirements of gpu instances. We do have couple of them on-premise and we need to organize our pipeline creating a kubernetes cluster.
Since these gpu instances remain on-premise our use case is to a. create a kubernetes master on google cloud and b. connect this master to our private network.
We would like to know if this is feasible and what kind of google services we need in order to start with. In addition, we want to use our private network as the main network and not route all our traffic through VPC.
Any ideas ? Thanks you in advance.