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. This is illustrated by the following diagram:
The definition files for the resource managers can be found in the kubernetes...