Addon: Kubeless serverless functions with PubSub#48
Closed
Conversation
Contributor
Author
|
I think 27e8829 should go into master if it works well. |
aa62d1f to
f5cdfff
Compare
to a service that produces fully qualified broker names. Based on https://github.com/kubeless/kubeless/issues/196#issuecomment-313843995.a
but note that this is a different namespace
Contributor
Author
|
Looks like development has stalled a bit for kubeless. https://github.com/openfaas/faas isn't using Kafka but is gaining a lot of attention. |
Contributor
Author
|
Based on vmware-archive/kubeless#196 (comment) I think we only need the |
Contributor
Author
|
There's Knative Eventing, and many more. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Quite astonishing when you see your happy hack .js execute on every message to a kafka topic! Thanks to Kubeless.
Depends on #52 so start with
kubectl apply -f 30bootstrap-service.yml. Based on vmware-archive/kubeless#196.Set up controller and test function using
kubectl apply -f addon-kubeless/.You don't need the
kubelessCLI to test this. See test-function-hello-pubsub.yml.