Best of GitOpsAugust 2024

  1. 1
    Article
    Avatar of itnextITNEXT·2y

    GitOps: How We Integrate a New Service in Under 1 Hour for 25 Clusters!

    Integrating a new service at scale can be challenging, but using GitOps methodology with Argo CD simplifies the process. This comprehensive guide covers setting up an organization, inviting users, creating environments, integrating with Kubernetes, securing credentials with Azure Key Vault, and deploying through Helm charts. The automation minimizes errors and ensures a smooth integration of Otterize into your tech stack.

  2. 2
    Article
    Avatar of hnHacker News·2y

    miekg/gitopper: Gitops for non-Kubernetes folks

    Gitopper is a tool designed for non-Kubernetes environments to implement GitOps by monitoring a git repository, pulling changes, and reloading server processes. It supports sparse checkouts, SSH key authentication, and features such as metrics, diff detection, out-of-band rollbacks, and canary deployments. Gitopper does not handle package upgrades or downgrades, focusing instead on configuration and service management through git.

  3. 3
    Article
    Avatar of do_communityDigitalOcean Community·2y

    DigitalOcean Kubernetes: Infrastructure Best Practices

    This post explores essential factors for bringing DigitalOcean Kubernetes (DOKS) to production readiness, including infrastructure planning, VPC isolation, high availability control planes, node configuration, and automation best practices with GitOps and Infrastructure as Code (IaC). It also provides practical examples and guides to help users enhance their DOKS deployments.