I am new in Kubernetes and I am trying to understand the concept of namespaces and context.
It is basically allows to group resources into logical sets.
An a context is the combination of user/cluster/namespace.
What I am not sure is if namespaces provide any kind of isolation.
E.g. if we have a user A that uses cluster C1 and namespace foo and user B that uses cluster C1 as well and the namespace foo, does any changes that user A does affect user B?
E.g. if user A starts deleting pods would that be also visible by user B?
ChaosMeta Introduction ChaosMeta is a chaos engineering platform designed for cloud-native and automated drills. It is the external open source version of XMonkey, an internal chaos engineering ...