Instance Groups Flashcards
1
Q
Instance Group
A
Ans. Group of VM instances managed as a single entity
–> Manage group of similar VMs having similar lifecycles as ONE UNIT
2
Q
Two Types of Instance Groups
A
- Managed : Identical VMs created using a template. Features: Auto scaling, auto healing and managed releases
- Unmanaged : Different configuration for VMs in same group. Does NOT offer auto scaling, auto healing & other services. NOT Recommended unless you need different kinds of VMs
3
Q
Cool-down period :
A
How long to wait before looking at auto scaling metrics again?
4
Q
Scale In Controls :
A
Prevent a sudden drop in no of VM instances
5
Q
Autohealing :
A
Configure a Health check with Initial delay (How long should you wait for your app to initialize before running a health check?)
6
Q
Rolling updates :
A
Release new version step by step (gradually). Update a percentage of instances to the new version at a time.
7
Q
Canary Deployment :
A
Test new version with a group of instances before releasing it across all instances.