András Czigány

Results 23 comments of András Czigány

Going further along this idea, would it be even more beneficial/flexible if someone could also define other resources like istio VirtualService or DestinationRule for every function? So basically defining a...

> I use the helm chart to deploy the funtion with istio gateway and virtservice :) Sure that is also a way of doing this. The question is which is...

On a side note it would be also great if Kubeless itself could be installed via a Helm chart. Currently I wrote a script which converts the released manifest yaml...

It seems the helm integration would not be too hard: https://helm.sh/docs/topics/advanced/#go-sdk

I updated the description of this Issue to reflect the further ideas mentioned here. I will raise separate issues for Helm chart deployment of Kubeless and other related things.

Sure trigger controllers are doing what you are suggesting. But HPA is implemented inside the function controller. It seems this is not so clear cut. I do feel though that...

Thanks for the responses, I am already learning new things here, like OwnerReferences. > It should be possible to add new entities (like podDisruptionBudget) without modifying the function controller. HTTPTrigger...

I have just found two projects which might be of interest in relation with this discussion: - https://kubebuilder.io/ - https://operatorframework.io/

What error can happen there actually? As I see the writer itself is created just before, which is a buffer/base64encoder/flateWriter chain. It is pretty weird that a function which returns...