
Service Mesh – Benefits and Challenges
Microservices and distributed applications require instantaneous network communications and complex orchestrations to ensure high performance and fast scalabil…
Read More »

Microservices and distributed applications require instantaneous network communications and complex orchestrations to ensure high performance and fast scalabil…
Read More »
The basics: Setup a VPC in AWS with separate networking for both a Control and Data Plane (and associated resources, Ec2 builds automated using Terraform or CF…
Read More »
AWS has announced its AWS Kubernetes roadmap which will include an EKS GitOps add-on, along with tighter security and observability integrations with other AWS…
Read More »
What are Docker containers? Docker containers are lightweight application hosting environments. Like VMs, they are designed to be easily portable between diffe…
Read More »
Kong Kong API Gateway sits in front of the backend API services. The gateway forwards client requests to those services. Kong is the first point that the clien…
Read More »
It is best to use a managed Kubernetes service. EKS in AWS or similar would be preferable for most companies, given the inherent cost and complexity in trying …
Read More »
Kubernetes is a necessary infrastructure to manage decomposed applications focused on providing discrete functionality, in a lightweight container. This was ca…
Read More »
Kubernetes (K8s) use-cases are centred on scaling. Architectures which are Containerised, with hundreds, or even thousands of Containers require immutable scal…
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 »