Replies: 1 comment 1 reply
-
I think you would be interested in the operator that I'm working on for Porter. The operator executes a bundle inside a kubernetes job based on a CRD representing the installation. It's not completed yet, but it sounds like this would work well for you once it's finished. Right now it only executes bundles, it doesn't build and publish bundles, though I'd like to see that too. Currently, the installation custom resource (here's an example) is imperative (i.e. you tell it which action to run), I'm still working on desired state, where it reconciles the requested state in the custom resource against the state in Porter's database. I would love help with the operator's design and implementation if you are interested! If the operator isn't a good fit for you right now, I just updated the documentation for the docker image and manifests that I'm using in the operator to run porter in a pod |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am new to porter and still in the trial mode. I want to Author a Porter Bundle Run it in the Context of a Kubernetes POD (Well, to be more precise, an Argo Workflow, but an Argo Workflow schedules a Set of Kubernetes PODs.).
I have the following Questions:
Beta Was this translation helpful? Give feedback.
All reactions