Speaker: Ryan Knight
Principal Software Architect @GrandCloud
Find Ryan Knight at:
Workshop
Serverless (Knative)
For the past several years, Google has worked on and released several critical cloud-native platforms abstracting away more and more underlying infrastructure into well-defined processes that can work across different environments.
Atop of infrastructure is Kubernetes for container management. Followed by Istio to manage service to service communications. Now with Knative, a platform built atop of Kubernetes and Istio to build, deploy, and manage workloads.
In this talk, we will introduce Knative, how it works, and how to configure it to easily build and deploy Spring Boot microservices from source and spinning up microservice instances on-demand through Knative's serverless capabilities. Lastly, we’ll take a look at using function framework like Spring Cloud Function to build and deploy.