Requirement is, In a cluster with 10 CPU cores, i need to allocate 6 cores to application A (multiple pods) and 4 cores to application B (Multiple pods). Any pods labelled as appA should use CPU from 6 core pool and appB from 4 core pool.
Requirement is, In a cluster with 10 CPU cores, i need to allocate 6
cores to application A (multiple pods) and 4 cores to application B
(Multiple pods). Any pods labelled as appA should use CPU from 6 core
pool and appB from 4 core pool.