Deploy container images to kubernetes to google cloud from java/node js

2/28/2018

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?

-- p_nair
google-cloud-platform
google-cloud-repository
kubernetes

1 Answer

2/28/2018
-- Jonah Benton
Source: StackOverflow