Overview
Search…
⌃K
Links

Step 3: Create app (via K8S)

In this exercise, we will create a simple Google Cloud Nginx service.
To create a service go to DevOps -> Containers -> GKE /Native and click on the +ADD button and fill in the below minimum fields.
  • Name (Mandatory) of the service: example nginx-demo
  • Docker image (Mandatory): for example nginx:latest
Press create and wait a moment for the service to initialize.
You should see the service and the containers running.