Microservices-deployment-with-PaaS-Containers-and-Serverless-Platforms
Microservices-deployment-with-PaaS-Containers-and-Serverless-Platforms copied to clipboard
Transition to openwhisk not clear
I dont understand what happens in sudden jump in last scenario - what do we move out of weather service and why? it could have been an openwhisk action to send a notification or something...
For the last scenario, we trigger openwhisk to run the weather API for us. Therefore, the weather microservice is no longer needed. The original purpose of this app is to compare the pros/cons when using the weather API on monolithic app, microservice, and OpenWhisk.
Ok thanks. Can we have couple of lines in OpenWhisk explaining what`s happening. We should look at diagram and get it corrected if there are discrepancies. as you see from the diagram it was expecting two container microservices + 1 function. Letme change it.