azure>aks
This commit is contained in:
10
README.md
10
README.md
@@ -100,8 +100,8 @@ This repository contains the complete GitOps configuration for our Kubernetes cl
|
||||
│ │ ├── upc-prod/ # UpCloud Prod (patches value paths)
|
||||
│ │ ├── aws-dev/ # AWS EKS Dev
|
||||
│ │ ├── aws-prod/ # AWS EKS Prod
|
||||
│ │ ├── azure-dev/ # Azure AKS Dev
|
||||
│ │ ├── azure-prod/ # Azure AKS Prod
|
||||
│ │ ├── aks-dev/ # Azure AKS Dev
|
||||
│ │ ├── aks-prod/ # Azure AKS Prod
|
||||
│ │ ├── gcp-dev/ # GCP GKE Dev
|
||||
│ │ └── gcp-prod/ # GCP GKE Prod
|
||||
│ ├── dashboards/ # Grafana dashboard ConfigMaps
|
||||
@@ -111,8 +111,8 @@ This repository contains the complete GitOps configuration for our Kubernetes cl
|
||||
│ ├── upc-prod/ # UpCloud Prod
|
||||
│ ├── aws-dev/ # AWS EKS Dev
|
||||
│ ├── aws-prod/ # AWS EKS Prod
|
||||
│ ├── azure-dev/ # Azure AKS Dev
|
||||
│ ├── azure-prod/ # Azure AKS Prod
|
||||
│ ├── aks-dev/ # Azure AKS Dev
|
||||
│ ├── aks-prod/ # Azure AKS Prod
|
||||
│ ├── gcp-dev/ # GCP GKE Dev
|
||||
│ └── gcp-prod/ # GCP GKE Prod
|
||||
│
|
||||
@@ -373,7 +373,7 @@ kubectl patch application myapp -n argocd \
|
||||
## 📖 Key Concepts
|
||||
|
||||
### App-of-Apps Pattern
|
||||
`_app-of-apps-{cluster}.yaml` is the root Application that manages all other Applications in `infra/`. Kustomize overlays in `infra/overlays/{cluster}/` render the base Applications with per-cluster patches (e.g., swapping value file paths). Supported clusters: `upc-dev`, `upc-prod`, `aws-dev`, `aws-prod`, `azure-dev`, `azure-prod`, `gcp-dev`, `gcp-prod`.
|
||||
`_app-of-apps-{cluster}.yaml` is the root Application that manages all other Applications in `infra/`. Kustomize overlays in `infra/overlays/{cluster}/` render the base Applications with per-cluster patches (e.g., swapping value file paths). Supported clusters: `upc-dev`, `upc-prod`, `aws-dev`, `aws-prod`, `aks-dev`, `aks-prod`, `gcp-dev`, `gcp-prod`.
|
||||
|
||||
### Multi-Source Pattern
|
||||
Applications reference both:
|
||||
|
||||
Reference in New Issue
Block a user