×

Get the eBook

First Name
Last Name
Company
Job Title
Country
State
Phone Number - optional
Email Consent
Phone Consent
Thank you!
Error - something went wrong!
   

Getting Started with Knative

February 14, 2019
While Kubernetes is a great platform for running and managing containers, the job of building, deploying, and managing serverless applications is best suited for Knative. This practical ebook shows developers and operators new to Knative how to use this open source project in conjunction with Kubernetes. You'll learn how to create and run code with Knative and how to integrate this platform into your production environment.
 
Throughout this ebook, Bryan Friedman and Brian McClain from Pivotal explore serverless architecture patterns using examples of self-service use cases. Whether you're planning to use Kubernetes or have begun to run it in production, this ebook will help you understand how Knative and each of its components will work in your system. Code samples are available on GitHub, and prebuilt container images are available on Docker Hub.
  • Dive into Knative's three key components: serving, building, and eventing
  • Deploy and serve applications and functions with the Knative Serving module
  • Compile and package code as containers with Knative Build 
  • Create a rich, robust event-driven architecture with Knative Eventing
  • Explore advanced topics such as creating your own event source and using build templates
  • Put everything together to build a sample service for visualizing earthquake activity
Previous
Out-of-the-Box Application Observability with Spring Boot & Pivotal Cloud Foundry
Out-of-the-Box Application Observability with Spring Boot & Pivotal Cloud Foundry

How to monitor your app and keep it healthy using platform metrics and application metrics.

Next
Root Cause of an Application Outage on Kubernetes, and How We Fixed It
Root Cause of an Application Outage on Kubernetes, and How We Fixed It

A story of an outage one application took while running on Kubernetes, how we determined the root cause, an...