Add cluster-level logging overview

This commit is contained in:
Mik Vyatskov
2016-12-12 11:08:12 +01:00
parent 0ae94418ae
commit 69304ab37e
26 changed files with 157 additions and 257 deletions
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Pod
metadata:
name: counter
spec:
containers:
- name: count
image: ubuntu:14.04
args: [bash, -c,
'for ((i = 0; ; i++)); do echo "$i: $(date)"; sleep 1; done']