Questions tagged [knative]

Questions relating to http://knative.dev/ open source kubernetes-based platform to deploy and manage modern serverless workloads.

Questions relating to http://knative.dev/ open source kubernetes-based platform to deploy and manage modern serverless workloads. This may include commercial implementations such as

  1. Red Hat's OpenShift Serverless Architecture.
  2. IBM Knative.
  3. Google Cloud Run.
202 questions
0
votes
1 answer

knative 0.4 Serving - Revisions name

Is it possible to set a revision name? When I create a service it create a configuration and a revision, but the revision name has a "random" suffix that makes it difficult to track the revision order.
Jxadro
  • 1,497
  • 2
  • 16
  • 36
0
votes
1 answer

Knative pod http request

When I make request for this started server: https://gist.github.com/Rasarts/1180479de480d7e36d6d7aef08babe59#file-server I get right response: { "args": {}, "headers": { "Accept-Encoding": "gzip", "Connection": "close", "Host":…
0
votes
0 answers

How to access Knative build logs on minikube?

I installed Knative on minikube using the instructions from Knative's documentation. Then I tried to get their Springboot build example running. How do I see the logs? It says to use "logs jib", but I tried kubectl logs jib and minikube logs jib…
Quartz
  • 1,731
  • 1
  • 14
  • 17
-1
votes
1 answer

Are there any plans to implement multi-container workflows?

Creating reusable, containerised microservices is great for EDA but networking and data sharing can be costly compared to a monolithic app. A great solution would be to run a workflow on a single pod composed of these microservice containers,…
-1
votes
1 answer

Can not delete question, that turned out to be wrong

Update: This was not Flutter, is is a network issue! I can not delete this question.
Chris G.
  • 23,930
  • 48
  • 177
  • 302
-1
votes
1 answer

Google cloud run sudden latency spikes and container instance time increase

We are having recurring problems with our container instances with python running on cloud run. We currently have 20 services deployed, which run fine weeks at a time and then get sudden spikes in request latency as well as ping checks failing and…
Andreas
  • 1,421
  • 3
  • 16
  • 32
1 2 3
13
14