jbeimler / demo-app-deploy

Akuity Adv. GitOps Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo Appication Deployment

The repository contains Kubernetes deployment manifests that can be used to deploy the demo app.

The repository uses Kustomize to define the manifests and contains the following directories:

  • base - contains the base manifests that are used to deploy the application
    • deployment.yaml - defines the deployment
    • service.yaml - defines the service
  • env - contains the environment specific overlays
    • dev
    • stage
    • prod

About

Akuity Adv. GitOps Workshop