Detailed video of Installation of OpsRamp Agent on Kubernetes 2.0 Cluster

Kubernetes 2.0 offers comprehensive resource discovery and monitoring for components like Nodes, Pods, Namespaces, Services, Persistent Volumes (PVs), Persistent Volume Claims (PVCs), Daemonsets, and Deployments. It includes customizable dashboards that provide an overview and in-depth analysis of key metrics for infrastructure monitoring.

The topology explorer visually represents resources and their relationships, simplifying the troubleshooting of network-related issues.

It allows you to define alert conditions based on Prometheus expression language expressions(PromQL) and handles alerting at various levels, including pods, deployment and namespace.

Key Features

  • Kubernetes 2.0 offers unified visibility of resources and metrics.
  • Topology Explorer organizes and displays information in a hierarchical structure, making it easier to navigate and understand resource dependencies.
  • Pod Log collection
  • Workload monitoring for applications.

Resource Hierarchy

      • Kubernetes 2.0
              • Cluster
                      • Node
                      • Pod
                      • Namespaces
                      • Services
                      • Deployment, DaemonSet, ReplicaSet, StatefulSet
                      • PersistentVolume (PV)
                      • PersistentVolume Claim (PVC)

Next Topics