christophd commented on a change in pull request #640:
URL: https://github.com/apache/camel-website/pull/640#discussion_r719643273



##########
File path: content/blog/2021/09/managing-kamelets-with-kn/index.md
##########
@@ -0,0 +1,200 @@
+---
+title: "Managing Kamelet event sources with kn"
+date: 2021-09-30
+draft: false
+authors: [christophd]
+categories: ["Kamelets", "Camel K"]
+preview: "How to use the Knative Kamelet event source plugin"
+---
+
+The latest community version of the [Knative 
client](https://github.com/knative/client) v0.26 includes a new kn plugin for 
managing Kamelets as Knative event sources (GitHub: 
[knative-sandbox/kamelet-plugin-source-kamelet](https://github.com/knative-sandbox/kn-plugin-source-kamelet)).
 With the new plugin users of the kn tooling can directly list the available 
Kamelet sources and bind these Kamelets to Knative resources such as brokers, 
channels or services.
+
+The Kamelets facilitate a whole new world of event source possibilities 
allowing users to connect to external services (AWS, Twitter, Telegram, 
Postgres) as part of Knative eventing.
+
+## Kamelets - what is this?
+
+Kamelets (Kamel route snippets) introduce a new concept in [Apache 
Camel](https://github.com/apache/camel) that allows users to connect to 
external systems via a simplified ready-to-use connectors, hiding all the low 
level details about how those connections are implemented.

Review comment:
       yes right




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to