You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy-manage/deploy/cloud-enterprise.md
+40-3Lines changed: 40 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,49 @@ applies:
7
7
8
8
{{ece}} (ECE) is an Elastic self-managed solution for deploying, orchestrating, and managing {{es}} clusters at scale. It provides a centralized platform that allows organizations to run {{es}}, {{kib}}, and other {{stack}} components across multiple machines.
9
9
10
-
Refer to [](./cloud-enterprise/ece-overview.md) for a detailed introduction to ECE, including its features, use cases, and architecture.
11
-
12
10
::::{tip}
13
11
If you are looking for a solution to orchestrate and manage {{es}} clusters natively on Kubernetes, consider using [Elastic Cloud on Kubernetes (ECK)](./cloud-on-k8s.md) instead of ECE. ECK enables you to orchestrate Elastic Stack applications seamlessly on Kubernetes, leveraging it as the underlying platform for deployment, scaling, and lifecycle management.
14
12
::::
15
13
16
-
% should we use a L2 heading here or just continue?
14
+
ECE evolves from the Elastic hosted Cloud SaaS offering into a standalone product. You can deploy ECE on public or private clouds, virtual machines, or your own premises.
15
+
16
+
With {{ece}}, you can:
17
+
18
+
* Host your regulated or sensitive data on your internal network.
19
+
* Reuse your existing investment in on-premise infrastructure and reduce total cost.
20
+
* Maximize the hardware utilization for the various clusters.
21
+
* Centralize the management of multiple Elastic deployments across teams or geographies.
22
+
23
+
Refer to [](./cloud-enterprise/ece-architecture.md) and [Containerized design](./cloud-enterprise/ece-containerization.md) for details about the ECE platform architecture and technologies used.
-**High Availability & Resilience**: Ensures uptime through multiple Availability Zones, data replication, and automated restore and snapshot.
29
+
-**Centralized Monitoring & Logging**: Provides insights into cluster performance, resource usage, and logs.
30
+
-**Single Sign-On (SSO) & Role-Based Access Control (RBAC)**: Allows organizations to manage access and security policies.
31
+
-**API & UI Management**: Offers a web interface and API to create and manage clusters easily.
32
+
-**Air-gapped installations**: Support for off-line installations.
33
+
-**Microservices**: All services are containerized through Docker. Refer to [](./ece-containerization.md) for more details.
34
+
35
+
## ECE features
36
+
37
+
* All services are containerized through Docker.
38
+
* High Availability through multiple Availability Zones.
39
+
* Deployment state coordination using ZooKeeper.
40
+
* Easy access for admins through the Cloud UI and API.
41
+
* Support for off-line installations.
42
+
* Automated restore and snapshot.
43
+
44
+
Check the [glossary](https://www.elastic.co/guide/en/elastic-stack-glossary/current/terms.html) to get familiar with the terminology for ECE as well as other Elastic products and solutions.
45
+
46
+
% delete or keep. this wasn't part of the original content
47
+
%### Use cases
48
+
%
49
+
%- Organizations that need full control over their Elastic Stack while benefiting from cloud-like automation.
50
+
%- Enterprises managing multiple Elasticsearch clusters across different teams or environments.
51
+
%- Businesses looking for a self-hosted alternative to Elastic Cloud with centralized administration.
52
+
17
53
## Section overview
18
54
19
55
This section focuses on deploying ECE and orchestrating and configuring {{es}} clusters, also referred to as `deployments`.
@@ -39,6 +75,7 @@ Other sections of the documentation also include important tasks related to ECE:
39
75
40
76
*[Secure your ECE installation](../security/secure-your-elastic-cloud-enterprise-installation.md)
41
77
*[Users and roles](../users-roles/cloud-enterprise-orchestrator.md)
78
+
*[Secure your deployments](../security/secure-your-cluster-deployment.md)
Copy file name to clipboardExpand all lines: deploy-manage/deploy/cloud-enterprise/ece-overview.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,16 @@ This page provides a high-level introduction to {{ece}} (ECE), including its [](
14
14
Try one of the [getting started guides](https://www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/current/getting-started-guides.html) to discover the core concepts of the Elastic Stack and understand how Elastic can help you.
15
15
::::
16
16
17
-
### What is ECE?
18
-
19
17
ECE evolves from the Elastic hosted Cloud SaaS offering into a standalone product. You can deploy ECE on public or private clouds, virtual machines, or your own premises.
20
18
21
-
### Why ECE?
19
+
With {{ece}}, you can:
22
20
23
21
* Host your regulated or sensitive data on your internal network.
24
22
* Reuse your existing investment in on-premise infrastructure and reduce total cost.
25
23
* Maximize the hardware utilization for the various clusters.
26
24
* Centralize the management of multiple Elastic deployments across teams or geographies.
-**High Availability & Resilience** – Ensures uptime through multiple Availability Zones, data replication, and automated restore and snapshot.
@@ -37,7 +35,7 @@ ECE evolves from the Elastic hosted Cloud SaaS offering into a standalone produc
37
35
38
36
Check the [glossary](https://www.elastic.co/guide/en/elastic-stack-glossary/current/terms.html) to get familiar with the terminology for ECE as well as other Elastic products and solutions.
39
37
40
-
###Use cases
38
+
## Use cases
41
39
42
40
- Organizations that need full control over their Elastic Stack while benefiting from cloud-like automation.
43
41
- Enterprises managing multiple Elasticsearch clusters across different teams or environments.
0 commit comments