What are Docker containers? Docker containers are lightweight application hosting environments. Like VMs, they are designed to be easily portable…
How a service mesh combats Kubernetes’ limitations Kubernetes is not set up to provide a high degree of management for…
Microservices and distributed applications require instantaneous network communications and complex orchestrations to ensure high performance and fast scalability. The levels…
The basics: Setup a VPC in AWS with separate networking for both a Control and Data Plane (and associated resources,…
AWS has announced its AWS Kubernetes roadmap which will include an EKS GitOps add-on, along with tighter security and observability…
Observability is Yet Another Buzzword or YAB. But what is it? In reality it is monitoring your systems and then…
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…