nephio-project / nephio

Nephio is a Kubernetes-based automation platform for deploying and managing highly distributed, interconnected workloads such as 5G Network Functions, and the underlying infrastructure on which those workloads depend.
Apache License 2.0
93 stars 52 forks source link

Implement evaluation of kpt functions outside of k8s cluster #609

Open liamfallon opened 2 months ago

liamfallon commented 2 months ago

Original issue URL: https://github.com/kptdev/kpt/issues/3278 Original issue user: https://github.com/mortent Original issue created at: 2022-05-27T22:57:06Z Original issue last updated at: 2022-05-27T22:57:06Z Original issue body: For functions that cannot be evaluated inside a cluster safely, implement mechanism to execute them safely out of cluster.

We have implemented the gRPC function runner that allows for running functions in separate pods: https://github.com/GoogleContainerTools/kpt/pull/2711

Original issue comments: