home.social

#helmchart — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #helmchart, aggregated by home.social.

  1. Thêm MCP server vào Kubernetes dễ dàng với Helm Chart! 🚀 Hỗ trợ stdio qua cầu nối nhỏ, cài đặt qua Helm + port-forward. Đồng thời cấu hình Codex remote và ví dụ Flux. Mình cần phản hồi về tính hợp lý của-defaults, capa test stade/ws/stdio, hoặc điểm bất rõ. #MCP #Kubernetes #HelmChart #SelfHosted #VietnameseTech #ServerSetup #MCPServer #K8s #DevOps

    reddit.com/r/selfhosted/commen

  2. Một Helm Chart mã nguồn mở mới đã ra mắt cho Filebrowser Quantum! Đây là giải pháp thay thế đáng chú ý cho Filebrowser đã ngừng hoạt động. Chart hiện ở bản beta v0.8.8, hỗ trợ cài đặt cơ bản và đã được thử nghiệm trên Openshift, Microk8s. Filebrowser Quantum đang nhanh chóng phát triển!

    #MãNguồnMở #HelmChart #FilebrowserQuantum #Kubernetes #opensource #SelfHosted

    reddit.com/r/opensource/commen

  3. I'm trying to deploy #nextcloud to my #kubernetes cluster using their official #HelmChart . I have a #zfs box, where all my important data lives. I planned to use the csi-nfs-driver to allocate some PVC via NFS. Apparently, there are problems with Nextcloud initializing on NFS backed PVC, because of permissions and rsync and what not. Enabling 'async' for my NFS shares isn't really something I want to do. :-/ There seem to be further problems with RWX volumes on NFS, which is bad for HA as well. Man, this is a headache. Has anybody solved this problem? Adding MinIO to my ZFS host is one option I see. But that adds a lot of complexity 😕
    #selfhosting #homelab #k8s

  4. For people running mastodon on Kubernetes with the #mastodon #helmchart, I've submitted the following PR github.com/mastodon/chart/pull to update your instance. Feel free to manually apply this patch and upgrade as. there was a security release yesterday #mastoadmin

  5. Знову треба було працювати із #HelmChart. З одного боку це засіб, який спрощує роботу з #kubernetes, але разом з тим наскільки ж багато проблем він додає.

    Сам синтаксис шаблону, як тільки він починає містити більше ніж дві умови - починає виглядати дуже страшно. І було б добре, якби не пропустив "-" біля "}}" наприклад, інакше помилку потім можна пів дня шукати.

  6. Tonight

    Set up a #kubernetes cluster on #digitalocean
    Installed #nginx controller and k8s dashboard
    Configured #seleniumgrid with #helmchart especially the hostname with #cloudflare dns and the extra environment variable on #chrome node for managed downloads.
    Finally tested with #mocha chai

  7. Tonight

    Set up a #kubernetes cluster on #digitalocean
    Installed #nginx controller and k8s dashboard
    Configured #seleniumgrid with #helmchart especially the hostname with #cloudflare dns and the extra environment variable on #chrome node for managed downloads.
    Finally tested with #mocha chai

  8. Got #MiniKube with the #MetalLB and #Ingress plugins, all good. However, I literally cannot figure out how to access my charts, containing #ClusterIP services with ingresses. If anyone has any ideas as to what I could try, all ears!

    Tried through tunnel, mapped the Minikube IP to the domain in /etc/hosts, MetalLB is configured to a free IP subrange of the MK address.

    Tried using #KVM but #Podman as well, rootless and not. Nothing seems to work.

    #K8S #Kubernetes #DevOps #K3S #Helm #HelmChart #KubernetesHelm #IngressNginx #NGINX

  9. Got #MiniKube with the #MetalLB and #Ingress plugins, all good. However, I literally cannot figure out how to access my charts, containing #ClusterIP services with ingresses. If anyone has any ideas as to what I could try, all ears!

    Tried through tunnel, mapped the Minikube IP to the domain in /etc/hosts, MetalLB is configured to a free IP subrange of the MK address.

    Tried using #KVM but #Podman as well, rootless and not. Nothing seems to work.

    #K8S #Kubernetes #DevOps #K3S #Helm #HelmChart #KubernetesHelm #IngressNginx #NGINX

  10. Got #MiniKube with the #MetalLB and #Ingress plugins, all good. However, I literally cannot figure out how to access my charts, containing #ClusterIP services with ingresses. If anyone has any ideas as to what I could try, all ears!

    Tried through tunnel, mapped the Minikube IP to the domain in /etc/hosts, MetalLB is configured to a free IP subrange of the MK address.

    Tried using #KVM but #Podman as well, rootless and not. Nothing seems to work.

    #K8S #Kubernetes #DevOps #K3S #Helm #HelmChart #KubernetesHelm #IngressNginx #NGINX

  11. @eliasp damn, really? Not even a shell can be used in this case then... thanks for the tips! You wouldn't happen to have the `LD_PRELOAD` hack at hand by any chance, would you?

    Or maybe you might know of a better way to map a hostname to the #minikube IP? Basically trying to test my #ingress configuration.

    #k8s #Kubernetes #Helm #HelmChart #DevOps

  12. Do you want Infrastructure as Code security? :kubernetes: :github: :microsoft:

    Do you use CodeQL to scan your code (which is, btw, free for open source code)?

    From today you can use to scan it, using a new open source package written by my team mate @geekmasher

    Scan , , , and , with more in progress.

  13. Sometimes I go back to work I’ve done & think: “How in the hell did I come up with that?!”

    Sometimes this is in a good way, sometimes in a bad way.

    Today’s find is in a good way. I forgot that I implemented a really nice method of automating my #Helm chart builds so that anytime an upstream change is made, it automatically publishes the changes downstream.

    My only problem? I forgot to #Document the damn thing, so I spent the past hour trying to figure out what I did.

    #HelmChart #Automation

  14. (The best part is this probably violates the #GDPR)

    It turns out that there is no way to disable the **OTHER** #analytics #spyware that @grafana adds to #Loki

    Start by adding `grafana-agent-operator.agent.enableReporting: false` to the last post. By default it installs and sets up the "Grafana Agent" and that flag must have slipped their minds in the release notes where this mess is nominally "documented". (Not in the docs. In the old *release notes*.)

    Doesn't matter. There is no way to add 'enableReporting: false' to the GrafanaAgent CR itself. (Yay for non-standardization of flags.)

    The "more fun" on this #privacy pile is in the same spot. It requests a LOT of permissions that look more related to their needs than mine: github.com/grafana/loki/blob/m

    It wants to scrape EVERYTHING. It wants to scrape stuff that I skip because its too noisy. What possible reason could the logger have for scraping ingress & cadvisor?

    #monitoring #prometheus #kubernetes #k8s #grafana #helmchart #telemetry

  15. Today's adventure in #darkpattern #surveillance comes from #Grafana #Loki. (Not a surprise, but this is why I run egress filters and dns #adblock in my #homelab clusters.)

    I know not everyone agrees that #optout #telemetry is a dark pattern, but you might agree with me about this one after you see it documented:

    > # -- Optional analytics configuration
    > analytics: {}

    Enlightening, isn't it? There are other empty blocks, but they are either fairly standard or are described elsewhere in the document.

    If you are familiar with #helm, you won't despair because you have the power of `analytics.enabled: false`. That works on the rest of this chart and is the standard way to en/disable things.

    It doesn't work that way.

    Let me save you some time with the terrible new #github code search. Here is the actual syntax:
    "analytics.reporting_enabled: false"

    This was caught by #adguard and enforced by an egress #networkpolicy

    #monitoring #prometheus #kubernetes #k3s #k8s #helmchart

  16. What do you use to deploy helm charts? When I have everything in terraform I stick to it, but for personal use I didn't want to have one big codebase and statefiles. So I'm using #helmfile

    blog.mariom.pl/posts/2023/03/h

    #blog #helm #helmchart

  17. I created helm chart for Kanboard![1] It's simple for now, maybe it will get more features later.

    If you don't know that is Kanboard take a look at their webpage [2] - I'm using it to track my personal tasks, especially recurring ones.

    [1] github.com/11mariom/kanboard-h
    [2] kanboard.org/

    #kanboard #helm #helmchart

  18. Can anybody recommend a tool/framework to test the templating of a #Helm Chart or Helm Library?

    I have two extensive Helm Libraries and want to add tests to catch any regressions that changes might create.

    The CT tool from the Helm project appears to only really do linting/testing of values, from what I can see?

    I’ve seen a couple of tools (unit test plug-in, and terratest), but real people giving opinions is always the best!

    #helmchart #Kubernetes #testing

  19. alright, self-hosters. I'm stuck looking at this mastodon . How does one obtain an OTP_Secret?

    github.com/mastodon/mastodon/b