Read CloudNative Weekly Newsletter
CloudNative Weekly Newsletter, The Chief I/O. Curated CloudNative news, tutorials, tools and more!
Join thousands of other readers, 100% free, unsubscribe anytime.
Join us
CloudNative Weekly Newsletter, The Chief I/O. Curated CloudNative news, tutorials, tools and more!
Join thousands of other readers, 100% free, unsubscribe anytime.
#kuberne... #nginx #cluster #deploym... #Contain...
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.
#Contain... #nginx #aws #docker
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.
#nginx #aws #docker #cloud #loadbal...
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.