Thanks to everyone who played a part of this! The Google team is also watching this thread. Happy to answer any questions people have.
Knative – Kubernetes-based platform to manage modern serverless workloads
21–30 of 168 posts
Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#22I am glad to see attempts at making a high-level platform. However, I feel like it will be too opinionated for many to pick Istio and solve build and FaaS all at once. Will there be some push-down of some of the functionality into Kubernetes? Will any of this turn into specification with alternative implementations?
Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#23Thanks to everyone who played a part of this! The Google team is also watching this thread. Happy to answer any questions people have.
This looks really cool, I'll definitely be looking into it more closely when I get a chance. Obviously this is a conflict of interest for Google, but just curious if you know of any plans in the works for being able to run this on AWS EKS? It's the obvious omission from the list of supported clouds on the installation page[0]. [0] https://github.com/knative/docs/tree/master/install
Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#24I kinda have a hard time understanding what it is ... is it kinda a 'glue' layer between Kubernetes and istio ? Can somebody give us a 2 sentences explanation? please and thank you
You have source code. You want a simple way to turn it into running functions and apps, with eventing support, with clever routing and rollout capabilities, without lifting a finger. It's an abstraction layer being developed above both of Kubernetes and Istio.
Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#25I'm a bit confused about the "eventing" application. Is it a message bus like NATS? a persistent event log like Kafka? or is it an adapter that allows applications to interact with both?
Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#26Earlier quoted context omitted.
You have source code. You want a simple way to turn it into running functions and apps, with eventing support, with clever routing and rollout capabilities, without lifting a finger. It's an abstraction layer being developed above both of Kubernetes and Istio.
ahh so you just worry about your business logic, which will be a bunch of 'functions', and knative will take care of routing, deployment, load etc. ?
Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#27Thanks to everyone who played a part of this! The Google team is also watching this thread. Happy to answer any questions people have.
It's been a really interesting experience. Google's position as a catalyst made this level of cooperation possible.
Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#28Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#29Why would you use something like this over, say, Google App Engine Flex?
Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#30Why would you use something like this over, say, Google App Engine Flex?