Skip to content

Commit 7d70098

Browse files
committed
update enterprise portal info in replicated overview
1 parent e9b6e2b commit 7d70098

File tree

2 files changed

+33
-17
lines changed

2 files changed

+33
-17
lines changed

docs/intro-replicated.mdx

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ Finally, the diagram shows how [**instance data**](/vendor/instance-insights-eve
3939

4040
The following describes the key features of the Replicated Platform.
4141

42-
### Compatibility Matrix
43-
44-
Replicated Compatibility Matrix can be used to get kubectl access to running clusters within minutes or less. Compatibility Matrix supports various Kubernetes distributions and versions and can be interacted with through the Vendor Portal or the Replicated CLI.
45-
46-
For more information, see [About Compatibility Matrix](/vendor/testing-about).
47-
4842
### Embedded Cluster
4943

5044
Replicated Embedded Cluster is a Kubernetes installer based on the open source Kubernetes distribution k0s. With Embedded Cluster, users install and manage both the cluster and the application together as a single appliance on a VM or bare metal server. In this way, Kubernetes is _embedded_ with the application.
@@ -89,6 +83,28 @@ The Vendor Portal can also be interacted with programmatically using the followi
8983

9084
* **Vendor API v3**: The Vendor API can be used to complete tasks programmatically, including all tasks for packaging and managing applications, and managing artifacts such as teams and license files. For more information, see [Using the Vendor API v3](/reference/vendor-api-using).
9185

86+
### Enterprise Portal (Beta)
87+
88+
The Enterprise Portal is a customizable, web-based portal where your customers can view application install and update instructions, upload support bundles, view insights about their active and inactive instances, and more. For more information, see [About the Enteprise Portal](/vendor/enterprise-portal-configure).
89+
90+
The following shows an example of the Enterprise Portal dashboard:
91+
92+
![Enterprise Portal dashboard](/images/enterprise-portal-dashboard.png)
93+
94+
[View a larger version of this image](/images/enterprise-portal-dashboard.png)
95+
96+
### Compatibility Matrix
97+
98+
Replicated Compatibility Matrix can be used to create VMs or Kubernetes clusters within minutes or less. You can interact with Compatibility Matrix through the Vendor Portal or the Replicated CLI, making it possible to integrate Compatibility Matrix into your existing CI/CD workflows to programmatically create test environments.
99+
100+
For more information, see [About Compatibility Matrix](/vendor/testing-about).
101+
102+
The following shows the Compatibility Matrix page for creating a cluster:
103+
104+
<img alt="Create a cluster page" src="/images/create-a-cluster.png" width="650px"/>
105+
106+
[View a larger version of this image](/images/create-a-cluster.png)
107+
92108
## Commercial Software Distribution Lifecycle {#csdl}
93109

94110
Replicated Platform features are designed to support ISVs in each phase of the Commercial Software Distribution Lifecycle shown below:
@@ -105,8 +121,8 @@ The following describes the phases of the software distribution lifecycle:
105121

106122
* **[Develop](#develop)**: Application design and architecture decisions align with customer needs, and development teams can quickly iterate on new features.
107123
* **[Test](#test)**: Run automated tests in several customer-representative environments as part of continuous integration and continuous delivery (CI/CD) workflows.
108-
* **[Release](#release)**: Use channels to share releases with external and internal users, publish release artifacts securely, and use consistent versioning.
109124
* **[License](#license)**: Licenses are customized to each customer and are easy to issue, manage, and update.
125+
* **[Release](#release)**: Use channels to share releases with external and internal users, publish release artifacts securely, and use consistent versioning.
110126
* **[Install](#install)**: Provide unique installation options depending on customers' preferences and experience levels.
111127
* **[Report](#report)**: Make more informed prioritization decisions by collecting usage and performance metadata for application instances running in customer environments.
112128
* **[Support](#support)**: Diagnose and resolve support issues quickly.
@@ -121,18 +137,10 @@ For more information about using the Replicated SDK, see [About the Replicated S
121137

122138
### Test
123139

124-
The Replicated Compatibility Matrix rapidly provisions ephemeral Kubernetes clusters, including multi-node and OpenShift clusters. When integrated into existing CI/CD pipelines for an application, the Compatibility Matrix can be used to automatically create a variety of customer-representative environments for testing code changes.
140+
The Compatibility Matrix can be used to quickly provision ephemeral VMs and Kubernetes clusters. When integrated into existing CI/CD workflows, the Compatibility Matrix can be used to automatically create a variety of customer-representative environments for testing code changes.
125141

126142
For more information, see [About Compatibility Matrix](/vendor/testing-about).
127143

128-
### Release
129-
130-
Release channels in the Replicated Vendor Portal allow ISVs to make different application versions available to different customers, without needing to maintain separate code bases. For example, a "Beta" channel can be used to share beta releases of an application with only a certain subset of customers.
131-
132-
For more information about working with channels, see [About Channels and Releases](/vendor/releases-about).
133-
134-
Additionally, the Replicated proxy registry grants proxy access to private application images using the customers' license. This ensures that customers have the right access to images based on the channel they are assigned. For more information about using the proxy registry, see [About the Replicated Proxy Registry](/vendor/private-images-about).
135-
136144
### License
137145

138146
Create customers in the Replicated Vendor Portal to handle licensing for your application in both online and air gap environments. For example:
@@ -143,6 +151,14 @@ Create customers in the Replicated Vendor Portal to handle licensing for your ap
143151

144152
For more information about working with customers and custom license fields, see [About Customers](/vendor/licenses-about).
145153

154+
### Release
155+
156+
Release channels in the Replicated Vendor Portal allow ISVs to make different application versions available to different customers, without needing to maintain separate code bases. For example, a "Beta" channel can be used to share beta releases of an application with only a certain subset of customers.
157+
158+
For more information about working with channels, see [About Channels and Releases](/vendor/releases-about).
159+
160+
Additionally, the Replicated proxy registry grants proxy access to private application images using the customers' license. This ensures that customers have the right access to images based on the channel they are assigned. For more information about using the proxy registry, see [About the Replicated Proxy Registry](/vendor/private-images-about).
161+
146162
### Install
147163

148164
Applications distributed with the Replicated Platform can support multiple different installation methods from the same application release, helping you to meet your customers where they are. For example:

docs/vendor/replicated-onboarding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ To support and test Helm installations:
469469

470470
### Add Support for Air Gap Installations
471471

472-
Replicated supports installations in _air gap_ environments with little or no outbound internet access. For Embedded Cluster and KOTS, users install by providing an air gap bundle that contains the required images for the Replicated installer and your application. For Helm installations, users install by following automatically-generated instructions provided in the Replicated Enterprise Portal to pull all images and push them to their local image registry.
472+
Replicated supports installations in _air gap_ environments with little or no outbound internet access. For Embedded Cluster and KOTS, users install by providing an air gap bundle that contains the required images for the Replicated installer and your application. For Helm installations, users install by following automatically-generated instructions provided in the Enterprise Portal to pull all images and push them to their local image registry.
473473

474474
To add support for air gap installations:
475475

0 commit comments

Comments
 (0)