# argocd-app-of-apps-child-guestbook **Repository Path**: cootie/argocd-app-of-apps-child-guestbook ## Basic Information - **Project Name**: argocd-app-of-apps-child-guestbook - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-23 - **Last Updated**: 2021-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ArgoCD App of Apps Tutorial - Guestbook Example Child App ## Overview This repo is based on the [helm-guestbook](https://github.com/argoproj/argocd-example-apps/tree/master/helm-guestbook) example from the [argocd-example-apps](https://github.com/argoproj/argocd-example-apps) repo. ## Purpose This repo is part of the [App of Apps overview and tutorial on Medium](https://medium.com/@dee_zero/ea4993190e7c?source=friends_link&sk=1980f3547b68251370d4223d7098f589), where we learn about the [ArgoCD App of Apps pattern](https://argoproj.github.io/argo-cd/operator-manual/cluster-bootstrapping/#app-of-apps-pattern), [Kustomized Helm](https://jfrog.com/blog/power-up-helm-charts-using-kustomize-to-manage-kubernetes-deployments/), and how to put it all together. This type of repo would typically be created and managed by an application development team. Repos in this tutorial: * [argocd-app-of-apps-parent](https://github.com/d0-labs/argocd-app-of-apps-parent) * [argocd-app-of-apps-child-2048-game](https://github.com/d0-labs/argocd-app-of-apps-child-2048-game) * [argocd-app-of-apps-child-guestbook](https://github.com/d0-labs/argocd-app-of-apps-child-guestbook) ## Pre-Requisites To use this example repo as part of our ArgoCD App of Apps tutorial, you need a Kubernetes cluster with the following installed: * [ArgoCD](https://argoproj.github.io) To find out how to install the above tools in your Kubernetes cluster, check out our [Medium blog post](https://medium.com/dzerolabs/installing-ambassador-argocd-and-tekton-on-kubernetes-540aacc983b9). It has all the gory details you need to get started!