Skip to content

Commit 23a231c

Browse files
committed
index updates for camel-k
1 parent 78e6141 commit 23a231c

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

documentation/modules/ROOT/pages/index.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
:!sectids:
44

55
****
6-
Serverless computing refers to the concept of building and running applications that do not require server management. It describes a finer-grained deployment model where applications, bundled as one or more functions, are uploaded to a platform and then executed, scaled, and billed in response to the exact demand needed at the moment”
6+
Deploying applications as Serverless services is becoming a popular architectural style. It seems like many organizations assume that _Functions as a Service (FaaS)_ is serverless. But we think it is more accurate to say that FaaS is one way to do serverless, not the only way. This raises a super critical question for enterprises that may have applications which could be monolith or a microservice: What is the easiest path to serverless application deployment?
77
8-
[.small.text-right]
9-
__**Source**__: https://www.cncf.io/blog/2018/02/14/cncf-takes-first-step-towards-serverless-computing/
8+
The answer is a platform that can run serverless workloads, while enabling you to have complete control how to configure, build, deploy and run. Ideally, the platform that supports deploying the applications as linux containers. In this chapter we introduce you to one such platform -- https://knative.dev[Knative] --, that helps you to run the serverless workloads in a Kubernetes-native way.
109
****
1110

1211
[.tiles.browse]
@@ -31,9 +30,9 @@ __**Source**__: https://www.cncf.io/blog/2018/02/14/cncf-takes-first-step-towar
3130
3231
ifndef::workshop[]
3332
[.tile]
34-
.xref:knative-tutorial-camelk:ROOT:index.adoc[Serverless Integration using Camel-K]
33+
.xref:knative-tutorial-camelk:ROOT:index.adoc[Apache Camel-K]
3534
* xref:knative-tutorial-camelk:ROOT:setup.adoc[Setup]
36-
* xref:knative-tutorial-camelk:ROOT:getting-started.adoc[Message Filter]
37-
* xref:knative-tutorial-camelk:ROOT:poll-enrich.adoc[Poll Enrich]
38-
* xref:knative-tutorial-camelk:ROOT:content-based-router.adoc[Content Based Router]
35+
* xref:knative-tutorial-camelk:ROOT:camel-k-basics.adoc#deploy-camel-k-kn-integration[Camel-K with Knative Serving]
36+
* xref:knative-tutorial-camelk:ROOT:camel-k-eventing.adoc[Camel-K with Knative Eventing]
37+
* xref:knative-tutorial-camelk:ROOT:camel-k-eventing.adoc#camel-k-es-sink[CamelSource to Sink]
3938
endif::[]

0 commit comments

Comments
 (0)