- Knative Serving for rapid deployment and autoscaling of serverless containers.
- Knative Eventing for loosely coupled, event-driven services.
- Knative Build for painless code-to-container-in-a-registry workflows.
serverless containers?
1 | apiVersion: serving.knative.dev/v1alpha1 |
First, a Knative service is created along with its pod. Second, a configuration is created to capture the current configuration of the Knative service. Third, a revision is created as a snapshot of the current configuration. Finally, a route is created to direct traffic to the newly created Knative service
这个是不是已经在k8s里面了?
1 | apiVersion: serving.knative.dev/v1alpha1 |