I am currently working on private cloud like AWS and I am using AWS lambda for serverless. This is very cool like framework that's why I did some researches to find open source alternatives. I came out with some names: OpenWhisk, OpenFaas. These frameworks use Docker to supervise containers in which code is executed. I am new with those technologies so I am still confused in some aspects.
Here is my point: I don't understand if these frameworks need to be used with a orchestartor like Kubernetes. If yes, how does it work with an orchestrator ?
If you have some information, links or documentations, it will be great !
Thank you very much.