home.social

#gitops — Public Fediverse posts

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

fetched live
  1. Tame microservice sprawl with an atomic app-of-apps pattern in ArgoCD v2.8+. One root Application renders a Kustomize overlay to define child Apps, with a sync policy for deterministic rollouts. Production-tested on K8s 1.24+. #gitops #app-of-apps #kustomize

    valtersit.com/vault/atomic-app

  2. I just launched a new project: renovate-operator

    A Kubernetes operator that deploys and manages Renovate Bot at scale! 🤖 Automate dependency updates across repos with scheduling, Git platform discovery and Helm/Kustomize support. Open source & community-driven.

    Would be happy to get some feedback, boost is also welcome :mastolove:

    github.com/thegeeklab/renovate #K8s #Kubernetes #GitOps #opensource #renovatebot

  3. HomeLab com Argo CD

    online, quarta-feira, 19 de agosto às 18:00 BRT

    Continuamos o reboot do projeto LHCInfra!

    Um projeto aberto e colaborativo para quem quer estudar, testar e dominar os conceitos de GitOps e Homelab.

    O que faremos nesta etapa: Vamos colocar a mão na massa para realizar uma limpeza na infraestrutura atual e atualizar os scripts de instalação e configuração de um ambiente do zero.

    Objetivo desta edição: Instalar e configurar o Argo CD, consolidando a nossa estrutura para gerenciar o Homelab do hackerspace via GitOps de forma totalmente aberta e colaborativa.

    Projeto: https://github.com/lhc/infra

    eventos.lhc.net.br/event/homel

  4. Flux now has ignore rules, a way to allow certain parts of your deployment to drift while everything else is continuously reconciled. This gives us much more flexibility in how we use external factors like controllers and operators with our deployments.

    Looking forward to exploring this new feature soon!
    #CloudNativeAmbassador #MVPBuzz #GitOps
    #PowerOfSharing

    fluxcd.io/blog/2026/08/ignore-

  5. Don't miss GitOps in Practice with speaker Ben Hooper at #techbash 2026 in October.

    View the full schedule and register today! techbash.com/schedule

    #git #gitops #deployment #devops #devconference #kalahari #poconos

  6. Расширяем границы ArgoCD: Использование Helmfile и Helmwave

    Хочу поделится с более конкретным примером и подробным описанием настройки плагинов для ArgoCD чем это описано в их офф документации.

    habr.com/ru/articles/1065798/

    #argocd #devops #gitops

  7. There’s a runbook running against your production right now.

    You didn’t write it. You didn’t review it. You can’t see it.

    Your vendor shipped it as an AI agent skill - their opinion of what’s broken and what to do about it, executing on your infra. It came with an install command, not a pull request.

    I read what a dozen vendors shipped. Six ways it breaks in prod. Six questions to ask before you turn it on.

    devops.pink/the-runbook-you-di

    #DevOps #PlatformEngineering #SRE #GitOps #AIAgents

  8. The FluxCD webhook pattern (image repo → webhook → Flux reconciliation) is genuinely changing how we think about CI/CD. No more polling loops, no more 'wait for CI to finish' - the image registry becomes the event source. Combined with image update automation and policy gating, it's a clean declarative pipeline. #GitOps #FluxCD #Kubernetes #DevOps #CI/CD

  9. The FluxCD webhook pattern (image repo → webhook → Flux reconciliation) is genuinely changing how we think about CI/CD. No more polling loops, no more CI wait states. Image lands → webhook fires → cluster reconciles in seconds. Git stays the single source of truth. This is the pattern more homelabs should adopt. #GitOps #FluxCD #Kubernetes #Homelab #DevOps #CI/CD

  10. Continuamos o reboot do projeto LHCInfra!
    Segunda-feira às 18:00 horas Online.

    Um projeto aberto e colaborativo para quem quer estudar, testar e dominar os conceitos de GitOps e Homelab.

    O que faremos nesta etapa: Vamos colocar a mão na massa para realizar uma limpeza na infraestrutura atual e atualizar os scripts de instalação e configuração de um ambiente do zero.

    Objetivo desta edição: Instalar e configurar o Argo CD, consolidando a nossa estrutura para gerenciar o Homelab do hackerspace via GitOps de forma totalmente aberta e colaborativa.

    Projeto: github.com/lhc/infra

    Link com detalhes: eventos.lhc.net.br/event/homel

    #hackerspace #homelab #infra #k3s #gitops #devops #iac #argocd

  11. The GitOps vs CI/CD debate for homelab is settling: CI builds/tests, GitOps deploys. The key insight - Git becomes the deployment log, not just source control. Image tags in Git = instant rollback, audit trail, and declarative intent. Flux image automation + Kustomize overlays = clean separation of concerns. #Homelab #GitOps #Kubernetes #FluxCD #DevOps

  12. Introducing ForkMesh World 🌿

    See the live status of your mirror nodes, chat with others working across the codebase, and drop into an office to pair, troubleshoot, or build together.

    A shared digital garden for distributed teams. forkmesh.com/world

    #ForkMesh #ForkMeshWorld #OpenSource #FOSS #Fediverse #Federated #Decentralized #SelfHosted #DevTools #Developers #Coding #Collaboration #PairProgramming #RemoteWork #DistributedTeams #Git #GitOps #Cloudflare #DigitalGarden #SocialCoding

  13. Been thinking about the tradeoff between GitOps (ArgoCD/Flux) and traditional CI/CD for homelab. GitOps wins for audit trail and declarative state, but the feedback loop is slower. My current sweet spot: CI builds and pushes images, GitOps handles deployment to k3s. Quick iteration in CI, reliable state in Git. #Homelab #GitOps #Kubernetes #DevOps #CI/CD

  14. Automating Infrastructure-as-Code deployments with Kubernetes and GitOps. The key is infrastructure state management + declarative policies. CI/CD pipeline: lint → test → deploy to staging → promote to production. Essential tools: Kustomize, Helm, ArgoCD, and Flux. #Infrastructure #DevOps #DevSecOps #K8s #CI/CD #Automation #Infrastructure #DevOps #GitOps #Kubernetes #DevSecOps #Automation #Infrastructure #DevOps #Kubernetes #GitOps #DevSecOps #Automation

  15. Начал раздавать бесплатные поддомены на fluxcast.dev и погряз в войне с DNS, гитом и сертификатами

    Недавно я зарегистрировал fluxcast.dev и понял, что основной домен простаивает без дела. Рассказываю, как я написал свой реестр бесплатных поддоменов на Python через PR на GitHub и с какими подводными камнями DNS, Cloudflare и Git столкнулся.

    habr.com/ru/articles/1062462/

    #python #dns #github #cloudflare #opensource #domains #subdomain #gitops #devops #foss

  16. Need custom templating in ArgoCD? Config Management Plugins run as sidecar containers to process manifests with Jsonnet, Kustomize plugins, or proprietary engines. Configure via ConfigMap with commands and env vars. ArgoCD v2.1+. Details: #gitops #argocd #cmp

    valtersit.com/vault/argocd-con

  17. The migration from Docker Compose to k3s is complete. What took months of gradual migration now runs on a 3-node cluster with proper rolling updates, secrets management, and GitOps via ArgoCD. The operational overhead is actually *lower* now - declarative state means no more "works on my machine" drift. #HomeLab #Kubernetes #k3s #GitOps #DevOps

  18. Spent the weekend migrating my homelab from Docker Compose to Kubernetes (k3s). The learning curve is real, but declarative config + self-healing + GitOps with ArgoCD is a game changer. The cluster now recovers from node failures automatically. #HomeLab #Kubernetes #DevOps #SelfHosted #GitOps

  19. Your CI runner has direct kubectl access to production. One compromised token and your cluster is gone. ArgoCD's pull-based GitOps model eliminates that risk entirely. Here's the architecture shift that secures your deployments. #GitOps #ArgoCD #Kubernetes #DevSecOps

    valtersit.com/guides/gitlab/gi

  20. Зачем я тащу Terraform в Kubernetes: GitOps-стенд на Flux CD и Tofu Controller

    Последние несколько месяцев я пристально слежу за тем, как растет и меняется Flux CD. Для тех, кто с ним еще не сталкивался: Flux CD — это набор GitOps-контроллеров для Kubernetes. Он непрерывно следит за Git-репозиторием и приводит кластер к тому состоянию, которое там описано — ставит Helm-чарты, применяет Kustomize-оверлеи, подтягивает образы и секреты. Git становится единственным источником правды, а любое изменение инфраструктуры превращается в коммит: его можно отревьюить, откатить и проследить по истории. Flux хорош модульностью. Это не монолит, а набор небольших контроллеров — source-controller, kustomize-controller, helm-controller и другие, — каждый решает свою узкую задачу и расширяется через CRD. Благодаря этому экосистема легко прирастает сторонними контроллерами. Один из них, Tofu Controller, и станет героем этой статьи.

    habr.com/ru/companies/basis/ar

    #fluxcd #terraform #kubernetes #git #gitops #инфраструктура #basis_dynamix #helm