
Resiliency and High Availability in the Cloud, some key principles
Resiliency in the Cloud is composed of many areas including: Failover (instances, servers) High Availability (multi-zones, regions) Backup Disaster Recovery (p…
Read More »

Resiliency in the Cloud is composed of many areas including: Failover (instances, servers) High Availability (multi-zones, regions) Backup Disaster Recovery (p…
Read More »
APIs provide the standardized contract that was missing from the SOAP environment. SOAP messaging and related protocols were used in the monolithic Service Bus…
Read More »
Both Kubernetes and Docker are used to deploy and manage containers. Often Docker Containers run applications within Kubernetes (K8s) node clusters. Usually th…
Read More »
(Steps to deploy a Jenkins build server in AWS https://d1.awsstatic.com/Projects/P5505030/aws-project_Jenkins-build-server.pdf) Continuous integration takes co…
Read More »
Source link here. Code refactoring enhances microservices One of the more important coding disciplines in object-oriented programming and SOA is code refactori…
Read More »
API and REST standards allowed an easier exchange of data and system connectivity. This has propelled the rise of containers, and Kubernetes, in which applicat…
Read More »
There is a connectivity overlap within level 7 between the API Gateway and a Service Mesh. Service Mesh’s, which are decentralized proxies running against each…
Read More »
Previous Blog on API Gateways (and APIs). A service mesh is a follow-on pattern built around API Gateway services. The focus of a service mesh is service conne…
Read More »
API Gateways are often used to decouple consumers and producers of information. API Service Meshing can be used to decouple network management within, and betw…
Read More »