From the course: DevOps Tips

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Transitioning to serverless

Transitioning to serverless

From the course: DevOps Tips

Start my 1-month free trial

Transitioning to serverless

- [Instructor] Serverless computing has been a popular topic over the past few years, and to be honest with you, I believe the hype. I'm certain that serverless applications will eventually become the norm for compute-based workloads. But unfortunately, most of us won't be starting from scratch. We'll be trying to figure out how to re-architect the workloads we're currently managing so they fit a paradigm where the focus is almost entirely on the code. Let's go over a few ways we can transition to using a serverless approach. First, ask yourself the question, why serverless? Cost could be one reason. In most cases, serverless computing is substantially cheaper than a virtual machine running 24 hours a day, seven days of the week. Another reason could be to minimize operations. Serverless really means that there are servers somewhere, but you don't have to manage them. And yet another reason could be using serverless to…

Contents