WIP: Add pod-to-rc cache for RC/Job/DaemonSet/Endpoint #18972
Labels
needs-sig
Indicates an issue or PR lacks a `sig/foo` label and requires one.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
K8s use Labels and Selector to couple pods and the ReplicationController, currently, when find the rc for a pod, k8s will traverse all rcs to find the matching one, which is not efficiency.
Some optimization could be done to improve the look up time, such as:
The text was updated successfully, but these errors were encountered: