Questions tagged [rolling-updates]
22 questions
0
votes
1 answer
Kubernetes rolling update with updating value in deployment file
I wanted to share a solution I did with kubernetes and have your opinion on best practice to do in such case. I'm still new to kubernetes.
I had a problem I wanted to be able to update my application by restarting my deployment pod that execute all…

kevP-Sirius
- 93
- 1
- 9
0
votes
1 answer
ActiveMQ Artemis rolling upgrade fails with AMQ214013
I've got two EC2 instances running Artemis in the master-slave replication setup and I always perform rolling upgrade by shutting down the slave, upgrading it and starting it again. Then I do the same with the master.
This no longer works for me…

Newerth
- 449
- 2
- 12
0
votes
1 answer
Kubernetes: Is it safe to blindly use RollingUpdate?
Dears,
I am very new to Kubernetes and I'm currently working on the update process of my services (traefik, prometheus, ...). I want to avoid the compulsive real-time updates that may lead to bugs or crash. I am used to keep the control about what…

n0n0bstan
- 1,790
- 4
- 15
- 26
0
votes
1 answer
During rolling updates in kubernetes if users/clients hit then what information will they get? Updated information or previous information?
Suppose I have a deployment in kubernetes, now I want to update the image for that deployment that is why i used rolling updates using kubectl set image deployments/ command.
As far I understood the rolling…

Sahadat Hossain
- 3,583
- 2
- 12
- 19
0
votes
1 answer
Updating kubernetes deployment with same image name
We have a micro-services java applications, as and when we have changes in code we have to perform the kubernetes deployment.
How will I apply the latest changes to the deployment with the same Image name
we have a single replica and when I execute…

magic
- 254
- 2
- 10
- 19
0
votes
1 answer
Docker rolling updates on a single node
So I have been using docker with docker-compose for quite some time in a development environment, I love how easy it is.
Until now, I also used docker-compose to serve my apps on my own server as I could afford short down times like docker-compose…

Augustin Riedinger
- 20,909
- 29
- 133
- 206
-1
votes
1 answer
How to deploy a web app without stop and restart
I built the project to binary file and deployed it to server before. and start it with nohup. But if I updated my code and rebuild my program. I must to kill the process first, then updated the file and start again.
My problem is:
The app must be…

afraid.jpg
- 965
- 2
- 14
- 31