Hello, I’m a bit confused about deploying a develo...
# prisma-whats-new
p
Hello, I’m a bit confused about deploying a development cluster (10 requests per 10 seconds max) — I would like to use that for my staging environment (only shared amongst a few developers and not in prod) but I’m not sure how I can actually define the cluster as dev!
n
remove the cluster property from
prisma.yml
. when deploying, you get a choice of clusters to deploy to. choose the development cluster.
It will be called
my-workspace/prisma-us1
or
my-workspace/prisma-eu1
. So you can also directly enter this for the
cluster
property.
p
Oh ok, so it’s actually going to be one of the two clusters that I can already see on my Cloud console
This also means that development clusters are public, correct?
n
Yes. That are the development clusters.
p
I mean, anyone can access the data thereon!
n
Public as in everyone can deploy services there.
No, if you deploy to the development cluster in a workspace, only team members have access.
p
Oh yes of course, the secret is needed to access data.
n
may I ask where you read that it is a public cluster? We are calling it development cluster now, to combat this misconception.
p
I was looking at an older version of the docs I believe. Sorry about the confusion.
But no, it’s now called development everywhere else I looked, I assure you!
n
ok thanks, will try to find that section! No worries at all, this seems to be a general confusion 🙂
p
I’m really sorry I can’t seem to find it anymore. I whiz through lots of pages a minute!!
😄 1