Hands on Knative — Part 3
In Part 1, I talked about Knative Serving for rapid deployment and autoscaling of serverless containers. In Part 2, I talked about how to connect services in a loosely coupled way with Knative Eventing.
In third and last part of the series, I want to talk about Knative Build and show a few examples from my Knative Tutorial.
What is Knative Build? Knative Build basically allows you to go from source code to a container image in a registry.
Read More →