Skip to content

hasheddan/stream-build-on-upbound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build on Upbound

Setup

  1. Install ArgoCD into Cluster
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
  1. Install ArgoCD CLI
curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64
chmod +x /usr/local/bin/argocd
  1. Install Upbound CLI
curl -sL https://cli.upbound.io | sh
  1. Install Upbound Universal Crossplane (UXP) into Cluster
up uxp install
  1. Attach UXP to Upbound Cloud
up cloud ctp attach my-ctp | up uxp connect -
  1. Sync App of Apps
argocd app create apps \
    --dest-namespace argocd \
    --dest-server https://kubernetes.default.svc \
    --repo https://github.com/hasheddan/stream-build-on-upbound.git \
    --path apps/local  
argocd app sync apps  

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published