-
Notifications
You must be signed in to change notification settings - Fork 15k
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
This is an feature Request
What would you like to be added
Restructuring https://kubernetes.io/docs/concepts/workloads/pods
Create new page /docs/concepts/workloads/pods/multi-container-pods/
covering:
- Multi-container design patterns (sidecar, ambassador, adapter)
- Ephemeral containers
- Intra-pod communication mechanisms (localhost, shared volumes)
- Resource sharing and container coordination
- Best practices and anti-patterns
- Practical examples for each pattern
Why is this needed
Multi-container patterns are important architectural concepts but currently under-documented. Users need authoritative guidance for design decisions.
Comments
Related to issue #38867 Pod documentation restructure.
Complements existing init/sidecar container docs with pattern-focused guidance.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.