Updating instances one by one or in batches, rather than all at once.
Kubernetes Rolling Update: Replace Pod 1, then Pod 2, etc.
class RollingUpdates:\n def __init__(self):\n pass\n\n def execute(self):\n print('Executing Rolling Updates')