
Kubernetes and Infrastructure as Code
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 »

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 »
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 »

From the Open Group Business Architecture views, which address the concerns of the users of the system, and describe the flows of business information between …
Read More »
Most Big Data projects fail. There are many reasons for this, usually around the business reason for the project, and data quality (along with a lack of skills…
Read More »
Virtual Machines and Monoliths can be valid. It is untrue that every application must be decomposed into microservices, and containers. Decomposed microservice…
Read More »