Overview
A Deployment Group is a grouping of target environments where an application will be deployed. Deployment environments target Kubernetes clusters and support various Kubernetes services, including AKS, EKS, IKS, and Native Kubernetes, and are not dependent on a specific CSP (Azure, AWS, IBM, etc.). You can specify one or more Kubernetes clusters and one Namespace in a Deployment Group. When you perform a deployment through a Deployment Group, the same application is deployed to the Namespace on all clusters specified in the Deployment Group
.
You can deploy one or more ZCP Applications in a Deployment Group
, and you can set a deployment type (Kubernetes deployment) for each ZCP Application. When you perform a deployment, the deployment type specified through the UI is created as Kubernetes Deployment yaml and automatically saved to the Git server.