Add existing public redis pod/service 49/54849/3
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:30:17 +0000 (23:30 +0000)
commit66cc1be27b7fbb27c01a726663e42608eb411672
treea6574d6dafd597d6e7d8345bc46555e3e5fe31f3
parent47a9670999787709416e3c3cbb1d2e6617c92f13
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>
clover/tools/yaml/redis.yaml [new file with mode: 0644]