Provisioning Config
Each service can be deployed with a given provisioning configuration as per need. Below is how a provisioning config can be defined e.g. provisioning-dev.json
Provisioning for GCP based clusters
For provisioning on gcp based cluster
RESTRICTION for GCP
For a service, deployment types container
and gcp_container
can not be used together. We recognise this isn't ideal, and rest assured, we ensure that this will be feasible in the near future.
For the above configuration of provisioning file, you will get an error.
For the above configuration of provisioning file, component foo
will be deployed as a container on GKE Cluster, and component bar
will be deployed as an EC2 on an AWS Account.
For the above configuration of provisioning file, component foo
will be deployed as a container on EKS Cluster, and component bar
will be deployed as an EC2 on an AWS Account.
Last updated