Skip to content

This repository contains all the required configs to deploy CSM & CSI for Dell PowerMax

Notifications You must be signed in to change notification settings

coulof/fluxcd-csm-powermax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

fluxcd-csm-powermax

This repository gives an example on how to deploy the CSI Driver for PowerMax and affiliated CSM modules with Flux CD.

The organization follows the below structure:

.
├── apps
│   ├── base
│   └── overlays
│       ├── cork-development
│       │   ├── dev-ns
│       │   └── prod-ns
│       └── cork-production
│           └── prod-ns
├── clusters
│   ├── cork-development
│   └── cork-production
└── infrastructure
    ├── cert-manager
    ├── csm-replication
    ├── external-snapshotter
    └── powermax
  • apps ; contains the applications to be deployed on the clusters
    • we have different overlays per cluster
  • cluster ; contains the cluster-specific fluxcd main configuration usually ; using Azure Arc, there is none needed
  • infrastructure ; contains the deployments that are used to run the infrastructure services ; they are common to every cluster
    • cert-manager ; is a dependency of powermax reverse-proxy
    • csm-replication ; is a dependency of powermax to support SRDF replication
    • external-snapshotter ; is a dependency of powermax to snapshot
    • powermax ; contains the driver installation

About

This repository contains all the required configs to deploy CSM & CSI for Dell PowerMax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published