Skip to content

iamraj007/GitOps_Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

GitOps_Workshop

GitOps workshop with ArgoCD

This repo contain a ArgoCD Application that will deploy a simple kubernetes apps with kustomize.

Please find the overall structure of app in datails below for overview:

└── mynginx-app
    ├── base
    │   ├── deployment.yaml
    │   ├── kustomization.yaml
    │   └── service.yaml
    └── overlays
        └── test
            ├── deployment_gitops_app.yaml
            ├── kustomization.yaml
            ├── ns.yaml
            └── replica-and-rollout-strategy.yaml

About

GitOps workshop with ArgoCD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published