python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Create kubernetes events using kubernetes event api
I am pretty new in the kubernetes field, and have specific interest in kubernetes eventing. What I did was creating a K8 cluster, assign PODs to that cluster, and type kubectl get events command to ...
Joyanta Biswas Mishu
Votes: 0
Answers: 2
Can Knative always start pods for each incoming request?
We want to build a simplified job/task processing system based on Kubernetes. We thought about using Knative and its eventing features. However, one requirement is to execute each task/job isolated in...
Michael Wurster
Votes: 0
Answers: 2
How to consume events from a different namespace with knative?
What is the minimum required setup to consume events from a different namespace with knative?
I have the following setup, and it doesn't work.
My Broker in ns-a:
apiVersion: eventing.knative.dev/v1
ki...
TimarTimar
Votes: 0
Answers: 1
Can Temporal workflow handle/manage serverless workloads?
I just started looking at Temporal and it looks like a great way to orchestrate microservices. I have knative & cloudrun based microservices in my project and I would like to adapted Temporal to o...
RandomQuests
Votes: 0
Answers: 1