Select cluster for preview environments

I have some trouble with preview environment deployments.

I have two clusters :

  • One for production → “production”
  • One for preview environments → “previews”

For now, my blueprint environment (ie the environment from which the preview envs are cloned) in deployed in the ‘previews’ cluster but the corresponding preview envs are deployed in my ‘production’ cluster.

How can I specify that the preview envs are to be deployed i the same cluster as the blueprint environment ?

Hi @polive106 :wave: ,

Congrats on using a second cluster to isolate your production from the Preview Environments. It’s a good practice :+1:

What you are looking for is what we call Deployment Rule. Take a look at the documentation and let me know if you have any other questions.

Thank you