You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd love to try out alloy_ci . We run almost everything in kubernetes (incl. gitlab runner) and I think it would be awesome if there was a template / manifests to deploy alloy on kubernetes.
This would make trying it out for evaluation purposes much easier.
Have no strong opinions on how a k8s example templates should be packaged but these are some options that come to my mind:
simple k8s manifests in a directory in the repo. Usually this is copied into the own repo and some values in the manifest are adapted.
helm: personally not a big fan, but it's pretty popular in the community.
pulumi: create a pulumi npm package which contains a alloy_ci custom resource. I'm a fan and use it for most k8s things these days, but it's pretty new.
The text was updated successfully, but these errors were encountered:
hi @geekflyer, that is a magnificent idea! unfortunately I don't have the bandwidth to do this myself. If someone would like to pick this up, it would be a great first issue. Something not too complex, and straight forward to tackle, even with no knowledge of Elixir.
Hi,
It'd love to try out alloy_ci . We run almost everything in kubernetes (incl. gitlab runner) and I think it would be awesome if there was a template / manifests to deploy alloy on kubernetes.
This would make trying it out for evaluation purposes much easier.
Have no strong opinions on how a k8s example templates should be packaged but these are some options that come to my mind:
The text was updated successfully, but these errors were encountered: