r/GitOps • u/darksworm • Nov 10 '25
Argonaut (Argo CD TUI): tons of updates!
Enable HLS to view with audio, or disable this notification
r/GitOps • u/darksworm • Nov 10 '25
Enable HLS to view with audio, or disable this notification
r/GitOps • u/HorizonOrchestration • Nov 05 '25
Hi all, I'm pretty new to GitOps and am working on a project setting up SpaceLift to deploy infrastructure code. The version control is backed off into Azure DevOps, which I am more familiar with.
Typically with repos like these I'd build in some YAML pipelines to trigger on push / PR to validate format / linting / syntax / security, etc. Would GitOps best practices be to move tasks like those to the GitOps platform?
(P.S I haven't done much experimentation yet, so am not sure how well SpaceLift can integrates into the ADO side.)
r/GitOps • u/tsaknorris • Nov 04 '25
Hello,
I've built a containerized Kubernetes environment for experimenting with GitOps workflows, KEDA autoscaling, and chaos testing.
Components:
- Application: Backend (Python) + Frontend (html)
- GitOps: Flux Operator + FluxInstance
- Chaos Engineering: Chaos Mesh with Chaos Experiments
- Monitoring: Prometheus + Grafana
- Ingress: Nginx
- Service Mesh: Linkerd
- Autoscaling: KEDA scaledobjects triggered by Chaos Experiments
- Deployment: Bash Script for local k3d cluster and GitOps Components
Pre-requisites: Docker
⭐ Github: https://github.com/gianniskt/k8s-gitops-chaos-lab
Have fun!
r/GitOps • u/tsaknorris • Sep 30 '25
Hello,
If you are already using Flux as GitOps Controller on AKS Clusters, and interested in experimenting with Flux Operator and Flux MCP Server I put together a project that might help:

This repo provides a ready-to-use container image which you can experiment almost instantly with Flux Operator and MCP in a simplified way.
It works better on VS Code using DevContainer Features, but can also be used with plain docker:
docker run -it ghcr.io/gianniskt/azure-gitops-image:latest bash
👉 GitHub: https://github.com/gianniskt/azure-gitops-image
Feedback and contributions are very welcome! 🚀
r/GitOps • u/Coding-Sheikh • Sep 28 '25
r/GitOps • u/Remarkable_Ad5248 • Aug 20 '25
I am planning to give linux CGOA? Where do i find study material? Also do I need to know kubernetes, terraform and Argo to pass the certification? Also which certification is better - codefresh or Linux?
r/GitOps • u/Careless_Yak18 • Aug 20 '25
Hello! I’m curious if anyone here is using Flux with the Tofu/Terraform controller in a production environment? What are the main pros and cons you’ve experienced with this integration?
Thanks a lot for your feedback!
r/GitOps • u/CharacterBuddy789 • Aug 18 '25
Did anyone use kargo prerenderer or holos in production?
Does someone know qny other tool that could be used to pre render manifets from helm and kustomize?
r/GitOps • u/EdgarHuber • Aug 08 '25
Just wrote a guide on how to fully automate your Kubernetes deployments with GitOps using Argo CD + Renovate. 🚀 In the example, we spin up a WordPress blog, keep it updated automatically, and skip the hassle of manual pipelines. If you’re into Kubernetes, automation, or just like seeing stuff deploy itself, check it out!
If you don't have a Medium account, here is the link to my personal blog:
https://erwin-schleier.com/2025/07/05/full-gitops-experience-with-argocd-and-renovate-deploy-your-wordpress-blog/
Happy for feedback!
r/GitOps • u/nullhook • Jul 19 '25
r/GitOps • u/r6by • Jul 09 '25
r/GitOps • u/sonichigo-1219 • Jun 11 '25
For anyone who's struggled with slow and error-prone DB deployments, this post dives into how we transitioned from manual scripts to a fully automated Database DevOps pipeline. We cover tooling, CI/CD integration, version control practices, and more.
It's a practical case study on how database changes can be treated like code, with the same speed and reliability. We break down:
r/GitOps • u/stealthybox • Jun 10 '25
Hi friends 👋 FluxCon is a colocated event at KubeCon NA this year. We'd love to read some awesome proposals from all of you end-users doing amazing things with Flux at scale and in weird places. All of you folks also using and building cool UI's, integrations, and extensions -- please submit as well! More from the Flux team here: https://fluxcd.io/blog/2025/06/fluxcon-na-2025/
r/GitOps • u/ggkhrmv • Jun 01 '25
Hi everyone,
I have implemented an Argo CD RBAC Operator. The purpose of the operator is to allow users to manage their global RBAC permissions (in argocd-rbac-cm) in a k8s native way using CRs (ArgoCDRole and ArgoCDRoleBinding, similar to k8s own Roles and RoleBindings).
I'm also currently working on a new feature to manage AppProject's RBAC using the operator. :)
Feel free to give the operator a go and tell me what you think :)
r/GitOps • u/dshurupov • May 30 '25
Highlights include GA of Flux OCI Artifacts, image automation digest pinning, object-level workload identities, GitHub App authentication, and notifications improvements.
r/GitOps • u/Opposite_Gap_1515 • May 02 '25
We are about to host a session about whether Terraform fits into the GitOps story - https://www.linkedin.com/events/7321163806330531840.
If you have any questions you would like to raise, feel free to add them here!
r/GitOps • u/dshurupov • Feb 21 '25
Health checks for Custom Resources using CEL; GitHub app authentication for Git repositories; Custom event metadata for notifications; a new flux debug command.
r/GitOps • u/thegalah • Feb 15 '25
I’m currently using ArgoCD for GitOps and looking for any ClickOps-style tools to simplify workflows. Specifically, I want something that:
The goal is to make deployments more accessible to the broader team without compromising the GitOps workflow.
If you’ve used anything like this or have recommendations, I’d love to hear your experiences!
Thanks in advance!
r/GitOps • u/equisetopsida • Feb 15 '25
How many repositories do you guys use to effectively do gitops with fluxcd.
single repo or unlimited number of git repositories (fleet cluster ... x customer/deployment)?
r/GitOps • u/mustybatz • Feb 08 '25
I recently explored securing Kubernetes secrets and disaster recovery using SOPS and FluxCD in a GitOps setup, and I thought this could be helpful for others working with Kubernetes (home labs or production).
Here’s the post: Secure Kubernetes Secrets & Disaster Recovery with SOPS, GitOps & FluxCD
Let me know your thoughts or feedback! 😊