Netflix / Hystrix

Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
24.09k stars 4.7k forks source link

Will Hystrix be able to run as a component on K8S out of business? #2013

Open misteruly opened 3 years ago

misteruly commented 3 years ago

Will Hystrix be able to run as a component on K8S out of business?

daidai21 commented 3 years ago

I think so. You can try it. This is just like a normal Java project. You can using docker-jdk image build.