Deploy Knative functions as a developer
I’m new to DevOps and Platform Engineering. My team has tasked me with setting up a serverless solution in our k8s clusters. After looking through some options Knative came up and it works well with our existing istio setup.
I have no issue deploying simple stuff with a Knative Service resource but how would this be done by a developer? How would our client engineers deploy a serverless function without interacting with k8s?
---

