-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFE] Nested pods #25509
Comments
thanks for your request. could you elaborate on why this would be needed and helpful? |
HI, here is what i mean. Hierarchical Organization: Allows for a more organized structuring of containers, facilitating the management and understanding of relationships between services. Here are some concrete examples of nested pods Example 1: Web Application with Support Services Example 2: Microservices System Example 3: Development Environment These examples illustrate how a hierarchical structure of pods could be used to organize and manage containers more effectively. |
I don't think it would make sense, this seems quite complex as you now have pod dependencies and the cgroup management does not look straight forward either. Also I am not aware of a nested pod design anywhere. At the very least this would be incompatible with k8s yaml. I feel like all of this could be handled via external scripts already so I would be against this. |
Feature request description
Hi, is it possible to have a master pod that would contain several slave pods (with their containers) ? i don't have a specific case but i think it will be a good idea to finetune the nested pods concept...
Tell me if this is on you plan or maybe I'm wrong.... just let know your thought about these nested pods concept
thanks
Suggest potential solution
A clear and concise description of what you want to happen.
Have you considered any alternatives?
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: