ewolff / microservice-kubernetes

Microservices example using Kubernetes
Apache License 2.0
209 stars 195 forks source link

microservices with eureka, zuul and hystrix in kubernetes #1

Closed babluchandran closed 7 years ago

babluchandran commented 7 years ago

Hi, Can we move and run the microservices sample(with eureka, zuul and hystrix) to kubernetes? Outside kubernetes environment we can use docker-compose.yml to run our microservices so link between applications can be given in the docker-compose.yml file. So, inside kubernetes environment can we use the same docker-compose.yml?

ewolff commented 7 years ago

This should be a ticket for https://github.com/ewolff/microservice .

However:

ewolff commented 7 years ago

Please reopen in https://github.com/ewolff/microservice . If you have a PR to implement this, I would welcome it.