Best of GitOpsMarch 2025

  1. 1
    Article
    Avatar of spaceliftSpacelift·1y

    15 GitOps Best Practices to Improve Your Workflows

    GitOps uses Git repositories as the source of truth for managing infrastructure and application configurations, driving efficiency and reliability in software delivery. This guide outlines 15 best practices for scaling GitOps workflows, such as automating processes with CI/CD pipelines, applying declarative configuration, enabling drift detection, and nurturing a GitOps culture within teams. Key tools like Terraform, Pulumi, and Kubernetes help implement these practices, ensuring consistency and reducing manual interventions. Adopting GitOps can lead to more predictable and maintainable infrastructure management, enhancing operational flexibility across different environments and cloud providers.

  2. 2
    Article
    Avatar of itnextITNEXT·1y

    Platformless: How Choreo Built a Secure Kubernetes Platform with GitOps

    Choreo, by WSO2, is an open-source Internal Developer Platform (IDP) built on Kubernetes and more than 20 Cloud Native Computing Foundation (CNCF) tools. It aims to provide a secure, scalable, and developer-friendly environment by automating Kubernetes tasks and offering features such as secure defaults, network security, GitOps-based deployments, and enterprise-grade compliance. Choreo enables developers to focus on code while handling infrastructure concerns, thereby streamlining software delivery and security enforcement.

  3. 3
    Article
    Avatar of infoqInfoQ·1y

    Checklist for Kubernetes in Production: Best Practices for SREs

    This post offers a comprehensive checklist for Site Reliability Engineers (SREs) managing Kubernetes in production. It addresses common challenges such as resource management, high availability, health probes, persistent storage, observability, GitOps automation, and cost optimization. By following these best practices, teams can reduce complexity, prevent downtime, and ensure efficient and reliable Kubernetes operations.