Refactor k8s Managers
Add interface containing deploy() and delete().
Make the k8s managers more robust to deployment errors by adding exception handling(in methods above). Currently the implementation will break if one deployment goes wrong.
Edited by Simon Ehrenstein