Update puppet.md (#4421)

fix tiny typo
This commit is contained in:
Sameer Vohra 2021-11-04 06:41:18 -05:00 committed by GitHub
parent f325f13fbb
commit c4fd6f1495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Knative Serving provides important infrastructure for Relay. It allows webhooks
Modern cloud-based applications deal with massive scaling challenges through several approaches. At the core of most of these is the use of containers: discrete computing units that run single applications, single services, or even just single functions. This approach is incredibly powerful, allowing services to scale the amount of resources they consume as demand dictates.
However, while all of this sounds amazing, it can be difficult to manage and configure. One of the most successful solutions for delivering this advanced architecture is Knative Serving. This framework builds on top of Kubernetes to support the deploying and management of serverless applications, services, and functions. In particular, Knative Services focuses on being easy to configure, deploy, and manage.
However, while all of this sounds amazing, it can be difficult to manage and configure. One of the most successful solutions for delivering this advanced architecture is Knative Serving. This framework builds on top of Kubernetes to support the deployment and management of serverless applications, services, and functions. In particular, Knative Services focuses on being easy to configure, deploy, and manage.
<h2 style="color:#0071c7;"> Workflow integrations</h2>