Skip to content

Overview of a team project setup

· Intermediate
Requires
  • vscode
  • docker

What are the challenges

  1. Coding standards
  • How a dev team coordinate to have a unified code?

Docs

  1. Repository structure - part 2

This shapes where devcontainer.json lives, how Compose files are organized, and how a developer works across multiple services simultaneously.

Docs

  1. Base image strategy - part 3

Which base images, who maintains them, how they’re versioned and pinned. This is the foundation every devcontainer.json and Compose service is built on. A wrong call here is expensive to undo.

Docs

  1. Docker Compose topology - part 4

How services are declared, networked, and orchestrated locally. Includes how the local topology maps to Kubernetes in prod — where you accept divergence and where you enforce parity.