Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to deploy a Helm 3 chart using C#

What is the best way to deploy a Helm chart using C#? Helm 3 is written in go and I could not find a C# wrapper, any advise on that? Thank you.

like image 243
Florian Boehmak Avatar asked Nov 29 '25 02:11

Florian Boehmak


1 Answers

Helm is written in Go so unless you want to get incredibly fancy your best bet is running it as a subprocess like normal. A medium-fancy solution would be using one of the many Helm operators and then using a C# Kubernetes api client library to set the objects.

like image 131
coderanger Avatar answered Dec 01 '25 16:12

coderanger



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!