Why Kubernetes deprecated docker and what next?
Recently, Kubernetes announced it will deprecate Docker as the container runtime in the forthcoming releases after Kubernetes 1.20. As per the official documentation it is…
Kubernetes
Kubernetes Architecture Diagram Explained
Summary: Kubernetes is a platform for managing multiple containers running across multiple hosts. Like containers, it is designed to run anywhere, including on-prem, private, public…
Istio architecture explained
Istio Architecture: Istio service mesh commonly comprises of two planes: a control plane and data plane The data plane is implemented in such a way…
Service Mesh: What it is and why it matters?
Summary: What is Service Mesh and why it matters? A Service Mesh is an addressable infrastructure layer for service-to-service communication, abstracts away the network complexity,…