Skip to content

okode/poc-argocd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

POC - Github Actions with ArgoCD

Local Development

Install kubernetes. For the local cluster we can use Minikube.

Creating ArgoCD

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

Setting up Helm

curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
helm repo add stable https://charts.helm.sh/stable
helm repo update

Build the application

docker build -t rferrandop/app-poc:latest .

Push the image

docker push rferrandop/app-poc:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published