Add existing public redis pod/service 37/55037/1
authorEddie Arrage <eddie.arrage@huawei.com>
Wed, 4 Apr 2018 00:28:12 +0000 (00:28 +0000)
committerEddie Arrage <eddie.arrage@huawei.com>
Thu, 5 Apr 2018 23:39:15 +0000 (23:39 +0000)
commit10de001191d3d938898993f24c127d72c72d5b33
treeb0d09da66d030db48bf3117100f89d2b31ba806b
parent67b7fb49e6ea6ac9c2547af263355e5f1aeade42
Add existing public redis pod/service

- Use a community yaml for redis in k8s as simple data store
- Redis can be used for tracing and also by the snort-ids
to store alerts that can be processed by other services
- If flannel is used, the redis CLI can be accessed on the
host OS with redis-cli -h <flannel ip>
- Within the k8s cluster, the redis service can be accessed with
DNS using name 'redis'
- The same yaml for redis is also included in toplevel manifest for SDC
scenario. Included here if intention is to use separately (tracing
only)

Change-Id: Ibad283a4cc8938fe01f5de6b7743bdb5511be3af
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
(cherry picked from commit 66cc1be27b7fbb27c01a726663e42608eb411672)
clover/tools/yaml/redis.yaml [new file with mode: 0644]