Example Web Server Deployment

A example web server has been created for your first deployment. This deployment can be used to test VMware Edge Cloud Orchestrator simply by amending them and committing them to your Git repository.

This example uses a node port to provide network services to a simple "Hello VECO" web server.

  1. Clone or download the example file from:

    https://github.com/alanrenouf/ECSExample/blob/main/hello-ecs.yaml

  2. Commit the file to your Git repository that you created for your deployment

  3. Go to the VMware Edge Cloud Orchestrator Service

  4. Go to the Monitor/Hosts area

  5. Click on your host serial number to show the host monitoring page

  6. A few minutes after commiting your example file to your git repository you will see a IP Address appear for your Worker Node under the Kubernetes Details

  7. Copy the IP address and go to a new web browser tab, replace the <workernodeip> section in the next step

  8. Enter the following address: http://<workernodeip>:30099

  9. The example web server should be shown.

If the example web server is not shown, check the Monitor/Alerts and Monitor/Events section for further troubleshooting. Other example applications, edge host configuration, worker node configuration, and virtual machine files can be found in the same Git repository.