project: Create folder structure

Tags kubernetes fluxcd
Hard Prerequisites
IMPORTANT: Please review these prerequisites, they include important information that will help you with this content.
  • K8S: Manual App Deployment – Project Overview
  • Soft Prerequisites
  • K8S: Helmrelease
  • Create folder structure

    Finally we are in a position to release our own application.

    First up create the following files and folders.

    |-- apps
    |   |-- kustomization.yaml
    |   |-- buttons
    |   |   |-- kustomization.yaml
    |   |   |-- kustomizeconfig.yaml
    |   |   |-- release.yaml
    |   |   |-- values.yaml
    |   |   |-- namespace.yaml
    |   |   |-- issuer.yaml
    |-- clusters
    |   |-- my-cluster
    |   |   |-- apps.yaml
    

    RAW CONTENT URL