Services can have more than one Docker image so there is a need to figure out callback /update endpoint schema at the sidecar service (sidecar: service which will update deployments at k8s) for handling multiple images in the request sent by broker. The solution should allow the deployments to identify which pod/deployment should be updated with which image.
Services can have more than one Docker image so there is a need to figure out callback
/updateendpoint schema at the sidecar service (sidecar: service which will update deployments at k8s) for handling multiple images in the request sent by broker. The solution should allow the deployments to identify which pod/deployment should be updated with which image.