smi-spec VS pipy

Compare smi-spec vs pipy and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
smi-spec pipy
12 27
1,047 710
- 1.6%
2.7 9.8
7 months ago about 10 hours ago
Makefile C++
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

smi-spec

Posts with mentions or reviews of smi-spec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-08.
  • A Comprehensive Guide to API Gateways, Kubernetes Gateways, and Service Meshes
    9 projects | dev.to | 8 Jun 2023
    The Service Mesh Interface (SMI) specification was created to solve this portability issue.
  • Service Mesh Use Cases
    2 projects | news.ycombinator.com | 11 Feb 2023
    > I suspect if a Service Mesh is ultimately shown to have broad value, one will make it's way into the K8S core

    I'm not so sure. I suspect it'll follow the same roadmap as Gateway API, which it already kind of is with the Service Mesh Interface (https://smi-spec.io/)

  • Service Mesh Considerations
    7 projects | dev.to | 14 Dec 2022
    It is very common that a service mesh deploys a control plane and a data plane. The control plane does what you might expect; it controls the service mesh and gives you the ability to interact with it. Many service meshes implement the Service Mesh Interface (SMI) which is an API specification to standardize the way cluster operators interact with and implement features.
  • Kubernetes: Cross-cluster traffic scheduling - Access control
    2 projects | dev.to | 11 Dec 2022
    Before we start, let's review the SMI Access Control Specification. There are two forms of traffic policies in osm-edge: Permissive Mode and Traffic Policy Mode. The former allows services in the mesh to access each other, while the latter requires the provision of the appropriate traffic policy to be accessible.
  • Announcing osm-edge 1.1: ARM support and more
    7 projects | dev.to | 28 Jul 2022
    osm-edge is a simple, complete, and standalone service mesh and ships out-of-the-box with all the necessary components to deploy a complete service mesh. As a lightweight and SMI-compatible Service Mesh, osm-edge is designed to be intuitive and scalable.
  • KubeCon 2022 - Jour 1
    2 projects | dev.to | 18 May 2022
  • Kubernetes State Of The Union — KubeCon 2019, San Diego
    3 projects | /r/kubernetes | 21 Mar 2022
    I started on Monday, attending ServiceMeshCon2019. My guesstimate is that about 1000 people attended it. I believe Service Mesh is playing such a crucial role in scaling cloud native technologies that large scale cloud-native deployments may not be possible without service mesh. Just like you cannot really succeed in deploying a microservices based application without a microservices orchestration engine, like Kubernetes, you cannot scale the size and capacity of a microservices-based application without service mesh. That’s what makes it so compelling to see all the service mesh creators — Istio, Linkerd, Consul, Kuma — and listen to them. There was also a lot of discussion of SMI (Service Mesh Interface) — a common interface among all services mesh. The panel at the end of the day included all the major service mesh players, and some very thought provoking questions were asked and answered by the panel.
  • GraphQL - Usecase and Architecture
    8 projects | dev.to | 29 Jul 2021
    Do you need a Service Mesh?
  • Introducing the Cloud Native Compute Foundation (CNCF)
    6 projects | dev.to | 13 Jul 2021
    In the episode with Annie, she gave a great overview of the CNCF and a handful of projects that she's excited about. Those include Helm, Linkerd, Kudo, Keda and Artifact Hub. I gave a bonus example of the Service Mesh Interface project.
  • Service Mesh Interface
    2 projects | dev.to | 2 May 2021
    SMI official website: https://smi-spec.io

pipy

Posts with mentions or reviews of pipy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-02.
  • PIPY: New programmable network proxy general available
    1 project | news.ycombinator.com | 13 Mar 2024
  • Pipy proxy: Creating HTTP Tunnel with 10 lines of code
    1 project | dev.to | 27 Dec 2022
    Pipy is an open-source, lightweight, high-performance, modular, programmable, cloud-native network stream processor that is ideal for a variety of use cases ranging from (but not limited to) edge routers, load balancers & proxy solutions, API gateways, static HTTP servers, service mesh sidecars, and other applications. Previously we have covered several use cases, and in this blog post will continue our learning of Pipy by implementing an HTTP Tunnel functionality by only using the PipyJS scripting language.
  • Kubernetes: Multi-cluster communication with Flomesh Service Mesh (Part 2)
    5 projects | dev.to | 2 Dec 2022
    If you are interested in learning more about SMI-compatible Service Mesh, FSM, and Programmable Proxy, visit our website Flomesh.io for more detailed documentation, tutorials, and use cases.
  • Pipy: Protecting Kubernetes Apps from SQL Injection & XSS Attacks
    5 projects | dev.to | 3 Nov 2022
    But as the complexity of your apps and architecture grows, you might require more fine–grain control over your services. And if your organization requires Zero Trust and has a need for end–to–end encryption like mTLS, you should consider a service mesh like osm-edge a light weight, ultra fast, low resources, highly extensible, Service Mesh Interface (SMI) compatible, built for edge and cloud computing service mesh. When you have communication between services (east–west traffic), a service mesh allows you to control traffic at that level.
  • Pipy 0.70.0 is released!
    1 project | dev.to | 21 Oct 2022
    Below we list the most remarkable changes in the Core API and PipyJS. For a detailed change log, refer to Pipy Release Page
  • Flomesh Ingress Controller with Kubernetes Multi-tenancy
    1 project | dev.to | 3 Oct 2022
    Flomesh Service Mesh(FSM) from Flomesh is Kubernetes North-South traffic manager, provides Ingress controllers, Gateway API, Load Balancer, and cross-cluster service registration and service discovery. FSM uses Pipy - a programmable network proxy, as its data plane and is suitable for cloud, edge, and IoT.
  • Using FSM Ingress controller with osm-edge service mesh
    2 projects | dev.to | 18 Aug 2022
    FSM is another open-source product from Flomesh for Kubernetes north-south traffic, gateway api contoller, and multi-cluster management. FSM uses Pipy, a programmable proxy at its core, and provides an Ingress controller, Gateway API controller, load balancer, cross-cluster service registration discovery, and more.
  • Benchmarking osm and osm-edge data planes
    3 projects | dev.to | 6 Aug 2022
    osm-edge is built on top of Open Service Mesh (OSM) v1.1.0 codebase and is a lightweight service mesh for resource-sensitive cloud environments and edge computing scenarios. It uses osm as the control plane and Pipy as the data plane and features high performance, low resources, simplicity, ease of use, scalability, and compatibility (x86/arm64 support).
  • Announcing osm-edge 1.1: ARM support and more
    7 projects | dev.to | 28 Jul 2022
    We're very happy to announce the release of osm-edge 1.1. This release is the culmination of months of effort from the flomesh.io team and we are very excited to unveil it today. osm-edge is built on top of Open Service Mesh v1.1.0 codebase and is built purposely for edge computing and uses lightweight, high-performant, cloud native, and programmable proxy Pipy as its data plane and sidecar proxy.
  • Pipy 0.50.0 is released!
    1 project | dev.to | 18 Jul 2022
    Below we list the most remarkable changes in the Core API and PipyJS. For detailed change log refer to Pipy Release Page

What are some alternatives?

When comparing smi-spec and pipy you can also consider the following projects:

cni - Container Network Interface - networking for Linux containers

osm - Open Service Mesh (OSM) is a lightweight, extensible, cloud native service mesh that allows users to uniformly manage, secure, and get out-of-the-box observability features for highly dynamic microservice environments.

cloudwithchris.com - Cloud With Chris is my personal blogging, podcasting and vlogging platform where I talk about all things cloud. I also invite guests to talk about their experiences with the cloud and hear about lessons learned along their journey.

forward-proxy - Minimal HTTP(S) forward proxy using 150LOC and only standard libraries.

emissary - open source Kubernetes-native API gateway for microservices built on the Envoy Proxy

fsm - Lightweight service mesh for Kubernetes East-West and North-South traffic management, uses ebpf for layer4 and pipy proxy for layer7 traffic management, support multi cluster network.

osm-edge - osm-edge is a lightweight service mesh for the edge-computing. It's forked from openservicemesh/osm and use pipy as sidecar proxy.

kubefed - Kubernetes Cluster Federation

pipy-demos - Central repository for Pipy demos

envoy - Cloud-native high-performance edge/middle/service proxy

easegress - A Cloud Native traffic orchestration system