Is performance testing multiple deployment stacks in one Kuberentes cluster a valid test? Is performance testing multiple deployment stacks in one Kuberentes cluster a valid test? kubernetes kubernetes

Is performance testing multiple deployment stacks in one Kuberentes cluster a valid test?


If the containers are running on the same underlying hosts then bleedthrough is always possible. If you set all pods into Guaranteed QoS mode (aka requests == limits) then it at least reduces the bleedthrough to a minimum. Running things on one cluster is always fine but if you want to truly reduce the crosstalk to zero then you would need dedicated workload nodes for each.