Skip to content

Commit 1e7d598

Browse files
committed
moving files around
1 parent 874129c commit 1e7d598

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

helm/README.md renamed to docs/operations/helm/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Helm
22

3-
This directory holds the values.yaml for deploying various pre-defined helm charts.
3+
The directory holds the values.yaml for deploying various pre-defined helm charts can be found in `k8s/helm/`
44

55
First off lets assume that helm has already been deployed.
66

@@ -99,6 +99,9 @@ Deploying the APM server using a custom values.yaml file would look like:
9999
helm upgrade -i -f values/apm-server.yaml --name apm-server --namespace test-es elastic/apm-server
100100
```
101101

102+
Like Kibana the APM server is configured without an ingress. This should not be exposed publicly, except in the case
103+
where you want to collect APM data from an application that's running outside of the k8s cluster.
104+
Even in that event, I would suggest, deploying that app to k8s instead.
102105

103106
## Beats
104107

@@ -109,3 +112,5 @@ helm upgrade -i -f values/filebeat.yaml --name filebeat --namespace test-es elas
109112
helm upgrade -i -f values/metricbeat.yaml --name metricbeat --namespace test-es elastic/metricbeat
110113
```
111114

115+
Metricbeat and filebeat are both configured by default to start pulling metrics/logs from the k8s cluster and ship to the local Elasticsearch instance.
116+
File renamed without changes.

0 commit comments

Comments
 (0)