Reputation: 49
I stumbled upon SLOs for cloud run and find them very useful as it removes the reliance on third parties and the dependencies that come with them. My question is; is it possible to define SLO policies that are applied to all cloud run instances within a project? Similarly how you can define firewalls with tags for VMs?
Upvotes: 0
Views: 103
Reputation: 462
To answer your questions:
No, you cannot define a single SLO service for all your cloud run instance. You can only create multiple (500) SLOs for a service. Take a look at this documentation: Creating an SLO
Take a look at this documentation: Use Tags for firewalls. You have to:
Grant Permissions to Tags
Create the Tag keys and values
Create a firewall policy rule with Tags
Bind Tags to VM instances
Use Tags across peered networks
Upvotes: 0