This message was deleted.
# kubernetes
s
This message was deleted.
c
Pretty sure you should always use some kind of higher level wrapper - a Deployment, batchJob, something
i
It does seem like a pod controller has some overlap with Pulumi, so I just keep things simpler locally and use pulumi to control the pods The main point though is that there seems to be some effort to define which fields should cause the pod to replace vs update, but it’s currently not fully specced maybe?
c
Pod controllers need to be running all the time, to handle rolling deployments, PDBs, scaling etc.
i
This is for a local dev environment