
Kubernetes and a Service Mesh
How a service mesh combats Kubernetes’ limitations Kubernetes is not set up to provide a high degree of management for inter-container data processing. A…
Read More »

How a service mesh combats Kubernetes’ limitations Kubernetes is not set up to provide a high degree of management for inter-container data processing. A…
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 »
Observability is Yet Another Buzzword or YAB. But what is it? In reality it is monitoring your systems and then acting on them to either fix or prevent issues.…
Read More »
Splunk Infrastructure Monitoring provides patterns for high-resolution visibility into AWS infrastructure services such as Amazon Elastic Compute Cloud (EC2), …
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 »