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-on-k8s.md
+25-20Lines changed: 25 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,12 @@ This section provides everything you need to install, configure, and manage Elas
35
35
36
36
If you want to get started quickly, follow these guides to deploy ECK and set up an {{es}} cluster:
37
37
38
-
*[Install ECK using the YAML manifests](install-using-yaml-manifest-quickstart.md)
39
-
*[Deploy an {{es}} cluster](elasticsearch-deployment-quickstart.md)
40
-
*[Deploy a {{kib}} instance](kibana-instance-quickstart.md)
41
-
*[Update your deployment](update-deployments.md)
38
+
*[Install ECK using the YAML manifests](./cloud-on-k8s/install-using-yaml-manifest-quickstart.md)
39
+
*[Deploy an {{es}} cluster](./cloud-on-k8s/elasticsearch-deployment-quickstart.md)
40
+
*[Deploy a {{kib}} instance](./cloud-on-k8s/kibana-instance-quickstart.md)
41
+
*[Update your deployment](./cloud-on-k8s/update-deployments.md)
42
42
43
-
Afterwards, you can find further sample resources [in the project repository](https://github.com/elastic/cloud-on-k8s/tree/2.16/config/samples) or by checking out [our recipes](recipes.md).
43
+
Afterwards, you can find further sample resources [in the project repository](https://github.com/elastic/cloud-on-k8s/tree/2.16/config/samples) or by checking out [our recipes](./cloud-on-k8s/recipes.md).
44
44
45
45
## Supported versions [k8s-supported]
46
46
@@ -65,6 +65,26 @@ Elastic Stack application images for the OpenShift-certified Elasticsearch (ECK)
65
65
66
66
Check the full [Elastic support matrix](https://www.elastic.co/support/matrix#matrix_kubernetes) for more information.
67
67
68
+
## Common tasks
69
+
70
+
*[Deploy and configure ECK](./cloud-on-k8s/deploy-an-orchestrator.md)
71
+
*[Manage {{es}} and {{kib}} deployments](./cloud-on-k8s/manage-deployments.md)
72
+
*[Orchestrate other Elastic Stack applications](./cloud-on-k8s/orchestrate-other-elastic-applications.md)
73
+
74
+
% to consider in either deploy or manage deployment sections
75
+
% this was a "redirect only" in the excel
76
+
## Advanced topics [k8s-advanced-topics]
77
+
78
+
*[*Deploy ECK on OpenShift*](/deploy-manage/deploy/cloud-on-k8s/deploy-eck-on-openshift.md)
79
+
*[*Deploy ECK on GKE Autopilot*](/deploy-manage/deploy/cloud-on-k8s/deploy-eck-on-gke-autopilot.md)
0 commit comments