Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Advanced pipeline orchestration with the circleback pattern

With multiple teams working on many projects, having a single pipeline for your software is just not enough. These projects need to be built and integrated before they can be tested and released. So how do dev teams handle this situation? Many teams approach the problem by breaking down software into smaller parts that do less, and are easier to maintain and build. This approach has resulted in the microservices architectures that are increasingly common in our industry.

What Is AWS MAP? (And How To Get The Most Out Of Your Migration)

In 2021, the most popular vendor in the cloud infrastructure services market, Amazon Web Services (AWS), controlled 32% of the entire market. To encourage more businesses to choose AWS, Amazon started a program to help accelerate migration — the AWS Migration Acceleration Program (AWS MAP). Below we’ll cover the details of the program, the potential financial benefits for companies looking to take part, and how to make sure you get all the financial benefits available.

Kubernetes for the JavaScript Developer - Part One - Create a Docker Image

Since its introduction in 2014 to the world, Kubernetes has been helping usher in the next generation of distributed workloads. As workloads started to be containerized, so did the need to manage the containers, thus the inception of container orchestrators. There have been a few container orchestrators out there before Kubernetes such as Docker Swarm and Apache Mesos. Though as a feature developer, Kubernetes can certainly feel like an 800-pound gorilla in the room.