Ask Your Question
3

Is it necessary to change the deployment name for Spring Cloud Dataflow every time a stream is undeployed and deployed again in Kubernetes?

asked 2022-02-18 11:00:00 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-01-31 01:00:00 +0000

bukephalos gravatar image

No, it is not necessary to change the deployment name for Spring Cloud Dataflow every time a stream is undeployed and deployed again in Kubernetes. When a stream is undeployed, the corresponding Kubernetes pods and deployments are removed. When the stream is deployed again, new pods and deployments are created with the same name as the previous deployment. Spring Cloud Dataflow updates the existing Kubernetes resources instead of creating new ones with a different name.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-02-18 11:00:00 +0000

Seen: 12 times

Last updated: Jan 31 '22