The following diagram illustrates the workflow for deploying a containerized application to a cluster on the cloud:

The workflow consists of the following steps:
- Create an Application. Start a server-side Swift application from a boilerplate project that comes with the sample Dockerfile configuration.
- Create a Docker Image. Modify the Dockerfile and build a new Docker container image.
- Tag the Image. Tag the new container image with the repository name and version info.
- Push to the Container Registry. Create a namespace to use in Container Registry and push your image to the registry.
- Create ...