Tag

ArgoCD

1 views collected around this technical thread.

DevOps Cloud Academy
DevOps Cloud Academy
Jul 30, 2024 · Operations

Implementing a DevSecOps CI/CD Pipeline with Jenkins, Kubernetes, ArgoCD, and Security Scanners

This article details a comprehensive DevSecOps pipeline that uses Jenkins for CI/CD, Dependency‑Track and DefectDojo for SBOM management, SonarQube and Trivy for static and container scanning, Docker for image builds, and ArgoCD with Kubernetes for automated deployments, illustrating each stage with full code examples.

ArgoCDCI/CDDevOps
0 likes · 15 min read
Implementing a DevSecOps CI/CD Pipeline with Jenkins, Kubernetes, ArgoCD, and Security Scanners
DevOps Cloud Academy
DevOps Cloud Academy
Jun 17, 2024 · Cloud Native

Comprehensive Guide to Setting Up a CI/CD Pipeline with Jenkins, Docker, SonarQube, and ArgoCD on AWS and Kubernetes

This step‑by‑step tutorial explains how to configure a full CI/CD pipeline using Jenkins, Maven, Docker, SonarQube, Helm, and ArgoCD on an AWS EC2 instance with Kubernetes, covering version‑control setup, instance provisioning, credential management, pipeline scripting, and automated deployment.

AWSArgoCDCI/CD
0 likes · 20 min read
Comprehensive Guide to Setting Up a CI/CD Pipeline with Jenkins, Docker, SonarQube, and ArgoCD on AWS and Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Sep 6, 2023 · Cloud Native

The Evolving Role of Developers in Infrastructure as Code and Cloud‑Native Platforms

This article examines how infrastructure management has shifted toward treating infrastructure as code, the growing responsibilities of developers in deploying and maintaining cloud‑native platforms such as Kubernetes, the challenges they face, and the supporting role of platform/DevOps teams and tools like Terraform and ArgoCD.

ArgoCDCloud NativeDevOps
0 likes · 7 min read
The Evolving Role of Developers in Infrastructure as Code and Cloud‑Native Platforms
DevOps Cloud Academy
DevOps Cloud Academy
Aug 1, 2023 · Cloud Native

How to Enroll in Akuity Academy’s Free ArgoCD GitOps Training and Earn Certification

This guide explains how to register for Akuity Academy's free ArgoCD GitOps introductory course, walk through the training modules, complete the hands‑on GitOps experiment, and obtain the certification badge, providing a practical pathway for DevOps practitioners to master continuous delivery with Argo CD.

ArgoCDDevOpsGitOps
0 likes · 4 min read
How to Enroll in Akuity Academy’s Free ArgoCD GitOps Training and Earn Certification
DevOps Cloud Academy
DevOps Cloud Academy
Jul 26, 2023 · Cloud Native

Step-by-Step Guide to Deploying Jenkins with ArgoCD on a Kubernetes Cluster

This guide walks through setting up a Kubernetes cluster with NFS storage, loading Jenkins and agent Docker images, configuring ArgoCD, deploying Jenkins via declarative manifests, initializing Jenkins, creating and deploying a static Jenkins agent, and troubleshooting common issues, providing full code snippets and screenshots.

ArgoCDCI/CDDevOps
0 likes · 4 min read
Step-by-Step Guide to Deploying Jenkins with ArgoCD on a Kubernetes Cluster
DevOps Cloud Academy
DevOps Cloud Academy
Jul 22, 2023 · Cloud Native

Setting Up a Local Kubernetes Cluster with Terraform, Kind, and ArgoCD for DevOps Training

This guide walks you through provisioning a local Kubernetes environment using Terraform and Kind, installing essential tools like kubectl and ArgoCD, and deploying a cloud‑native continuous‑delivery pipeline, providing a repeatable setup for DevOps hands‑on training.

ArgoCDDevOpsInfrastructure as Code
0 likes · 9 min read
Setting Up a Local Kubernetes Cluster with Terraform, Kind, and ArgoCD for DevOps Training
DevOps Cloud Academy
DevOps Cloud Academy
Nov 28, 2022 · Cloud Native

Adopting GitOps with ArgoCD at AirQo: Challenges, Solutions, and Lessons Learned

