-
Notifications
You must be signed in to change notification settings - Fork 156
Deploy and Manage: ECK #380
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
Changes from 23 commits
bfd016f
03eaead
a26348f
a45ecdf
eb0561f
022631f
b9bc416
1c522b1
74611c2
5233036
07e5846
90d6c0c
087c374
fb473bb
a2801fe
03fcd18
9baa9db
e387169
469d42b
938e811
df2e4c5
170fae6
5391fea
0ab39f7
3ca0f09
a17243e
57e33e5
ca3a2c6
20e999a
220eeb8
120b455
ac4d6ff
e3a2e6e
eea4335
ab1f568
121b807
099fe5c
b78eae0
f9332bb
3de0318
68557bc
32fe270
2adbb32
8795252
c517256
3c40754
68b3b3b
17186c0
843fc81
3dbb8a9
4f1d282
d4fd0f3
94862bd
25a93ce
c3cc9b8
3bdafb6
42b2239
51ad4b1
ebfeaba
1aa17ad
7c10fc5
4aa53da
61cc8e1
d3a62c2
e0e98dc
0c9ed6e
9b9a81e
f1df23d
eb879e1
c63d47a
9930f96
d8f850d
c8f99ff
6e010b0
6e3aaa1
a42c977
9315da5
4eee046
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
eedugon marked this conversation as resolved.
Show resolved
Hide resolved
|
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. this page is pretty overwhelming. consider some headings 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. Totally! working on it..... the thing is that we have multiple pages that are kind of navigation pages....
Then we have a lot of sub-topics plus topics that are in other sections (autoscaling, remote clusters, security settings, etc).... it's not very easy to determine what exactly to put where, but i'll try my best and we can refine later in another PR. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,43 +6,30 @@ mapped_pages: | |
- https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-update-deployment.html | ||
--- | ||
|
||
% the security link needs to be refined to point to the eck related section around security | ||
% same for upgrade link | ||
|
||
# Configure deployments [k8s-orchestrating-elastic-stack-applications] | ||
|
||
This section provides details around {{kib}} and {{es}} configuration when running on ECK. For general information about how ECK applies configuration changes and the syntax to use in the YAML manifests, refer to [](./update-deployments.md). | ||
|
||
* [**{{es}} configuration**](elasticsearch-configuration.md) → Review configuration possibilities to tune your {{es}} cluster running on ECK, learn how [nodes orchestration](./nodes-orchestration.md) work, [storage recommendations](./storage-recommendations.md), and more. | ||
|
||
* [](./requests-routing-to-elasticsearch-nodes.md) → Control the nodes receiving incoming traffic when using multiple `nodeSets` with different [node roles](https://www.elastic.co/guide/en/elasticsearch/reference/current/node-roles-overview.html). | ||
* [**{{es}} configuration**](elasticsearch-configuration.md): Review configuration possibilities to tune your {{es}} cluster running on ECK, learn how [nodes orchestration](./nodes-orchestration.md) work, [storage recommendations](./storage-recommendations.md), and more. | ||
|
||
* [**{{kib}} configuration**](kibana-configuration.md) → Learn how to connect {{kib}} to an {{es}} cluster, apply advanced configuration settings, and tune the HTTP configuration. | ||
* [**{{kib}} configuration**](kibana-configuration.md): Learn how to connect {{kib}} to an {{es}} cluster, apply advanced configuration settings, and tune the HTTP configuration. | ||
|
||
Additionally, the following topics apply to both {{es}} and {{kib}}, and in some cases, to other applications supported by ECK: | ||
|
||
* [**Access services**](accessing-services.md) → Learn how to access to the orchestrated clusters and how to adapt the Kubernetes services to your needs. | ||
|
||
* [**TLS certificates**](./tls-certificates.md) → Use your own SSL/TLS certificates for the HTTP endpoint of {{es}} or {{kib}}. | ||
|
||
* [**Secure the Elastic Stack**](../../security.md) → Manage users and roles, authentication realms, and more. | ||
* [**Access services**](accessing-services.md): Learn how to access to the orchestrated clusters and how to adapt the Kubernetes services to your needs. | ||
|
||
* [**Recipes**](recipes.md) → Advanced use cases examples available in our GitHub repository. | ||
* [**Customize Pods**](customize-pods.md): Learn how to adapt the `podTemplate` field to your needs. | ||
|
||
* [**Customize Pods**](customize-pods.md) → Learn how to adapt the `podTemplate` field to your needs. | ||
* [**Manage compute resources**](manage-compute-resources.md): Important considerations around CPU and memory `requests` and `limits` when running production workloads. | ||
|
||
* [**Manage compute resources**](manage-compute-resources.md) → Important considerations around CPU and memory when running production workloads. | ||
* [**Recipes**](recipes.md): Advanced use cases examples available in our GitHub repository. | ||
|
||
* [**Autoscaling stateless applications**](../../autoscaling/autoscaling-stateless-applications-on-eck.md) → Use [Horizontal Pod Autoscaler](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) for {{kib}} or other stateless applications. | ||
|
||
* [**Connect to external Elastic resources**](connect-to-external-elastic-resources.md) → Use `secrets` with custom settings for `elasticsearchRef` and `kibanaRef` parameters. | ||
* [**Connect to external Elastic resources**](connect-to-external-elastic-resources.md): Use custom `secrets` for the `elasticsearchRef` and `kibanaRef` parameters. | ||
|
||
ECK also facilitates configuration and operation activities with advanced features, such as: | ||
|
||
* [**Elastic Stack configuration policies**](elastic-stack-configuration-policies.md) → Organize your {{es}} and {{kib}} configuration settings through `StackConfigPolicy` resources that can be referenced within your deployments. | ||
|
||
* [**Stack monitoring**](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-stack-monitoring.html) → Monitor your deployments smoothly with the help of ECK. | ||
|
||
* [**Remote clusters**](/deploy-manage/remote-clusters/eck-remote-clusters.md) → Configure {{es}} remote clusters functionality for Cross Cluster Search (CCS) and Cross Cluster Replication. | ||
* [**Elastic Stack configuration policies**](elastic-stack-configuration-policies.md): Organize your {{es}} and {{kib}} configuration settings through `StackConfigPolicy` resources that can be referenced within your deployments. This helps to keep your manifests simplified. | ||
|
||
* [**Upgrade the Elastic Stack version**](../../upgrade/deployment-or-cluster.md) → Upgrade orchestrated applications on ECK. | ||
::::{important} | ||
Explore the [Security](/deploy-manage/security.md) section for configuration options such as user and role management, configuring security realms, securing HTTP communications, and more. | ||
:::: | ||
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. security section doesn't have user and role management or security realms. users and roles does |
Uh oh!
There was an error while loading. Please reload this page.