Containers and Services
Creating and managing GCP Services using containers
Using the Services pages (Kubernetes -> Services or Docker -> Services) in the DuploCloud Portal, you can display and manage the Services you have defined.
Adding Services
Docker Containers
You can deploy any native Docker container in a virtual machine (VM) with the DuploCloud platform.
In the DuploCloud Portal, select Docker -> Services from the navigation pane.
Click Add. The Add Service page displays.
Complete the fields on the page, including Service Name, Docker Image name, and number of Replicas. Use Allocation Tags to deploy the container in a specific set of hosts.
Do not use spaces when creating Service or Docker image names.
The number of Replicas defined must be less than or equal to the number of hosts in the fleet.
Kubernetes Containers
In the DuploCloud Portal, you can display and manage the containers you have defined.
Select the Tenant from the Tenant list box in the upper left, and navigate to Kubernetes -> Containers.
Option | Functionality |
---|---|
Logs | Displays container logs. |
State | Displays container state configuration, in YAML code, in a separate window. |
Container Shell | Accesses the Container Shell. To access the Container Shell option, you must first set up Shell access for Docker. |
Host Shell | Accesses the Host Shell. |
Delete | Deletes the container. |
Last updated