article thumbnail

PeopleSoft on AWS: Understanding Design Methods and Scaling Functionality

Datavail

Your business can also leverage AWS’s global infrastructure and availability to facilitate disaster recovery capabilities and better availability. Implementing these principles involves utilizing microservices, containerization, and serverless computing.

AWS 55
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. When your team wants to release new features, you switch the route on your load balancer from the old version of your app to the new version. Here’s a general overview of a blue-green deployment.

Insiders

Sign Up for our Newsletter

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

article thumbnail

Cloud Native Patterns: Canary Release

Daniel Bryant

The experiment would require the modification of backend data (or the data store schema) in a way that is not compatible with the current service requirements Structure/Implementation Typically canary releases are implemented via a proxy like Envoy or HAProxy , smart router, or configurable load balancer.

Cloud 40
article thumbnail

Infrastructure Engineer: Key Duties, Skills, and Background

Altexsoft

The ultimate goal of such a specialist is to design highly available and safe networks with disaster recovery options. They also design and implement a detailed disaster recovery plan to ensure that all infrastructure elements (data and systems) have efficient backup solutions. Among skills gained are.

article thumbnail

The Unvarnished Truth of being a Woman in Tech

Hacker Earth Developers Blog

While building this new product on a Microservices based architecture, it was also important to convert a monolith module to a microservice and integrate with other Microservices in the new architecture. One of the goals while building a product was to move from an application-centric view to a services-based view.

article thumbnail

Important Practices for DevOps in the Cloud

OTS Solutions

Microservices Microservices have emerged as a powerful approach in the field of DevOps, especially in the cloud environment. By breaking down complex applications into smaller, independent components, microservices allow for better scalability, flexibility, and fault tolerance.

DevOps 130
article thumbnail

Divide and Conquer with Microservices

UruIT

How microservices are changing the way we make applications. Building applications based on microservices does not guarantee that the application will be a success (there’s no architecture nor methodology that guarantee that either), however it’s an approach that will teach you to manage your logical resources, components or modules.