Commit 05a6ee3
Clarify ECK support scope for ingress controllers (#908)
### Background
In an internal ticket (stl-1548) and also an internal slack channel,
@jeanfabrice, @pebrc and I discussed about support scope of ingress
controllers.
We came up with the plan to clarify this in public doc as below:
### Docs need updated
- https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-recipes.html
-
https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-traffic-splitting.html
- https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-maps.html
-
https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-maps-http-configuration.html#k8s-maps-ingress
-
https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-stack-helm-chart.html#k8s-eck-stack-ingress
### Text to add
> **Note: Support Scope for Ingress Controllers**
>
> Ingress is a standard Kubernetes concept. While ECK-managed workloads
can be publicly exposed via ingresses and we provide example ingress
configuration recipes, setting up an Ingress controller requires
in-house Kubernetes expertise. If configuring ingress presents
challenges, we recommend using a standard Load Balancer (LB) as an
alternative solution.
### docs-content pages to edit
- http://localhost:3000/deploy-manage/deploy/cloud-on-k8s/recipes
-
http://localhost:3000/deploy-manage/deploy/cloud-on-k8s/requests-routing-to-elasticsearch-nodes
-
http://localhost:3000/deploy-manage/deploy/cloud-on-k8s/elastic-maps-server
-
http://localhost:3000/deploy-manage/deploy/cloud-on-k8s/http-configuration#k8s-maps-ingress
-
http://localhost:3000/deploy-manage/deploy/cloud-on-k8s/managing-deployments-using-helm-chart
### Sample view
**:: Without link**
<img width="1156" alt="image"
src="https://github.com/user-attachments/assets/e517f28c-46cd-4697-9aa3-5e1ca2771607"
/>
**:: With link**
<img width="714" alt="image"
src="https://github.com/user-attachments/assets/5bf3ac3e-6730-4fa2-90f2-80217a922e6c"
/>
Clicking the link [example ingress configuration
recipes](http://localhost:3000/deploy-manage/deploy/cloud-on-k8s/recipes)
will redirect page to
http://localhost:3000/deploy-manage/deploy/cloud-on-k8s/recipes
---------
Co-authored-by: Edu González de la Herrán <[email protected]>1 parent fcad090 commit 05a6ee3
File tree
5 files changed
+31
-0
lines changed- deploy-manage/deploy/cloud-on-k8s
5 files changed
+31
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
104 | 111 | | |
105 | 112 | | |
106 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
25 | 32 | | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
15 | 22 | | |
16 | 23 | | |
17 | 24 | | |
| |||
0 commit comments