Building with Kubernetes
Learn to deploy with Kubernetes and scale it with replicas.
Join us
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.