@@ -206,15 +206,15 @@ Ensure the Helm chart adheres to the following rules:
206
206
207
207
### Available billing models
208
208
209
- Billing model | Definition
210
- ---------------| -----------
211
- Per core| Usage is charged for every core used by the Kubernetes application’s extension instance (reported at hourly frequency)
212
- Per every core in cluster| Usage is charged based on total number of cores in the kubernetes cluster (reported at hourly frequency
213
- Per cluster| Usage is charged for each instance of the Kubernetes application extension on the cluster (reported at hourly frequency)
214
- Per every node in cluster| Usage is charged based on total number of nodes in the cluster (reported at hourly frequency)
215
- Per node| Usage is charged for each node on which the Kubernetes application’s extension instance runs on (reported at hourly frequency)
216
- Per pod| Usage is charged for each pod on which the Kubernetes application’s extension instance runs (reported at hourly frequency)
217
- Bring your own licensing (BYOL)| Usage is charged based on existing licensing that the customer can bring in.
209
+ | Billing model | Definition |
210
+ | ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
211
+ | Per core | Usage is charged for every core used by the Kubernetes application’s extension instance (reported at hourly frequency) |
212
+ | Per every core in cluster | Usage is charged based on total number of cores in the kubernetes cluster (reported at hourly frequency) |
213
+ | Per cluster | Usage is charged for each instance of the Kubernetes application extension on the cluster (reported at hourly frequency) |
214
+ | Per every node in cluster | Usage is charged based on total number of nodes in the cluster (reported at hourly frequency) |
215
+ | Per node | Usage is charged for each node on which the Kubernetes application’s extension instance runs on (reported at hourly frequency) |
216
+ | Per pod | Usage is charged for each pod on which the Kubernetes application’s extension instance runs (reported at hourly frequency) |
217
+ | Bring your own licensing (BYOL) | Usage is charged based on existing licensing that the customer can bring in |
218
218
219
219
220
220
### Make updates based on your billing model
0 commit comments