Apache Kafka channel install (#2194)

* Adding a section for the Apache Kafka Channel install

* Update docs/install/knative-with-any-k8s.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/install/knative-with-any-k8s.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

Co-authored-by: Sam O'Dell <31352624+samodell@users.noreply.github.com>
This commit is contained in:
Matthias Wessendorf 2020-02-11 23:18:22 +01:00 committed by GitHub
parent 5d2a9445eb
commit ebcd041173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 1 deletions

View File

@ -364,8 +364,23 @@ The following command installs an implementation of Channel that runs in-memory.
{{< /tab >}} {{< /tab >}}
{{% tab name="Apache Kafka Channel" %}}
1. First, [Install Apache Kafka for Kubernetes](../eventing/samples/kafka/README.md)
1. Then install the Apache Kafka Channel:
```bash
curl -L "https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/kafka-channel.yaml" \
| sed 's/REPLACE_WITH_CLUSTER_URL/my-cluster-kafka-bootstrap.kafka:9092/' \
| kubectl apply --filename -
```
To learn more about the Apache Kafka channel, try [our sample](../eventing/samples/kafka/channel/README.md)
{{< /tab >}}
<!-- TODO(https://github.com/knative/docs/issues/2153): Add more Channels here --> <!-- TODO(https://github.com/knative/docs/issues/2153): Add more Channels here -->
<!-- TODO: Kafka Channel -->
<!-- TODO: NATSS Channel --> <!-- TODO: NATSS Channel -->
<!-- TODO: GCP Pub/Sub Channel --> <!-- TODO: GCP Pub/Sub Channel -->