Creating an EKS Service
Finish the Quick Start Tutorial by creating an EKS Service
In this tutorial for DuploCloud AWS, you have so far created a VPC network with configuration templates (Infrastructure and Plan), an isolated workspace (Tenant), and optionally, an RDS database instance.
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 AWS Elastic Kubernetes Service (EKS).
Alternatively, you can finish this tutorial by:
Estimated time to complete remaining tutorial steps: 30-40 minutes
For the remaining steps in this tutorial, you will:
- 1.
- 2.Create a Service and applications (webapp) using the premade Docker image
duplocloud/nodejs-hello:latest.
- 3.Expose the Service by creating and sharing a load balancer and DNS name.
- 4.Test the application.
- 5.Obtain access to the container shell and
kubectl
for debugging.
Behind the scenes, the topology that DuploCloud creates resembles this low-level configuration in AWS.

AWS architecture and configuration
Last modified 2mo ago