Skip to content

Commit

Permalink
Add recipes (elastic#5763)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaudazzi authored and fantapsody committed Jan 3, 2023
1 parent f7bf28c commit 1ca2c52
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ endif::[]
- <<{p}-maps>>
- <<{p}-enterprise-search>>
- <<{p}-beat>>
- <<{p}-recipes>>
- <<{p}-securing-stack>>
- <<{p}-accessing-elastic-services>>
- <<{p}-customize-pods>>
Expand All @@ -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]
Expand Down
19 changes: 19 additions & 0 deletions docs/orchestrating-elastic-stack-applications/recipes.asciidoc
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 1ca2c52

Please sign in to comment.