Search results for: Network Service Mesh


The difference between API Gateways and Service Mesh

Posted on March 6, 2020

Guest post originally published on Kong’s blog by Marco Palladino, co-founder and CTO, Kong Why API Management and Service Mesh are Complementary Patterns for Different Use Cases Note: The goal of this piece is to provide a cheat sheet that…


Service Mess to Service Mesh

Posted on February 14, 2020

Guest post by Rob Richardson (@rob_rich), Technical Evangelist, MemSQL & Kavya Pearlman (@KavyaPearlman), Global Cybersecurity Strategist, Wallarm We are witnessing the rise of microservices and cloud-native technologies. However, one big challenge of microservice architecture is the overhead of…


Kubernetes networking demystified: a brief guide

Posted on January 30, 2020

Guest post by Karen Bruner, Technical Evangelist, StackRox. Original article can be found here. Kubernetes cluster networking can be more than a bit confusing, even for engineers with hands-on experience working with virtual networks and request routing. In this…


Using Envoy Proxy as your gateway to service mesh

Posted on December 2, 2019

Kubernetes and Service Mesh are patterns in building new applications that decouple dependencies between the application code, infrastructure and how the services should communicate. With microservices, the network becomes critical for a properly functioning application teams need to…


Network traffic management in cloud native application

Posted on October 29, 2019

云原生应用中的网络流量管理 云原生应用在充分发挥云计算的规模优势,采用容器、无服务器等现代架构以更敏捷快速交付业务功能的同时,也带来了新的挑战。其中应用层的网络流量管理是最复杂且最有挑战的问题之一,本研讨会我们将讨论并演示如何在AWS平台上基于容器和无服务器等有效的管理应用层的网络流量,主要内容包括: 1. 如何用API网关、ELB、K8s Ingress等管理系统的南北流量 2. 如何用service mesh管理集群内的东西流量 3. 如何结合CI/CD实现网络流量的管理 4. 如何进行网络流量的分布式跟踪 This webinar will be delivered in Chinese. Network Traffic Management in Cloud Native Application Cloud native applications bring new challenges while taking full advantage of the…


ServiceMeshCon 2019 schedule announced

Posted on September 26, 2019

We are pleased to announce the schedule for the inaugural ServiceMeshCon, a KubeCon + CloudNativeCon co-located event. Hosted by CNCF, the conference will take place on November 18th on Day Zero of KubeCon + CloudNativeCon San Diego.  ServiceMeshCon is a…


How Cilium uses BPF to supercharge Kubernetes networking & security

Posted on August 26, 2019

Kubernetes has ushered in an era of complex and often large-scale microservices applications running as containers that are updated frequently via CI/CD, yet still leverages underlying network technologies like iptables built for an era of simple and static…


Simplifying microservices security with a service mesh

Posted on April 25, 2019

This blog post contributed by Zach Jory, Head of Marketing of Aspen Mesh. One of the challenges of developing and securing microservice-based applications in large teams is that services are often developed with different languages and frameworks. Service…


Packt Hub: "Linkerd 2.3 introduces Zero-Trust Networking for Kubernetes"

Posted on April 19, 2019

This week, the team at Linkerd announced an updated version of the service mesh, Linkerd 2.3.


AppSwitch: proxyless service mesh

Posted on March 7, 2019

We are going through an interesting cycle of application decomposition and recomposition. While the microservice paradigm enabled by containers is driving monolithic applications to be broken into separate individual services, the service mesh paradigm enabled by the proxy…