Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.49 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.49 KB

cloud-computing-project

Steps to deploy to GKE cluster (non-automated)

Pre-reqs:

  • GKE enabled
  • Cloud API and other APIs enabled for deployments just enable as they come up
  • Dockerfile whos image creates a usable container
  1. Go to the cluster Kubernetes Engine > Clusters
    image

  2. Open up the cluster you want to deploy to
    image

  3. Select "Deploy" at the top of the page

  4. Select "New Container Image" and use the following information:
    a. Repository Provider = "Github" (must be authenticated)
    b. Repository = "ben8622/cloud-computing-project"
    c. Dockerfile path = this is dependant on your Dockerfile
    image

  5. Hit "Continue" at the bottom

  6. Change your application name to something descriptive such as "to-the-moon-frontend"

  7. Change your label key to repressent this app's function in the system image

  8. Hit "deploy"