Search Results for: serverless

Serverless at the Edge with Kenton Varda

Over the last decade, computation and storage have moved from on-premise hardware into the cloud data center. Instead of having large servers “on-premise,” companies started to

Serverless Containers with Sean McKenna

After two weeks of episodes about Kubernetes, our in-depth coverage of container orchestration is drawing to a close. We have a few more shows on the topic before we move on to cover

Serverless Applications with Randall Hunt

Developers can build networked applications today without having to deploy their code to a server. These “serverless” applications are constructed from managed services and

Serverless Scheduling with Rodric Rabbah

Functions as a service are deployable functions that run without an addressable server. Functions as a service scale without any work by the developer. When you deploy a function as a

Serverless Event-Driven Architecture with Danilo Poccia

In an event driven application, each component of application logic emits events, which other parts of the application respond to. We have examined this pattern in previous shows that