docker-compose
2 articles
Docker Compose and Spring Boot: Let the Application Start the Database
Spring Boot can drive Docker Compose itself — verified with the log where it waits for the container to go healthy, in a project holding no datasource config.
ContainersDocker vs Kubernetes: What's Actually Different
Docker builds and runs containers on one machine; Kubernetes schedules them across many. See the concept-by-concept mapping and what changed in Kubernetes 1.24.
Containers