NGINX Tutorial: How to Use GitHub Actions to Automate Microservices Canary Deployments
NGINX Tutorial: How to Use GitHub Actions to Automate Microservices Canary Deployments table.nginx-blog, table.nginx-blog th, table.nginx-blog td { border: 2px solid black; border-collapse: collapse; } table.nginx-blog { width: 100%; } table.nginx-blog th { background-color: #d3d3d3; align: left; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; padding-top: 2px; line-height: 120%; } table.nginx-blog td { padding-left: 5px; padding-right: 5px; padding-bottom: 2px; padding-top: 5px; line-height: 120%; } table.nginx-blog td.center { text-align: center; padding-bottom: 2px; padding-top: 5px; line-height: 120%; } This post is one of four tutorials that help you put into practice concepts from Microservices March 2023: Start Delivering Microservices: How to Deploy and Configure Microservices How to Securely Manage Secrets in Containers How to Use GitHub Actions to Automate Microservices Canary Releases (this post) How to Use OpenTelemetry Tracing to Understand Your Microservices (coming soon) Automating deployments is critical to the success of most projects. [ more… ]