wongnai / kube-slack

Kubernetes Slack Monitoring
MIT License
323 stars 59 forks source link

Deployment should be used instead of ReplicationController as example #6

Closed rimusz closed 7 years ago

rimusz commented 7 years ago

ReplicationController in kubernetes is kept as backwards compatibility, Deployment should be used in example not to confuse new comers to kubernetes.

Also you may reference in docs the Helm chart I created to install kube-slack to kubernetes https://github.com/clearbit/charts/tree/master/stable/kube-slack

And thanks for this project :)