gardener / landscaper

Development of Landscaper - A deployer for K8S workloads with integrated data flow engine.
Apache License 2.0
56 stars 34 forks source link

Script/Golang Deployer #346

Closed schrodit closed 1 year ago

schrodit commented 3 years ago

How to categorize this issue?

/area deployers /kind enhancement /priority 4

What would you like to be added:

Some scenarios (image vector overwrite, machine image calucation) currently require blueprints that calculates some data with more logic than templates can offer. To support reusability one way is to offer such functionality as blueprint build with a container deployer. BUT using a container deployer has lot of overhead for development testing and execution which is most of the time unnecessary.

Therefore, we should offer an easy and lightweight possibility to run code in a deployer. Maybe only support for golang (or a binary) is enough for now.

Requirements:

In-Ko commented 3 years ago
achimweigel commented 1 year ago

@In-Ko closed because outdated and/or copied into internal project