Skip to content

Commit af11b42

Browse files
committed
Add pricing topic for cmx
1 parent 80b9bc7 commit af11b42

File tree

4 files changed

+124
-8
lines changed

4 files changed

+124
-8
lines changed

docs/partials/cmx/_billing.mdx

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/vendor/testing-about.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@ You can use Compatibility Matrix with the Replicated CLI or the Replicated Vendo
1818

1919
### Billing and Credits
2020

21-
<Billing/>
21+
Clusters created with Compatibility Matrix are billed by the minute. Per-minute billing begins when the cluster reaches a `running` status and ends when the cluster is deleted. Compatibility Matrix marks a cluster as `running` when a working kubeconfig for the cluster is accessible.
22+
23+
You are billed only for the time that the cluster is in a `running` status. You are _not_ billed for the time that it takes Compatibility Matrix to create and tear down clusters, including when the cluster is in an `assigned` status.
24+
25+
For more information about pricing, see [Compatibility Matrix Pricing](testing-pricing).
26+
27+
To create clusters with Compatibility Matrix, you must have credits in your Vendor Portal account.
28+
If you have a contract, you can purchase credits by logging in to the Vendor Portal and going to [**Compatibility Matrix > Buy additional credits**](https://vendor.replicated.com/compatibility-matrix).
29+
Otherwise, to request credits, log in to the Vendor Portal and go to [**Compatibility Matrix > Request more credits**](https://vendor.replicated.com/compatibility-matrix).
2230

2331
### Quotas and Capacity
2432

docs/vendor/testing-pricing.mdx

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
# Compatibility Matrix Pricing
2+
3+
This topic describes the pricing for Replicated Compatibility Matrix.
4+
5+
## Pricing Overview
6+
7+
Compatibility Matrix usage-based pricing includes a $0.50 per cluster startup cost, plus by the minute pricing based on instance size and count (starting at the time the cluster state changed to "running" and ending when the cluster is either expired (TTL) or removed). Minutes will be rounded up, so there will be a minimum charge of $0.50 plus 1 minute for all running clusters. Each cluster's cost will be rounded up to the nearest cent and subtracted from the available credits in the account and viewable on the Replicated Vendor Portal [Cluster History](https://vendor.replicated.com/compatibility-matrix/history) page.
8+
9+
If the team's available credits are insufficient to run the cluster for the full duration of the TTL, the cluster creation will be rejected.
10+
11+
## Cluster Quotes
12+
13+
Each team is limited by the number of clusters that they can run concurrently. To increase the quota, reach out to your account manager.
14+
15+
## VM Cluster Pricing (Openshift, RKE2, K3s, Kind, Embedded Cluster, kURL)
16+
17+
VM-based clusters approximately match the AWS m6.i instance type pricing.
18+
19+
<table>
20+
<tr>
21+
<th>Instance Type</th>
22+
<th>VCPUs</th>
23+
<th>Memory (GiB)</th>
24+
<th>USD/Credit per hour</th>
25+
</tr>
26+
<tr>
27+
<td></td>
28+
<td></td>
29+
<td></td>
30+
<td></td>
31+
</tr>
32+
</table>
33+
34+
## Cloud Cluster Pricing
35+
36+
### AWS EKS Cluster Pricing
37+
38+
AWS clusters will be charged AWS pricing plus a markup of 20%. Note that the markup will be calculated at the rounded price per hour in order to make hourly prices fixed. Pricing for Extended Support EKS versions (those Kubernetes versions considered deprecated by upstream Kubernetes) will have additional charges applied.
39+
40+
<table>
41+
<tr>
42+
<th>Instance Type</th>
43+
<th>VCPUs</th>
44+
<th>Memory (GiB)</th>
45+
<th>USD/Credit per hour</th>
46+
</tr>
47+
<tr>
48+
<td></td>
49+
<td></td>
50+
<td></td>
51+
<td></td>
52+
</tr>
53+
</table>
54+
55+
### GCP GKE Cluster Pricing
56+
57+
GCP clusters will be charged GCP list pricing plus a markup of 20%. Note that the markup will be calculated at the rounded price per hour in order to make hourly prices fixed.
58+
59+
<table>
60+
<tr>
61+
<th>Instance Type</th>
62+
<th>VCPUs</th>
63+
<th>Memory (GiB)</th>
64+
<th>USD/Credit per hour</th>
65+
</tr>
66+
<tr>
67+
<td></td>
68+
<td></td>
69+
<td></td>
70+
<td></td>
71+
</tr>
72+
</table>
73+
74+
### Azure AKS Cluster Pricing
75+
76+
Azure clusters will be charged Azure list pricing plus a markup of 20%. Note that the markup will be calculated at the rounded price per hour in order to make hourly prices fixed.
77+
78+
<table>
79+
<tr>
80+
<th>Instance Type</th>
81+
<th>VCPUs</th>
82+
<th>Memory (GiB)</th>
83+
<th>Rate</th>
84+
<th>List Price</th>
85+
<th>USD/Credit per hour</th>
86+
</tr>
87+
<tr>
88+
<td></td>
89+
<td></td>
90+
<td></td>
91+
<td></td>
92+
<td></td>
93+
<td></td>
94+
</tr>
95+
</table>
96+
97+
### Oracle OKE Cluster Pricing
98+
99+
Oracle based clusters will be charged Oracle list pricing plus a markup of 20%. Note that the markup will be calculated at the rounded price per hour in order to make hourly prices fixed.
100+
101+
<table>
102+
<tr>
103+
<th>Instance Type</th>
104+
<th>VCPUs</th>
105+
<th>Memory (GiB)</th>
106+
<th>USD/Credit per hour</th>
107+
</tr>
108+
<tr>
109+
<td></td>
110+
<td></td>
111+
<td></td>
112+
<td></td>
113+
</tr>
114+
</table>

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ const sidebars = {
217217
label: 'Compatibility Matrix',
218218
items: [
219219
'vendor/testing-about',
220+
'vendor/testing-pricing',
220221
'vendor/testing-supported-clusters',
221222
'vendor/testing-cluster-addons',
222223
'vendor/testing-how-to',

0 commit comments

Comments
 (0)