Licensing for Kubernetes monitoring (old)
- This article contains the licensing model for the customers who signed up before August 2024.
- Check out this article for more information on the new licensing pattern. Note that the new licensing model applies to users who signed up after August 2024.
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 |
Deployments | 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 |
ConfigMaps, Endpoints, and Ingress | 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 Links:
Related Articles
Licensing for Kubernetes monitoring
The licensing for the Kubernetes monitors is as follows: Component Licensing Cluster One cluster monitor consumes one basic monitor license Nodes One node monitor consumes two host licenses* *The first 10 containers on each node are free. After that, ...
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 ...
How to migrate Kubernetes monitors from one Site24x7 account to another
Use case An existing Site24x7 user has Kubernetes monitoring in a Site24x7 account and plans to migrate his Kubernetes monitors to a different account. The historic data and the current display name of the Kubernetes monitors will not be migrated. ...
How to uninstall the Site24x7 Kubernetes monitoring agent
Execute the below commands to uninstall the Site24x7 Kubernetes monitoring agent from your cluster: Deletion command for the DaemonSet agent deployed using a YAML file: kubectl delete -f site24x7-agent.yaml or kubectl delete ds,sa site24x7-agent -n ...
How to enable Kubernetes monitoring on clusters that have arm-based nodes
If you would like to add a Kubernetes monitor for your clusters that have arm-based nodes, ensure that you have followed the steps below: Download the latest site24x7-agent.yaml file from the Site24x7 web console. Replace the image name ...