aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-08-05 06:10:47 +0200
committerStaffan Olsson <staffan@repos.se>2017-08-05 06:10:47 +0200
commit8f637b7385ce3d1e4737fdb8c34801f10e49b2ae (patch)
treee2b794755263ca2b5b41d6d38ae0e29b1cb9db37 /README.md
parent35974266ae938856f3a254b12308b1a99e67e5e7 (diff)
downloadkubernetes-kafka-8f637b7385ce3d1e4737fdb8c34801f10e49b2ae.tar.gz
kubernetes-kafka-8f637b7385ce3d1e4737fdb8c34801f10e49b2ae.tar.bz2
kubernetes-kafka-8f637b7385ce3d1e4737fdb8c34801f10e49b2ae.zip
Recommends that you create rbac
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9853d12..e0cdf91 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,13 @@ For clients we tend to use [librdkafka](https://github.com/edenhill/librdkafka)-
To use [Kafka Connect](http://kafka.apache.org/documentation/#connect) and [Kafka Streams](http://kafka.apache.org/documentation/streams/) you may want to take a look at our [sample](https://github.com/solsson/dockerfiles/tree/master/connect-files) [Dockerfile](https://github.com/solsson/dockerfiles/tree/master/streams-logfilter)s.
Don't forget the [addon](https://github.com/Yolean/kubernetes-kafka/labels/addon)s.
+## RBAC
+
+For clusters that enfoce [RBAC](https://kubernetes.io/docs/admin/authorization/rbac/) there's a minimal set of policies in
+```
+kubectl apply -f rbac-namespace-default/
+```
+
# Tests
```