Further reading
For more information, refer to the following resources:
- Argo CD and Kustomize: https://redhat-scholars.github.io/argocd-tutorial/argocd-tutorial/03-kustomize.html
- Kubernetes
emptyDir
volume type: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir - More and better explanations on how
mountPath
andsubPath
work together: https://stackoverflow.com/questions/65399714/what-is-the-difference-between-subpath-and-mountpath-in-kubernetes/65399827 - General troubleshooting techniques of Kubernetes applications: https://kubernetes.io/docs/tasks/debug-application-cluster/debug-application/
- Performance tuning is an ongoing thing—watch this thread for more details and developments: https://github.com/argoproj/argo-cd/issues/3282