mohamed nasserdevnasser.hashnode.dev·Nov 8, 2024GitOps vs. DevOps: Understanding the Key Differences in Software DeliveryBoth DevOps and GitOps aim to streamline software delivery, but each approach has its unique principles and workflows. While DevOps focuses on collaboration and automation, GitOps emphasizes declarative configuration and uses Git as the single source...DiscussDevops
Merlin Sahamerlin.microworka.com·Nov 6, 2024Setting up ArgoCD on Private Google Kubernetes Engine Cluster for GitOps DeploymentArgoCD is a popular open-source tool for implementing GitOps principles and managing Kubernetes resources declaratively using Git as a single source of truth. In this blog post, we'll learn how to deploy ArgoCD on a private Google Kubernetes Engine (...DiscussArgoCD
Ferris Hallferrishall.dev·Oct 22, 2024GitOps with GitHub Actions and Argo CDThose of you who read my previous post where I tried out Flux CD and Argo CD will know I have been tinkering with automated deployments to my homelab Kubernetes cluster/s. Recently I picked up a short quickstart e-book on GitOps which I thought looke...Discuss·3 likes·173 readsGitHub
Shehzad Alishehzadashiq.hashnode.dev·Oct 21, 2024Configuring GitHub Actions To Use Terraform WorkspaceI am currently enrolled in the GitOps for Terraform MiniCamp being run by Derek Morgan and Andrew Brown. One of the tasks is to configure a GitHub Action that will run terraform and store the state file in Terraform Cloud. This presumes you have a...Discuss·1 likeGitHub
Marika Bergmanblog.marikabergman.com·Oct 15, 2024Designing a GitOps Pipeline for AWS and TerraformEDIT: An updated and more accurate diagram can be found in the project’s repository. The repository also contains further technical implementation details. I have wanted to learn more about GitOps and found the perfect opportunity to do that with a...Discuss·64 readsAWS
Vibhor Guptavibhorgupta.hashnode.dev·Oct 14, 2024How to Design a CI/CD PipelineIntroduction Have you ever wondered how we can make software development faster and more efficient? Enter CI/CD and GitOps—two powerful practices that streamline the development and deployment process, ensuring smoother workflows and rapid, reliable ...Discussci-cd
jinal pateldeeplearning-devops.hashnode.dev·Oct 12, 2024Mastering DevOps: A Comprehensive Beginner's GuideIntroduction This is how I navigate my journey in the field of DevOps. For individuals with a background in computer science, the transition into DevOps can be more seamless and intuitive. This is because they already possess a foundational understan...DiscussDevops
Rahul wathblog.aws-devops.blog·Oct 10, 2024Enabling SSO Authentication for Argo CD with GitLab or GitHubSingle Sign-On (SSO) is a user authentication process that allows users to access multiple applications and services with a single login credential. Instead of having separate usernames and passwords for each system, SSO enables users to log in once ...DiscussAWS
Engin Diriblog.ediri.io·Oct 6, 2024Advanced Secret Management on Kubernetes with Pulumi: External Secrets OperatorTL;DR Le code https://github.com/dirien/quick-bites Introduction This article is part three of my series on secret management on Kubernetes with the help of Pulumi. In my first article, we talked about the Sealed Secrets controller. The second arti...Discuss·68 readsAdvanced Secret Management on KubernetesPulumi
TechDevotionkishorgujar.hashnode.dev·Oct 2, 2024GitOps: The Mall of Modern DevOpsHey Folks, Welcome Back! In the world of DevOps, engineers often face challenges with CI/CD pipelines. GitOps can really help, especially with the CD (Continuous Delivery) part. GitOps is based on version control and offers benefits like security, sc...Discuss·1 likeDevops