Hi, I'm Alex the OpenFaaS Founder.<p>I had this question today and it's been covered before, but a long time ago. So here's my latest and most up to date advice:<p>> When you look under the hood at an OpenFaaS function, you’ll find that it’s represented by a Kubernetes Service and Deployment object. That’s the same primitive that most Kubernetes users will be using to deploy just about anything they build to their cluster.<p>> So if a function is just a Kubernetes Deployment, how easy is it to deploy an existing container to OpenFaaS?