Link Search Menu Expand Document

ArgoCD Installation

Table of contents

  1. About ArgoCD
    1. Short introduction
    2. How i use it
  2. Deploy ArgoCD
    1. Create Rpository
    2. Apply ArgoCD Deployment
  3. Add applications to ArgoCD

About ArgoCD

Short introduction

How i use it

Deploy ArgoCD

Create Rpository

Apply ArgoCD Deployment

kubectl create namespace argocd kubectl apply -n argocd -f argo.yml

Add applications to ArgoCD

kubectl -n argocd apply -f argo_configure_traefik.yml