serving
serving copied to clipboard
Kubernetes-based, scale-to-zero, request-driven compute
/area test-and-release ## Describe the feature Background: - The old Knative performance testing framework was based on Mako, which is not open to accept data from non-Google developers, making it...
/area autoscale ## Describe the feature Knative recently lacks a way to handle group-service(i.e. A and B are different knative services, which form a complex function. The requesting path is:...
/area API /area monitoring /kind spec ## Ask your question here: Hey folks! In my setup I'm using Argo Rollouts to rollout different applications. I combine it with ArgoCD as...
When pods are working hard, a scale down of a Service should not send kill signals to those pods, as it causes unnecessary overhead concerning setup/teardown and puts extra pressure...
Fixes #12634 ## Proposed Changes * Use max duration instead of time to first byte in timeout handler * add RevisionRequestStartTimeout field to use a first byte timeout for a...
/area monitoring ## Ask your question here: Is there a reason why the following two annotations aren't present on `activator`, `controller`, and `autoscaler`? ``` prometheus.io/port: 9090 prometheus.io/scrape: true ``` Am...
Fixes #11308 ## Proposed Changes * Adds e2e test for activation-scale (merged in #13136 ) * Test uses `initial-scale: 0` to avoid having to deploy a service and wait for...
## Ask your question here: I have a question regarding using Istio mTLS with Knative Serving. After enabling mTLS via the Istio operator, and configuring the AuthorizationPolicy outlined in the...
In what area(s)? > /area metrics The question is about the metrics system. Let's assume that: - there is only one autoscaler and an activator which regularly (1s) reports its...
Fixes # ## Proposed Changes * Add perf tests results to a community hosted influxdb * * **Release Note** ```release-note Save data from perf tests to create a dashboard. ```