Join us

heart Posts from the community tagged with nginx...
Sponsored Link FAUN Team

#DevOps   #CloudCo...   #SRE  

@faun shared a link, 8 months, 2 weeks ago

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.

Story

#kuberne...   #nginx   #cluster   #deploym...   #Contain...  

@josephpeter shared a post, 11 months, 2 weeks ago
Intern, LUIT

Building with Kubernetes

Learn to deploy with Kubernetes and scale it with replicas.

Untitled design(3).png
Story

#nginx   #docker  

@srimal_fernando shared a post, 1 year, 10 months ago

How to host multiple servers with different sub domains inside one DigitalOcean droplet with SSL (auto-renew)

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.

Story

#Contain...   #nginx   #aws   #docker  

@maddiefitz shared a post, 1 year, 10 months ago

Deploying a Custom Docker Image Using Nginx and Saving it to Amazon ECR

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.

Story

#nginx   #WebDeve...  

@devgraph shared a post, 2 years, 1 month ago
Devgraph

Rewrite Rules in 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.

Rewrite Rules in Nginx
Story

#nginx   #aws   #docker   #cloud   #loadbal...  

@sowmenrahman shared a post, 2 years, 6 months ago
Junior Software Engineer, Arcade Studios

Blue/Green deployment strategy

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.

Canary deployments