/argocd-platform-demo

A repo to demonstrate how a argocd based platform can operate

Primary LanguageShellApache License 2.0Apache-2.0

argocd-platform-demo

Description

Getting started

Dependencies

System dependencies

Install the following tools using arkade

ark get yq jq kubectl kubectx kubens helm k9s k3d argocd kubeseal

Installation

Bootstrap the K8s cluster(s)

./bootstrap/k3d/run.sh

Execution

Cleanup

Assuming you used the k3d bootstrap

k3d cluster list --no-headers | awk '{printf "k3d cluster delete %s\n",$1}' | bash

Help

Version History