Remove Continuous Delivery Remove Continuous Integration Remove Load Balancer
article thumbnail

Microservices on AWS [Video]

Dzone - DevOps

In this tutorial, I will explain different CI/CD concepts and tools provided by AWS for continuous integration and continuous delivery. I will be creating a Spring Boot microservice and deploy it to AWS EC2 instances running behind an application load balancer in an automated way using the AWS Code Pipeline.

article thumbnail

Important Practices for DevOps in the Cloud

OTS Solutions

Security is supposed to be part of the automated testing and should be built into the continuous integration and deployment processes. Continuous Deployment (CD) and continuous Integration for Cloud apps Continuous Integration (CI) and Continuous Deployment (CD) are highly regarded as best practices in DevOps cloud environments.

DevOps 130
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 DevOps and How Can It Help Your Organization?

Apps Associates

We utilize Continuous Integration (CI) and Continuous Delivery (CD) to execute fast build and deployment of applications. Our customer was looking for a low cost, secure solution for integrating Oracle Service Cloud (OSC) with their on-prem Oracle E-Business Suite environments. Application Deployment to AWS.

DevOps 52
article thumbnail

Scaling my application: am I ready?

CircleCI

Continuous integration pipelines are a key part of this. Continuous integration (CI) ensures code changes are automatically tested and merged in your main branch. Another technique is to use a load balancer for dividing traffic among multiple running instances. Continuously scaling.

article thumbnail

Is Kubernetes Hard? 12 Reasons Why, and What to Do About It

d2iq

5) Configuring a load balancer The first requirement when deploying Kubernetes is configuring a load balancer. Without automation, admins must configure the load balancer manually on each pod that is hosting containers, which can be a very time-consuming process.

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.