-
Notifications
You must be signed in to change notification settings - Fork 163
Update ece-architecture.md - Adding a container <-> ECE host role mapping table #1369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rseldner
wants to merge
6
commits into
main
Choose a base branch
from
rseldner-patch-2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
75c5b06
Update ece-architecture.md
rseldner 8a80b1a
Update deploy-manage/deploy/cloud-enterprise/ece-architecture.md
rseldner 59b3724
Update deploy-manage/deploy/cloud-enterprise/ece-architecture.md
rseldner 5433df3
Update deploy-manage/deploy/cloud-enterprise/ece-architecture.md
rseldner 1c63d5d
Update ece-architecture.md
rseldner 17653f6
Merge branch 'main' into rseldner-patch-2
rseldner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -84,3 +84,26 @@ Services are deployed as Docker containers, which simplifies the operational eff | |||||
|
||||||
Docker containers communicate securely with one another through Transport Layer Security, provided by [Stunnel](https://www.stunnel.org/) (as not all of the services or components support TLS natively). Tunneling all traffic between containers makes sure that it is not possible to eavesdrop, even when someone else has access to the underlying cloud or network infrastructure. | ||||||
|
||||||
## ECE service containers per host role(s) [ece-service-containers] | ||||||
|
||||||
Each Elastic Cloud Enterprise service runs as a dedicated Docker container. These containers are automatically deployed based on the roles assigned to each ECE host. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
| Container | Roles | Description | | ||||||
|---|---|---| | ||||||
| `frc-admin-consoles-admin-console` | Controller | Backend service for the ECE UI; handles API requests and coordinates with ZooKeeper, Elasticsearch, logging, and security services. | | ||||||
| `frc-allocator-metricbeats-allocator-metricbeat` | Allocator | Collects allocator metrics via Beats. | | ||||||
| `frc-allocators-allocator` | Allocator | Manages container lifecycle for Elasticsearch and Kibana; reports host capacity to ZooKeeper. | | ||||||
| `frc-beats-runners-beats-runner` | All roles | Collects metrics from local containers for monitoring and health checks. | | ||||||
| `frc-blueprints-blueprint` | Director | Coordinates container startup by providing configuration data to runners based on their role and token. | | ||||||
| `frc-client-forwarders-client-forwarder` | All roles | Manages communication between nodes and ZooKeeper. | | ||||||
rseldner marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| `frc-cloud-uis-cloud-ui` | Controller | Web frontend for the ECE UI, served to users in the browser. | | ||||||
| `frc-constructors-constructor` | Controller | Schedules changes via ZooKeeper; assigns clusters to allocators and balances zones. | | ||||||
rseldner marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| `frc-container-task-services-container-task-service`| Allocator | Supports autoscaling and tracks feature usage. | | ||||||
| `frc-directors-director` | Director | Manages ZooKeeper and internal certificates; maintains Stunnel and quorum. | | ||||||
| `frc-proxies-proxyv2` | Proxy | Routes user traffic; uses ZooKeeper to map deployment IDs to cluster nodes. | | ||||||
| `frc-proxies-route-server` | Proxy | Manages internal routing and port mapping for cluster access. | | ||||||
| `frc-runners-runner` | All roles | Deploys containers locally per host role definitions. | | ||||||
rseldner marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| `frc-services-forwarders-services-forwarder` | All roles | Routes internal service data across the ECE platform. | | ||||||
| `frc-zookeeper-servers-zookeeper` | Director | Consistent distributed store used to track ECE state and coordinate communication between services. | | ||||||
|
||||||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.