Author: admin

2019

Kubernetes is a container orchestration / portable cloud platform that is becoming the de-facto standard for running microservices infrastructures in the cloud. Even though there are severalcompetingtechnologies by now, most of the bigger cloud providers offer managed Kubernetes clusters, making it even easier to adopt it as the foundation of distributed infrastructures. Cloud Native meets the Enterprise…
Read more

Apache Storm

The ever-increasing growth in the production and analytics of Big Data keeps presenting new challenges, and the data scientists and programmers gracefully take it in their stride – by constantly improving the applications developed by them. One such problem was that of real-time streaming. Real-time data holds extremely high value for businesses, but it has…
Read more

Spring Cloud Netflix

Netflix OSS is a set of frameworks and libraries that Netflix wrote to solve some interesting distributed-systems problems at scale. Today, for Java developers, it’s pretty synonymous with developing microservices in a cloud environment. Patterns for service discovery, load balancing, fault-tolerance, etc are incredibly important concepts for scalable distributed systems and Netflix brings nice solutions for these. A quick “thank-you” as well…
Read more