Skip to content

famasboy888/CICD_ArgoCD_States

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

CICD ArgoCD Repository

Note: This is the CD part. The CI part is located in GitHub Actions

YAML changes will be pushed to ArgoCD repo in GitHub.

ArgoCD will sync and re-redeploy new changes.

Installation

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml

Viewing of pods, deployments and services

kubectl get all -n argocd

Accessing Dashboard

Note: I got stuck coz we need to add flag --address='0.0.0.0' to allow all traffic.

kubectl port-forward service/argocd-server -n argocd 8000:443 --address='0.0.0.0'

Default username: admin

#Pass
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published