docs/code-samples/eventing/helloworld
Stavros Kontopoulos 802d268a73
Update golang images in code samples (#6117)
* Update golang images in code samples

* fix sampleconsistency test
2024-09-17 11:09:26 +00:00
..
helloworld-go Update golang images in code samples (#6117) 2024-09-17 11:09:26 +00:00
helloworld-python chore: multi-arch support with buildx in all Dockerfiles (#5273) 2023-09-06 13:28:13 +00:00
README.md Move code samples to GitHub (#4565) 2021-12-14 04:20:51 -08:00

README.md

Knative Eventing - Hello World app

Following examples include a simple web app written in the language of your choice that you can use to test knative eventing. It shows how to consume a CloudEvent in Knative eventing, and optionally how to respond back with another CloudEvent in the HTTP response.

We will deploy the app as a Kubernetes Deployment along with a Kubernetes Service. However, you can also deploy the app as a Knative Serving Service.

Prerequisites

  • A Kubernetes cluster with Knative Eventing installed.
    • If you decide to deploy the app as a Knative Serving Service then you will have to install Knative Serving.
  • Docker installed and running on your local machine, and a Docker Hub account configured (we'll use it for a container registry).