Skip to content

Commit 58b065b

Browse files
authored
Merge pull request #2994 from replicatedhq/116780
Explain EC built-in extensions in contrast to kurl
2 parents d3a3905 + 100065e commit 58b065b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/partials/embedded-cluster/_kurl-comparison.mdx

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

docs/vendor/embedded-overview.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import EmbeddedCluster from "../partials/embedded-cluster/_definition.mdx"
2-
import KurlComparison from "../partials/embedded-cluster/_kurl-comparison.mdx"
32
import Requirements from "../partials/embedded-cluster/_requirements.mdx"
43
import EmbeddedClusterPortRequirements from "../partials/embedded-cluster/_port-reqs.mdx"
54

@@ -63,7 +62,13 @@ Additionally, for installations that include disaster recovery with Velero, the
6362

6463
## Comparison to kURL
6564

66-
<KurlComparison/>
65+
Embedded Cluster is a successor to Replicated kURL. Compared to kURL, Embedded Cluster offers several improvements such as:
66+
* Significantly faster installation, updates, and node joins
67+
* A redesigned Admin Console UI for managing the cluster
68+
* Improved support for multi-node clusters
69+
* One-click updates of both the application and the cluster at the same time
70+
71+
Additionally, Embedded Cluster automatically deploys several built-in extensions like KOTS and OpenEBS to provide capabilities such as application management and storage. This represents an improvement over kURL because vendors distributing their application with Embedded Cluster no longer need choose and define various add-ons in the installer spec. For additional functionality that is not included in the built-in extensions, such as an ingress controller, vendors can provide their own [`extensions`](/reference/embedded-config#extensions) that will be deployed alongside the application.
6772

6873
## Requirements
6974

0 commit comments

Comments
 (0)