Knative – Kubernetes-based platform to manage modern serverless workloads
11–20 of 168 posts
Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#12I 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
It's an abstraction layer being developed above both of Kubernetes and Istio.
Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#13Thanks to everyone who played a part of this! The Google team is also watching this thread. Happy to answer any questions people have.
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].
Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#14Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#15I 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?
Solving those problems can't be done entirely at the layer in which Knative is developing -- some changes will need to turn up in Kubernetes (node-local caching awareness) and Istio (workload/node-aware routing).
Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#16Thanks 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
#17Thanks 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
#18I 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
Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#19Re: Knative – Kubernetes-based platform to manage modern serverless workloads
#20I 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?
I expect that some of this will end up upstreamed into Kubernetes proper if it's broadly useful (autoscaler work, to pick an example), but this is still super early so let's see what people want.
And yes, we're documenting the control plane APIs, the data plane requirements, and the contract for serverless container environments, with the hope that they can be reimplemented consistently wherever needed.
One of the explicit goals is workload portability, so separating spec from implementation is critical.