Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/partials/cmx/_billing.mdx

This file was deleted.

10 changes: 9 additions & 1 deletion docs/vendor/testing-about.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@ You can use Compatibility Matrix with the Replicated CLI or the Replicated Vendo

### Billing and Credits

<Billing/>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^ this partial wasn't being used anywhere else so I deleted it and pulled out the content

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.

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.

For more information about pricing, see [Compatibility Matrix Pricing](testing-pricing).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^ added link to pricing


To create clusters with Compatibility Matrix, you must have credits in your Vendor Portal account.
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).
Otherwise, to request credits, log in to the Vendor Portal and go to [**Compatibility Matrix > Request more credits**](https://vendor.replicated.com/compatibility-matrix).

### Quotas and Capacity

Expand Down
114 changes: 114 additions & 0 deletions docs/vendor/testing-pricing.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
# Compatibility Matrix Pricing

This topic describes the pricing for Replicated Compatibility Matrix.

## Pricing Overview

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.

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.

## Cluster Quotes

Each team is limited by the number of clusters that they can run concurrently. To increase the quota, reach out to your account manager.

## VM Cluster Pricing (Openshift, RKE2, K3s, Kind, Embedded Cluster, kURL)

VM-based clusters approximately match the AWS m6.i instance type pricing.

<table>
<tr>
<th>Instance Type</th>
<th>VCPUs</th>
<th>Memory (GiB)</th>
<th>USD/Credit per hour</th>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>

## Cloud Cluster Pricing

### AWS EKS Cluster Pricing

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.

<table>
<tr>
<th>Instance Type</th>
<th>VCPUs</th>
<th>Memory (GiB)</th>
<th>USD/Credit per hour</th>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>

### GCP GKE Cluster Pricing

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.

<table>
<tr>
<th>Instance Type</th>
<th>VCPUs</th>
<th>Memory (GiB)</th>
<th>USD/Credit per hour</th>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>

### Azure AKS Cluster Pricing

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.

<table>
<tr>
<th>Instance Type</th>
<th>VCPUs</th>
<th>Memory (GiB)</th>
<th>Rate</th>
<th>List Price</th>
<th>USD/Credit per hour</th>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>

### Oracle OKE Cluster Pricing

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.

<table>
<tr>
<th>Instance Type</th>
<th>VCPUs</th>
<th>Memory (GiB)</th>
<th>USD/Credit per hour</th>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ const sidebars = {
label: 'Compatibility Matrix',
items: [
'vendor/testing-about',
'vendor/testing-pricing',
'vendor/testing-supported-clusters',
'vendor/testing-cluster-addons',
'vendor/testing-how-to',
Expand Down
Loading