We have tarantool in the Kubernetes cluster. One of tarantool's part has big in size. We need to be able to manage this separately from the main release. Our idea is to divide by two namespaces. Is it possible? What problems will we have? Are there other ways to solve the problem?
Asked
Active
Viewed 51 times
1 Answers
2
1: Our idea is to divide by two namespaces. Is it possible?
No, because Namespaces are a logical partitioning capability that enable one Kubernetes cluster to be used by multiple users.
2: Are there other ways to solve the problem?
Yes

Gupta
- 8,882
- 4
- 49
- 59