Remove Article Remove Continuous Delivery Remove Continuous Integration Remove Load Balancer
article thumbnail

Preparing your team for continuous deployment

CircleCI

A key goal for any DevOps team is to shorten the software development cycle and provide continuous delivery of high-quality software. Instead of continuing to the next logical goal, continuous deployment, most companies stop here. Continuous delivery versus continuous deployment. Agile teams.

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.

Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

What is cloud bursting? Managing sporadic workloads on the hybrid cloud

CircleCI

In this article, we will explore what cloud bursting is, see how and when to implement it, and discuss how to determine if cloud bursting is right for your organization. You do not need to wait for your load balancer to send notifications before manually allocating bursting capacity. Peaky load. What is cloud bursting?

Cloud 52
article thumbnail

AIOps and our Robot Kubernetes Kops

Linux Academy

The popularity of agile development, continuous integration, and continuous delivery has brought levels of automation that rival anything preciously known. High speed low latency networks now allow us to add these nodes anywhere in a cloud infrastructure and configure them under existing load balancers.

article thumbnail

Infrastructure Engineer: Key Duties, Skills, and Background

Altexsoft

It’s hard to answer those questions in a few words, so we’ve written an article to explain everything in detail. The article promoted the idea of a new type of system administrator who would write code to automate maintenance, upgrades, and other tasks instead of doing everything manually. How is it possible? IT infrastructure design.

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

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.