This article recounts AirQo's transition from a traditional CI/CD workflow to a GitOps model using ArgoCD, detailing the operational pain points they faced, the benefits gained such as automated sync, self‑service for developers, and easier rollbacks, and offering practical insights for similar cloud‑native teams.

ArgoCDCI/CDCloud Native
0 likes · 12 min read
Adopting GitOps with ArgoCD at AirQo: Challenges, Solutions, and Lessons Learned
DevOps Cloud Academy
DevOps Cloud Academy
Sep 5, 2022 · Operations

DevStream: An Open‑Source DevOps Toolchain Manager – Concepts, Configuration, Installation, and Usage Guide

This article provides a comprehensive guide to DevStream, an open‑source DevOps toolchain manager, covering its core concepts, configuration files, installation steps, basic commands, plugin development, and a practical example that demonstrates initializing and applying a full CI/CD pipeline on Kubernetes with ArgoCD.

ArgoCDAutomationCI/CD
0 likes · 23 min read
DevStream: An Open‑Source DevOps Toolchain Manager – Concepts, Configuration, Installation, and Usage Guide
Ops Development Stories
Ops Development Stories
Apr 22, 2022 · Operations

Integrate Tekton CI with ArgoCD CD: A Step‑by‑Step Pipeline Guide

This article demonstrates how to split a Tekton pipeline into CI and CD phases, using Tekton for continuous integration and ArgoCD for continuous deployment, covering repository setup, Helm chart management, task and pipeline creation, and verification of the end‑to‑end workflow.

ArgoCDCI/CDGitOps
0 likes · 11 min read
Integrate Tekton CI with ArgoCD CD: A Step‑by‑Step Pipeline Guide
DevOps
DevOps
Feb 23, 2022 · Cloud Native

Challenges and Solutions for Cloud‑Native Application Delivery: GitOps with ArgoCD, Tekton, and SOPS

The article analyzes the pain points of cloud‑native application delivery, explains how GitOps—using Kubernetes as a declarative platform and Git as a single source of truth—addresses configuration drift, and demonstrates a practical GitSecOps pipeline built with ArgoCD, Tekton, Kustomize, and SOPS for secure CI/CD.

ArgoCDCI/CDCloudNative
0 likes · 9 min read
Challenges and Solutions for Cloud‑Native Application Delivery: GitOps with ArgoCD, Tekton, and SOPS
Liulishuo Tech Team
Liulishuo Tech Team
Jan 18, 2022 · Cloud Native

Design and Implementation of an ArgoCD‑Based Continuous Delivery System at Liulishuo

This article describes how Liulishuo replaced its custom CD platform with the open‑source ArgoCD solution, detailing the motivations, architecture components, design concepts, deployment workflows, code snippets, advantages, and future plans for automated gray‑release in a cloud‑native Kubernetes environment.

ArgoCDCI/CDCloud Native
0 likes · 11 min read
Design and Implementation of an ArgoCD‑Based Continuous Delivery System at Liulishuo
DevOps Cloud Academy
DevOps Cloud Academy
Dec 1, 2020 · Operations

Implementing CI/CD with Jenkins and GitOps on Kubernetes

This article provides a comprehensive step‑by‑step guide to building a CI/CD pipeline using Jenkins, GitOps, ArgoCD, and Kubernetes, covering software installation, plugin configuration, shared library setup, Jenkinsfile creation, image building, deployment with Kustomize, and webhook integration with GitLab.

ArgoCDCI/CDDevOps
0 likes · 14 min read
Implementing CI/CD with Jenkins and GitOps on Kubernetes
Ops Development Stories
Ops Development Stories
Dec 1, 2020 · Cloud Native

Master CI/CD with Jenkins and GitOps: Step‑by‑Step Cloud‑Native Pipeline

This guide walks you through building a complete CI/CD pipeline using Jenkins, GitOps, Kubernetes, ArgoCD, SonarQube, Docker, and GitLab integration, covering software installation, shared library setup, pipeline scripting, image building, deployment, and webhook triggering in a cloud‑native environment.

ArgoCDCI/CDDevOps
0 likes · 17 min read
Master CI/CD with Jenkins and GitOps: Step‑by‑Step Cloud‑Native Pipeline