Kong Kong API Gateway sits in front of the backend API services. The gateway forwards client requests to those services. …
Observability is Yet Another Buzzword or YAB. But what is it? In reality it is monitoring your systems and then…
It is best to use a managed Kubernetes service. EKS in AWS or similar would be preferable for most companies,…
Kubernetes is a necessary infrastructure to manage decomposed applications focused on providing discrete functionality, in a lightweight container. This was…
Source link here. Code refactoring enhances microservices One of the more important coding disciplines in object-oriented programming and SOA is…
API and REST standards allowed an easier exchange of data and system connectivity. This has propelled the rise of containers,…
There is a connectivity overlap within level 7 between the API Gateway and a Service Mesh. Service Mesh’s, which are…
Previous Blog on API Gateways (and APIs). A service mesh is a follow-on pattern built around API Gateway services. The…
API Gateways are often used to decouple consumers and producers of information. API Service Meshing can be used to decouple…