service-mesh Kuma Mesh with Datadog Kuma, which is a Cloud Native Computing Foundation (CNCF) sponsored service mesh, is the OSS backend of Kong Mesh. From the docs for mTLS we also see it is one of the implementers
istio Service Mesh Observability: Kiali When working with Service Meshes, some questions that are often asked are; what microservices are included in my mesh and how are they connected? Additionally, how are they performing and is it safe
dapr Dapr Part 4: Service Discovery and Bindings We've covered pubsub and secrets in detail. Dapr can also provide service-to-service discovery and routing much like istio (less the encryption). Dapr's binding component allows us to route to external services for input
AKS Kubernetes Serverless: KNative Knative is a platform to bring serverless workloads to Kubernetes. With Knative, one can create the equivalent of Azure or GCP Functions and Amazon Lambdas in K8s. More concretely, this allows one to
digitalocean Kubernetes Aspen Mesh Aspen Mesh is a supported distribution of Istio with hosted Graphana and Prometheus among other features. It has an "Enterprise" offering "coming soon" but for now has a free public beta. I became
k8s DO K8s and AzDO Automation (Part 4) When we last left off we had our Digital Ocean k8s cluster spun with Terraform and Istio installed with helm. Our next steps will be to have automatic sidecar injection and create a
k8s AKS and Service Mesh: Istio In our prior guides we covered creating and monitoring clusters, but how do we handle service mesh? That is, a service for discovering and routing services. There are many options for “service mesh”