Bruce’s Shorts | 4.25 - What is a Microservice and Why Do You Need One?

Microservices are all the rage in software at the moment. What are they and why are they important? In this video clip Bruce Devlin introduces microservices and explains their advantages.

Your business probably uses a number of monolithic software applications. You may well have encountered the issues around upgrading one of the applications, the impact on the business, and the problems of upgrading the interfaces to all the other monolithic applications.

Microservices are a way of getting around that. Microservices are designed as small independent units with well-defined interface, communicating over a network like HTTP.

To upgrade a single microservice, it can be tested by copying data from the live network and then running the data on a test service to see how it behaves. The service can be made live once the tests are satisfactory.

Microservices are a way of building applications from small service-oriented components. They take a lot of the pain of operating large interconnected software systems.

This is the last of Bruce’s Shorts for season 4. Watch out for season 5.

You might also like...

Monitoring & Compliance In Broadcast: Monitoring Video & Audio In Capture & Production

The ability to monitor Video and Audio during capture and production is becoming increasingly important, driven by the need to output to many widely different services, and doing it very quickly.

Broadcast Standards: Cloud Compute Workflow Pipelines

This is a detailed exploration of system & workflow principles, storage systems, queue management, how microservices enable active workflow designs, and using node graph systems to create a friendly UI.

Building Software Defined Infrastructure: Systems & Data Flows

For broadcasters seeking to build robust workflows from software defined infrastructure, key considerations arise around data flows and the pro’s and cons of open and closed systems.

Broadcast Standards: Microservices Functionality, Routing, API’s & Analytics

Here we delve into the inner workings of microservices and how to deploy & manage them. We look at their pros and cons, the role of DevOps, Event Bus architecture, the role of API’s and the elevated need for l…

Live Sports Production: Part 3 – Evolving OB Infrastructure

Welcome to Part 3 of ‘Live Sports Production’ - This multi-part series uses a round table style format to explore the technology of live sports production with some of the industry’s leading broadcast engineers. It is a fascinating insight into w…