Home
Services
Approach
Case Studies
About
Blog
/
Blog Category
Development
Look how we turn our knowledge of software development into products that solves business needs.
Oleksandr Simonov
·
Sep 7, 2026
A golden path competes for adoption. That framing is the whole article, and most of the ways these projects fail come from forgetting it.
6
min read
Aug 31, 2026
The question is usually framed as a gap: you do GitOps, you run operators, so why is your infrastructure still described in Terraform modules instead of Kubernetes resources?
7
Aug 15, 2026
The Argo CD pullRequest generator watches a repository, creates an Application for every open pull request, and removes it when the pull request closes
Aug 10, 2026
Argo CD does one job and does it well. It takes the desired state declared in Git and makes the cluster match it. That job is narrow, well defined, and the project has been consistent about keeping it that way.
Apr 10, 2026
Discover how we solved persistent DNS synchronization issues in DigitalOcean. From manual record cleanup to official recognition—learn why Amoniac took ownership of the DigitalOcean External-DNS Webhook to provide reliable, "out-of-tree" automation for the Kubernetes community.
5
Dec 11, 2023
Tired of a "trash can" staging environment where one broken commit blocks the whole team? Discover how we use ArgoCD, CloudNativePG, and custom Kubernetes controllers to deploy isolated, production-like environments for every Pull Request with a single GitHub label.