When reviewing Kubernetes resources in Aria Ops, Deployments show output while ReplicaSets do not. Pods are displayed directly under Deployments instead of being mapped through ReplicaSets.
The mapping defines how Aria Ops interprets relationships, and it determines how scenarios such as rolling upgrades are handled, where multiple ReplicaSets typically exist in Kubernetes.
8.18.3
VMware Aria Ops. management pack for K8s : 2.2.0.24050822
VMware Aria Ops. management pack for TCA : 1.0.0
Aria Ops does not track ReplicaSets anymore because they do not provide any unique metrics and are treated as redundant objects.
In Kubernetes, Deployments are the primary controller, and ReplicaSets are only intermediaries used during scaling or rolling upgrades. Since Kubernetes itself does not expose metrics for ReplicaSets, Aria Ops directly associates pods with Deployments.
(tca-helm-release) on Kubernetes resources. Aria Ops uses this deployment name to query and link resources.Earlier: Deployment → ReplicaSets → Pods → Containers
Now: Deployment → Pods → Containers