I have 2 pods , deploy with ansible : - POD A - POD B.
Actually, i execute ansible to update pod B. When update is finished, i need to execute a command inside pod A.
Do you know the best way to automatise the execution of this script ? via ansible ? kubernetes conf ?
thanks