1
votes

I am trying to do some experiments with Kubernetes in google cloud.

I have docker image in google cloud registry and need to deploy that image to a kubernetes cluster.

Here are the steps I need to perform.

  1. Create a Kubernetes cluster.
  2. Copy the image from GCR and deploy to Kubernetes cluster.
  3. Expose the cluster to internet via load balancer.

I know, it is possible to do via google cloud sdk cli. Is there way to do these steps via Java/node js?

1

1 Answers