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)
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
k8s user container is getting shut down by envoy/istio sigterm without completing process
Envoy sending TERM signal and closing my application before the process completion. Increasing Drain Duration preventing the pod from going down after the completion.(its waiting for the grace duratio...
KarthiGuna
Votes: 0
Answers: 1
Knative services URLs
I'm currently evaluating Knative but I've definitely find no way to use path instead of subdomain in the URL for accessing service.
By default, when creating an service, the URL is made like this: htt...
Cédric
Votes: 0
Answers: 1
What is the knative's "mesh" gateway
I see that for every knative service, 2 VirtualService objects are created namely ksvc-ingress which has knative-serving/knative-ingress-gateway & knative-serving/knative-local-gateway gateways co...
Mukund Jalan
Votes: 0
Answers: 3