In contrast to a monolithic server-side application that contains all business logic, a Swift web framework may employ microservices in the business logic layer. Microservices are standalone logical components that handle different functional areas of a backend application.
You'll learn about container technology, such as Docker, that is used to deploy and run a Swift package artifact as a microservice. You'll learn how to deploy a Docker container and use a container-orchestration tool to manage and scale the deployment of containerized applications in a cluster. Orchestration software, such as Kubernetes, contains deployment and management tools that automate the processes and workflows of your containerized applications. Finally, you’ll deploy microservices of containerized applications to deliver a coherent and scalable web service...