Category: Deployment, Software, Kubernetes, Infrastructure, nginx

Leveraging Kubernetes in your CI/CD processes, you can’t just stop your application: firstly, it should stop receiving new requests and — which is even more significant — to complete the existing ones. By implementing this strategy, you can avoid any downtime during the deployment process.

Related Articles