refarch-cloudnative-netflix
refarch-cloudnative-netflix copied to clipboard
Reference application for deploying microservice-based applications onto IBM Bluemix, leveraging the Netflix OSS framework.
How is scaling out handled for each of these microservices for e.g entree microservice ? Don't see any reference or explanation of that in the reference architecture. Please advise. Thanks
What's the following line for in build-all.sh?: ----- #Optional overrides to allow for specific default branches to be used. DEFAULT_BRANCH=${1:-master} ------- As far as I understand, build-all.sh will call all...
In order to get the docker images built for all the microservices, we need to specify the -d param when calling build_all.sh. Documentation does not reflect so at the moment.