Licensing for Kubernetes monitoring
The main Kubernetes cluster is considered one basic monitor. For the other components, the licensing is done as follows:
Component | Licensing |
Nodes | 1 monitor consumes two basic licenses |
Pods | 5 monitors consume one basic license |
Containers | 5 monitors consume one basic license |
Services | 5 monitors consume one basic license
|
DaemonSets | 5 monitors consume one basic license |
Jobs | 5 monitors consume one basic license |
Horizontal Pod Scaler (HPA) | 5 monitors consume one basic license |
Controllers | 5 monitors consume one basic license |
ReplicaSets | 5 monitors consume one basic license |
StatefulSets | 5 monitors consume one basic license |
Persistent Volume Claim (PVC) | 5 monitors consume one basic license |
Persistent Volumes (PV) | 5 monitors consume one basic license |
Endpoints and ConfigMaps | free license |
For example, consider a Kubernetes set up having 5 nodes, 200 pods, 51 deployments, 53 ReplicaSets, 40 DaemonSets, and 200 containers. This would consume a total of 121 basic monitors. The split-up will be like the following:
- The main Kubernetes cluster - one basic monitor
- 5 nodes - 10 basic monitors
- 200 pods - 40 basic monitors
- 51 deployments - 11 basic monitors
- 53 ReplicaSets - 11 basic monitors
- 40 DaemonSets - 8 basic monitors
- 200 containers - 40 basic monitors
Related Articles
Real User Monitoring (RUM) Licensing
RUM licensing is based on Pageviews. Site24x7 includes RUM in all the plans available. The number of Pageviews and Sites provided differs based on the plan. Please check the below list for more details. Plan type Plan includes Starter 100K RUM ...
Licensing for VMware monitors
For VMware components, the pricing is as follows: Monitor Licensing vCenter Free VMware Cluster Consumes two basic monitor licenses ESX/ESXi Host Consumes two basic monitor licenses ESX/ESXi Hardware Weightage-based [Consumes one basic monitor ...
How do I monitor specific resource types like Pods, Containers, and Deployments?
To monitor specific resource types of Kubernetes like Pods, Containers, and Deployments: Log in to your Site24x7 account. Go to Admin > Inventory > Configuration Rules. Click Add Rule. Enter a proper Display Name and Description. Define the ...
How to deploy the Site24x7 PHP agent in a Kubernetes environment?
The following options are available for APM support in Kubernetes. Without Helm charts: 1. You can include the installation script when building the container. This is similar to the docker installation method. For more information, please refer to ...
Why is No Data shown for the Pod metrics?
In your Site24x7 web client (Server > Kubernetes > Pods > select the Pod monitor > click Performance), you might get No Data for metrics such as CPU Limit and Requests, Memory Limit and Requests, CPU Utilization, and Memory Utilization (%) as shown ...