September 2019
Intermediate to advanced
668 pages
15h 59m
English
In this section, we will deploy the microservices in an environment to be used for development and test activities, for example, system integration tests. This type of environment is used primarily for functional tests and is therefore configured to use minimal system resources.
Since the deployment objects in the base folder are configured for a development environment, they don't need any further refinement in the overlay for development. We only have to add deployment and service objects for the three resource managers for RabbitMQ, MySQL, and MongoDB in the same way as when using Docker Compose. We will deploy the resource managers in the same Kubernetes namespace as the microservices. ...