SignalFX to Present Serverless Architecture at @KubeSUMMIT | @SignalFX #CloudNative #Serverless #DevOps #AWS #Docker #Kubernetes

Using serverless computing has a number of obvious benefits over traditional application infrastructure – you pay only for what you use, scale up or down immediately to match supply with demand, and avoid operating any server infrastructure at all.

However, implementing maintainable and scalable applications using serverless computing services like AWS Lambda poses a number of challenges. The absence of long-lived, user-managed servers means that states cannot be maintained by the service. Longer function invocation times (referred to as cold starts) become very important to track, because they impact the response time of the service and will impose additional cost. Additionally, the transition to smaller individual components (much like breaking a monolithic application into microservices) results in a simpler deployment model, but makes the system as a whole increasingly complex.

read more