Remove Article Remove Continuous Integration Remove Load Balancer
article thumbnail

Building Resilient Public Networking on AWS: Part 2

Xebia

Public Application Load Balancer (ALB): Establishes an ALB, integrating the previous SSL/TLS certificate for enhanced security. Public Application Load Balancer (ALB): Establishes an ALB, integrating the previous certificate. The ALB serves as the entry point for our web container.

AWS 147
article thumbnail

Canary vs blue-green deployment to reduce enterprise downtime

CircleCI

Now, continuous integration and continuous deployment (CI/CD) pipelines that automate application build, test, and deployment help keep environments up as much as possible, and speed up the deployment process. Multiple application nodes or containers distributed behind a load balancer.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Getting started with Kubernetes: how to set up your first cluster

CircleCI

In this article, we’ll take a different approach and show you how to set up a real-world, production-ready Kubernetes cluster using Amazon Elastic Kubernetes Service (Amazon EKS) and Terraform. Finally, we set the tags required by EKS so that it can discover its subnets and know where to place public and private load balancers.

AWS 93
article thumbnail

Scaling my application: am I ready?

CircleCI

In this article, we will focus on the scaling in terms of daily active users, or requests per time unit. Continuous integration pipelines are a key part of this. Continuous integration (CI) ensures code changes are automatically tested and merged in your main branch. Continuously scaling.

article thumbnail

The Good and the Bad of Kubernetes Container Orchestration

Altexsoft

Read this article to learn how top organizations benefit from Kubernetes, what it can do, and when its magic fails to work properly. The embedded load-balancing instruments help you optimize app performance, maximize availability, and improve fault tolerance since traffic is automatically redirected from failed nodes to working ones.

article thumbnail

Do I really need Kubernetes?

CircleCI

Along with modern continuous integration and continuous deployment (CI/CD) tools, Kubernetes provides the basis for scaling these apps without huge engineering effort. In this article, we will try to look beyond the hype and help you answer the question: do I actually need Kubernetes? And it is a great tool.

article thumbnail

Blue-Green Deployments: A Definition and Introductory Guide

LaunchDarkly

This deployment process involves creating two identical instances of a production app behind a load balancer. At any given time, one app is responding to user traffic, while the other app receives constant updates from your team’s continuous integration (CI) server. The blue environment is live. Current state.