Category: Kubernetes, Docker

If you are using Docker Compose in your standard devops procedures, you may face a problem that single docker-compose.yml becomes large and is hard to navigate. It gives us no simple way of breaking down big deployment into smaller segments but there is one trick.

Related Articles