c.im is one of the many independent Mastodon servers you can use to participate in the fediverse.
C.IM is a general, mainly English-speaking Mastodon instance.

Server stats:

2.8K
active users

#helm

11 posts11 participants0 posts today

Thank y'all for the first day of #Rejekts2025 with great talks and inspiring conversations!

I am excited that I got a spot for the #LightningTalk​s.
Looking forward to present you #Kubenix a tool leveraging #NixOS modules to declare #K8s workloads fully declarative.
I will also show how its #Helm integration essentially bridges the #CloudNative and #Nix ecosystem effectively, while offering additionally type safety.

See you at 18:15 in the hall #TheNash!

Шаблонизируй это

Насколько я понимаю в Гугле 200M+ строчек кода написано на Borgcfg/GCL. Нечто похожее но может быть в меньших масштабах происходит в любой крупной компании. На самом деле эта проблема была решена 40 лет назад Unix хакерами из Bell Labs. Давайте посмотрим как ее можно решить используя только стандартные инструменты Unix.

habr.com/ru/articles/892672/

ХабрШаблонизируй этоНасколько я понимаю в Гугле 200M+ строчек кода написано на Borgcfg/GCL. Нечто похожее но может быть в меньших масштабах происходит в любой крупной компании. Архитекторы Borg и K8s что управление...

Продвинутый CI/CD или как реализовать динамические Feature стенды

Многие разработчики стремятся протестировать свои изменения перед развертыванием в стабильные среды: prod , dev или staging . Первое, что приходит на ум — написание тестов. Однако, как показывает практика, времени на создание качественных тестов часто не хватает. В таких случаях логичное решение — настройка деплоя для отдельных веток. Хотя эта идея кажется простой, ее реализация связана с рядом сложностей:

habr.com/ru/articles/892512/

ХабрПродвинутый CI/CD или как реализовать динамические Feature стендыМногие разработчики стремятся протестировать свои изменения перед развертыванием в стабильные среды: prod , dev или staging . Первое, что приходит на ум — написание тестов. Однако, как показывает...

Je ne suis pas d'Helm (je trouve que c'est rajouter une couche de complexité inutile à la complexité inutile de K8s). Heureusement, on peut tester les descripteurs qu'on génère grâce à ce plugin. Et en plus il semble exister une convention permettant d'avoir de la validation dans le YAML avec VSCode. github.com/helm-unittest/helm- #unit #test #kubernetes #continuousdeployment #qualité #helm #opensource #plugin

BDD styled unit test framework for Kubernetes Helm charts as a Helm plugin. - helm-unittest/helm-unittest
GitHubGitHub - helm-unittest/helm-unittest: BDD styled unit test framework for Kubernetes Helm charts as a Helm plugin.BDD styled unit test framework for Kubernetes Helm charts as a Helm plugin. - helm-unittest/helm-unittest

Flux monorepo layout

Flux, or FluxCD, is a "set of continuous and progressive delivery solutions for Kubernetes that are open and extensible" and is my preferred way to do "GitOps" in my Kubernetes clusters. I like Flux because it handles Helm extremely well (I'm a big fan of Helm) and allows me to have a simple fallback if something goes wrong. In this post, I will go through the process of

dustinrue.com/2025/03/flux-mon

dustinrue.comFlux monorepo layout – Dustin Rue
More from Dustin Rue
#colima#fluxcd#helm