zregvart commented on a change in pull request #387:
URL: https://github.com/apache/camel-website/pull/387#discussion_r438370225



##########
File path: content/blog/2020/06/camel-k-release-1.0.0/index.md
##########
@@ -0,0 +1,281 @@
+---
+title: "Camel K 1.0 is here"
+date: 2020-06-08T17:00:00+02:00
+authors: ["nicolaferraro"]
+categories: ["Releases", "Camel K"]
+preview: "What's new in the Camel K 1.0 GA release."
+---
+
+
+Apache Camel K has made a lot of progress since its inception and we're now 
proud to **announce the 1.0 release**.
+We've been working hard in the past months to add more awesome features to 
Camel K, but also to improve stability
+and performance. This post contains a list of cool stuff that you'll find in 
the 1.0 GA release.
+
+First of all, if you're living under a rock and it's the first time you hear 
about Camel K, 
+you can read some introductory blog posts here ([1 - introducing camel 
k](https://nicolaferraro.me/2018/10/15/introducing-camel-k/), [2 - camel k on 
knative](https://www.nicolaferraro.me/2018/12/10/camel-k-on-knative/))

Review comment:
       Would be cool to cross post this to Camel blog as well

##########
File path: content/blog/2020/06/camel-k-release-1.0.0/index.md
##########
@@ -0,0 +1,281 @@
+---
+title: "Camel K 1.0 is here"
+date: 2020-06-08T17:00:00+02:00
+authors: ["nicolaferraro"]
+categories: ["Releases", "Camel K"]
+preview: "What's new in the Camel K 1.0 GA release."
+---
+
+
+Apache Camel K has made a lot of progress since its inception and we're now 
proud to **announce the 1.0 release**.
+We've been working hard in the past months to add more awesome features to 
Camel K, but also to improve stability
+and performance. This post contains a list of cool stuff that you'll find in 
the 1.0 GA release.
+
+First of all, if you're living under a rock and it's the first time you hear 
about Camel K, 
+you can read some introductory blog posts here ([1 - introducing camel 
k](https://nicolaferraro.me/2018/10/15/introducing-camel-k/), [2 - camel k on 
knative](https://www.nicolaferraro.me/2018/12/10/camel-k-on-knative/))
+or look at the Apache Camel website that contains a [Camel K 
section](/camel-k/latest/)
+with a lot of material that is automatically generated from the [Github 
repository](https://github.com/apache/camel-k).
+
+## User experience
+
+Camel K development style is minimalistic: you need just to write a single 
file with your integration routes and you can immediately 
+run them on any Kubernetes cluster. This way of defining things is common to 
many FaaS platforms (although Camel K is not a proper FaaS platform, 
+but a lightweight *integration* platform) and it's technically difficult to 
provide IDE support, such as code completion and other utilities, 
+to developers.
+
+But now we've it. The integration tooling team has created some cool 
extensions for VS Code that make the development experience 

Review comment:
       Perhaps:
   ```suggestion
   But now we've have it. The integration tooling team has created some cool 
extensions for VS Code that make the development experience 
   ```




----------------------------------------------------------------
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.

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


Reply via email to