Read Python Weekly
Python Weekly Newsletter, Pydo. Curated Python news, tutorials, tools and more!
Join thousands of other readers, 100% free, unsubscribe anytime.
Join us
Python Weekly Newsletter, Pydo. Curated Python news, tutorials, tools and more!
Join thousands of other readers, 100% free, unsubscribe anytime.
Learn to deploy with Kubernetes and scale it with replicas.
If you’re playing around with multiple technology stacks or extending open-source applications and you don’t mind having to shift back and forth between different languages and frameworks, you might find containerizing your applications useful.
In this tutorial, I am going to be creating an image with a file that will tell you the time of day the container has been deployed using Nginx.
Return directive and Rewrite directive - two widely used methods for rewriting the URLs, rewrite directive is more powerful. Read the post to learn why and how to rewrite.
Canary deployment strategy also known as blue/green deployment, is an industry standard protocol for deployment with zero downtime by utilizing two separate environments and switching during source code updates or rollbacks. Canary deployments have a lot of advantages when it comes to multi-server configuration and aids in technical cases like version rollbacks, and a/b testing.