简体   繁体   中英

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

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM