Hacker News new | ask | show | jobs
by throwaway894345 1482 days ago
It depends on how you manage your changes. A lot of people don't have their infra-as-code manage the deployment's image field--rather, that's updated by the application's CD pipeline. There's no drift to worry about.
1 comments

So upon deploy the CD pipeline calls kubectl with the proper deployment image and that's ok?
Yes.