DevOps by Default Blog

Posts tagged "Deployment"

Clear

2 articles

Production Kubernetes Deployments with Helm

GOTRS 0.5.1 shipped with a production-ready Helm chart. Here’s what went into making it robust. The Problem We started with Kustomize manifests in a k8s/ directory. They worked for simple deployments but became unwieldy as configuration options grew. Database selection, replica counts, …

Read more

GitOps with ArgoCD: Making Kubernetes Declarative

After years of imperative deployment scripts and kubectl commands in CI pipelines, we adopted GitOps. The shift was more cultural than technical, and the benefits exceeded expectations. The Problem Deployment scripts grew organically. Each application had slight variations. Some used Helm, others …

Read more