Tag: microservice integration

  • OpenShift information and resources

    OpenShift information and resources page OpenShift is a useful developer toolset. Articles Building Scala and SBT Applications on OpenShift Disaster Recovery Strategies for Applications Running on OpenShift OpenShift vs Kubernetes  This article covers the differences between OpenShift and Regular old Kubernetes. What is OpenShift? Once you decide you want to use Kubernetes you need some…

  • service mesh resources

    Service mesh resources A service mesh allows for communication between microservices, between services and their database, they act as a proxy and load balance, control Security etc. A service mesh is one of the most important parts of a Microservice architecture. Examples of Service Meshes include Istio, Linkerd and Consul, there are more. Articles The…

  • Microservice Communication Resources

    Microservice Communication resources In order to completely understand microservices you also have to understand networking. Communication is one of the hardest parts of microservice design, get it wrong and your system simply won’t perform. Below are some useful links that explain networking concepts. Understanding the basics of RESTful APIs. This is a great article that…