From fd69b35d261139bfc7737658ad19dfdf776e1922 Mon Sep 17 00:00:00 2001 From: Arianna Laudazzi Date: Mon, 13 Jun 2022 08:03:54 +0200 Subject: [PATCH] Add recipes --- ...rating-elastic-stack-applications.asciidoc | 2 ++ .../recipes.asciidoc | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 docs/orchestrating-elastic-stack-applications/recipes.asciidoc diff --git a/docs/orchestrating-elastic-stack-applications/orchestrating-elastic-stack-applications.asciidoc b/docs/orchestrating-elastic-stack-applications/orchestrating-elastic-stack-applications.asciidoc index 7007076b52..c4f5476055 100644 --- a/docs/orchestrating-elastic-stack-applications/orchestrating-elastic-stack-applications.asciidoc +++ b/docs/orchestrating-elastic-stack-applications/orchestrating-elastic-stack-applications.asciidoc @@ -17,6 +17,7 @@ endif::[] - <<{p}-maps>> - <<{p}-enterprise-search>> - <<{p}-beat>> +- <<{p}-recipes>> - <<{p}-securing-stack>> - <<{p}-accessing-elastic-services>> - <<{p}-customize-pods>> @@ -34,6 +35,7 @@ include::agent-fleet.asciidoc[leveloffset=+1] include::maps.asciidoc[leveloffset=+1] include::enterprise-search.asciidoc[leveloffset=+1] include::beat.asciidoc[leveloffset=+1] +include::recipes.asciidoc[leveloffset=+1] include::securing-stack.asciidoc[leveloffset=+1] include::accessing-elastic-services.asciidoc[leveloffset=+1] include::customize-pods.asciidoc[leveloffset=+1] diff --git a/docs/orchestrating-elastic-stack-applications/recipes.asciidoc b/docs/orchestrating-elastic-stack-applications/recipes.asciidoc new file mode 100644 index 0000000000..54a11195ac --- /dev/null +++ b/docs/orchestrating-elastic-stack-applications/recipes.asciidoc @@ -0,0 +1,19 @@ +:page_id: recipes +ifdef::env-github[] +**** +link:https://www.elastic.co/guide/en/cloud-on-k8s/master/k8s-{page_id}.html[View this document on the Elastic website] +**** +endif::[] +[id="{p}-{page_id}"] += Recipes + +This section includes recipes that provide configuration examples for some common use cases. + +* link:https://github.com/elastic/cloud-on-k8s/tree/main/config/recipes/gclb[Expose Elasticsearch and Kibana using a Google Cloud Load Balancer (GCLB)] +* link:https://github.com/elastic/cloud-on-k8s/tree/main/config/recipes/istio-gateway[Expose Elasticsearch and Kibana using Istio ingress gateway] +* link:https://github.com/elastic/cloud-on-k8s/tree/main/config/recipes/logstash[Using Logstash with ECK] +* link:https://github.com/elastic/cloud-on-k8s/tree/main/config/recipes/maps[Expose Elastic Maps Server and Kibana using a Kubernetes Ingress] +* link:https://github.com/elastic/cloud-on-k8s/tree/main/config/recipes/psp[Secure your cluster with Pod Security Policies] +* link:https://github.com/elastic/cloud-on-k8s/tree/main/config/recipes/traefik[Use Traefik to expose Elastic Stack applications] + +WARNING: Compared to other configuration examples that are consistently tested, like <<{p}-elastic-agent-fleet-configuration-examples,fleet-managed Elastic Agent on ECK>>, <<{p}-elastic-agent-configuration-examples,standalone Elastic Agent on ECK>>, or <<{p}-beat-configuration-examples,Beats on ECK>>, the recipes in this section are not regularly tested by our automation system, and therefore should not be considered to be production-ready.