|
|
|
|
|
by justinsaccount
2820 days ago
|
|
No.. I didn't move the goalposts at all. Still A single service on a single machine, how do I safely upgrade it? A rolling deployment in k8s does work the same way on a single host with minikube as it does on a 1000 node cluster, but I'm still just asking about the single host case. |
|
Depending on your OS-package's provided init script (here Ubuntu), it's as simple as `service nginx reload`, (`service nginx upgrade` if upgrading nginx itself).
Or skip the init script entirely with `/usr/sbin/nginx -s reload`.