aboutsummaryrefslogtreecommitdiff
path: root/logging/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'logging/README.md')
-rw-r--r--logging/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/logging/README.md b/logging/README.md
new file mode 100644
index 0000000..4cd2e6c
--- /dev/null
+++ b/logging/README.md
@@ -0,0 +1,21 @@
+First, install *local-path-provisioner*.
+
+Then:
+
+ kubectl create -f kube-logging.yaml
+ kubectl create -f elasticsearch-service.yaml
+ kubectl create -f elasticsearch-statefulset.yaml
+ kubectl create -f kibana.yaml
+ kubectl create -f fluentd.yaml
+
+To get some logging output:
+
+ kubectl create -f counter.yaml
+
+To fix broken config:
+
+ kubectl -n kube-system create configmap fluentd-config \
+ --from-file fluentd/kubernetes.conf \
+ --from-file fluentd/fluent.conf \
+ --from-file fluentd/systemd.conf
+