Useful links:
Folder overview:
argocd ->
* projects - contains example argocd project
* apps - contains common argocd apps we are using
products ->
* contains while "packages/products" which are linking multiple top level folders
tools ->
* modules commonly used together
other folders ->
* stand allone kustomization files for modules
kustomize build argocd/projects/overlays/dev
kustomize build argocd/apps/overlays/dev
kustomize build redis/base
kustomize build argocd/projects/overlays/dev | kubectl -f -
kustomize build argocd/redis/overlays/dev | kubectl -f -