Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.82 KB

kubeflix.adoc

File metadata and controls

48 lines (35 loc) · 1.82 KB

Deploy Kubeflix

Kubeflix provides Kubernetes integration with Netflix open source components such as Hystrix, Turbine and Ribbon.

Specifically it provides:

  • Kubernetes Instance Discovery for Turbine and Ribbon

  • Kubernetes configuration and images for Turbine Server and Hystrix Dashboard

kubeflix

Deploy using oc CLI

Execute:

$ oc create -f http://central.maven.org/maven2/io/fabric8/kubeflix/packages/kubeflix/1.0.17/kubeflix-1.0.17-kubernetes.yml
$ oc new-app kubeflix
$ oc expose service hystrix-dashboard --port=8080
$ oc policy add-role-to-user admin system:serviceaccount:helloworld-msa:turbine

Enable the Hystrix Dashboard in the Frontend

Execute:

$ oc env dc/frontend ENABLE_HYSTRIX=true