Recent Posts

[DevOps] Integrate Gitlab and ArgoCD

less than 1 minute read

Guide ## Prerequisites ArgoCD Server able to connect to GitLab url Have at least one file of kubernetes manifest Run yaml on master node

[DevOps] ArgoCD Installation

less than 1 minute read

Guide 1. Install ArgoCD kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/insta...