Create a Service with GKE Standard
Finish the Quick Start Tutorial by creating a Service using GKE Standard
In this tutorial for DuploCloud AWS, you have so far created a VPC network with configuration templates (Infrastructure and Plan) and an isolated workspace (Tenant).
Now you need to create a DuploCloud Service on top of your Infrastructure and configure the Service to run and deploy your application. In this tutorial path, we'll deploy using Docker containers, leveraging Google Cloud Platform's (GCE) Google Kubernetes Engine (GKE) Standard.
Alternatively, you can finish this tutorial by:
For a comparison of the benefits of GKE Autopilot vs. GKE Standard, consult this Google Cloud article.
Estimated time to complete remaining tutorial steps: 30-40 minutes
Deploying a GKE Standard Service in DuploCloud
For the remaining steps in this tutorial, you will:
Create a GCE Virtual Machine (VM) or a Node Pool.
Create a Service and applications (webapp) using the premade Docker image
nginx:latest.
Expose the Service by creating and sharing a load balancer and DNS name.
Test the application.
Last updated