Of Microservices & Containers

Written by spruha_pandya | Published 2019/02/14
Tech Story Tags: microservices | containers | app-development | kubernetes | continuous-delivery

TLDRvia the TL;DR App

An enterprise’s guide to continuous delivery

Modern-day enterprises are largely dependent on software applications to facilitate numerous business requirements. In most enterprises, a software application offers hundreds of functionalities — all piled into one single monolithic application. For instance, ERP and CRM platforms have monolithic architecture and serve hundreds of functionalities efficiently. But, with multiple dependencies overlapping and creating a cluster, the tasks of troubleshooting, scaling, and upgrading them become a nightmare. At times, enterprises try tweaking such monolith applications for their convenience to the point that they get stuck in time and cease to serve any real purpose. This is when enterprises start to look for ways of modernizing applications and adopting an architecture that offers flexibility.

The rise of Microservices

There is a growing demand for microservices architecture amongst enterprises to make the transition to modern delivery. In this architecture, functionalities are designed as independent microservices that are loosely coupled to create one application that can multitask. This method facilitates building applications at scale, where making changes at the component level becomes easy without disturbing other parts of the application.

Monolithic architecture vs microservices architecture (ref)

Netflix is one of the biggest and the most interesting success stories of transitioning from monolith to microservices architecture based application. The media services provider will never forget the day a single missing semicolon led to major database corruption and brought down the entire platform for several hours in 2008. Netflix realized they had to change their approach towards an architecture which led them to consider shifting to a microservices architecture from monolith one.

Although Netflix started its shift towards microservices architecture in the year 2009 and was successfully running on a cloud-based microservices architecture by 2011, the term microservices was not coined before 2012. It started gaining popularity only by 2014 when Martin Fowler and other leaders in the industry started talking about this.

Adrian Cockcroft, the lead cloud engineer at Netflix and a visionary who played a major role in the changing of architecture landscape, explains microservices as “loosely coupled service-oriented architecture with bounded contexts”.

With his bold decision to shift to microservices, Netflix was able to take quantum leaps forward in scalability and in early 2016, they announced their expansion of services to over 130 new countries.

How Microservices benefit an Enterprise Application

The transition to microservices from a monolithic architecture can open up a world of possibilities for enterprises such as:

  • The ability to create service-enabled and independently running componentsThis way, each component is independent in itself, but all of them are coupled through APIs to work in a unified manner as an application.

  • Independently testing and running componentsOne can easily run tests and make changes to one component without having to alter any other components.

  • **Interconnected components working in sync**Components use simple communication channels and protocols to co-exist and work together as a single unit.

  • A decentralized applicationEach component is independent and can be developed and deployed exclusively. So, the risk of the complete application crashing because of a minor flaw is eliminated.

  • **Decentralized data management**Each component has its own separate database. Thus, preventing a data breach to take over the entire application and limiting it to only one component. This enhances the security of the application.

  • A flexible and scalable applicationAn application that can have any part of it upgraded or expanded without having to make any change to the existing components.

With all its advantages, the microservices architecture also comes with its own limitations. One of the biggest challenges with microservices remains the issue of delivering them at scale. The continuous integration and delivery of such a segmented application become complicated as it requires a lot of coordination to integrate and deploy a group of microservices in sync. Only a very efficient team of DevOps can achieve this feat. The key is to have seamless channels of communication between microservices and the assets they are dependent on for functioning. To fully exploit the value of microservices, it is essential to deliver them as self-sustained and portable units which are enabled by containers coming into the equation.

Why containers for microservices

“Containers simplify the continuous deployment of microservices” — a statement that has been so often been repeated by tech experts. But, what exactly are software containers and how do they simplify the delivery of microservices?

IT containers do exactly what physical containers do but digitally. In short, containers let you put your microservices in dedicated boxes. The idea is to containerize ‘like’ services and their required assets into a singular package. A container offers an isolated workload environment in a virtualized operating system. By running your microservices in separate containers, they can all be deployed independently. As containers operate in isolated environments, they can be used to deploy microservices, regardless of the code language used to create each microservice. Thus, containerization removes the risk of any friction or conflict between languages, libraries or frameworks and thus, making them compatible.

As containers are extremely light in weight and portable, they can be used to deploy microservices quickly. Typically, an application comprises of small, self-contained microservices, each acting as a single function application, working together through APIs that are not dependent on a specific language. Containers offer the required isolation in this case thus, enabling component cohabitation.

Backing up the benefits of using containers for microservices, docker reported a 46% increase in the frequency of software releases by using Docker containers.

These containers can be orchestrated through container orchestration platforms like Kubernetes, Docker Swarm, Helios, etc. These platforms help in the creation of multiple containers as required, and make them readily available for smooth deployment of the application. Orchestration also controls how containers are connected to build sophisticated applications from multiple microservices.

The road ahead

While containers and orchestrators are part of the buzz today, the larger question is how and when can enterprises start using them in production? Both these technologies set a new baseline for speed, scale, and frequency of app delivery, that is going to be difficult to achieve without automation and process standardization. This can be accomplished by choosing an efficient app delivery platform that is capable of automating the process of app delivery by offering containerization for existing apps as well as future cloud-native app and piping them seamlessly into Kubernetes. Through this, one can simply standardize the process of app delivery and accelerate the key aspects of container native delivery and thus, achieve continuous delivery of microservices.


Written by spruha_pandya | A tech enthusiast working with a great team of developers building an open-source platform for AppOps on Kubernetes.
Published by HackerNoon on 2019/02/14