All Projects → servicemeshinterface → smi-sdk-go

servicemeshinterface / smi-sdk-go

Licence: Apache-2.0 license
Service Mesh Interface SDK for Go

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to smi-sdk-go

php-nacos
阿里巴巴nacos配置中心-PHP客户端
Stars: ✭ 167 (+160.94%)
Mutual labels:  service-mesh
apisix-website
Apache APISIX Website
Stars: ✭ 81 (+26.56%)
Mutual labels:  service-mesh
Kubernetes-and-Cloud-Native-Associate-KCNA
Useful notes for the KCNA - Kubernetes and Cloud Native Associate
Stars: ✭ 162 (+153.13%)
Mutual labels:  service-mesh
meshery.io
Site for Meshery, the cloud native management plane
Stars: ✭ 135 (+110.94%)
Mutual labels:  service-mesh
meshery-nsm
Meshery adapter for Network Service Mesh
Stars: ✭ 26 (-59.37%)
Mutual labels:  service-mesh
kubernetes-sidecar-injector
Easy Service Mesh with Kong and Kubernetes
Stars: ✭ 20 (-68.75%)
Mutual labels:  service-mesh
service-mesh-performance
Standardizing Service Mesh Value Measurement
Stars: ✭ 234 (+265.63%)
Mutual labels:  service-mesh
Microgateway
Security and management for microservices, with rich functionalities of the CA API Gateway family
Stars: ✭ 35 (-45.31%)
Mutual labels:  service-mesh
grpc-demo
A demo to showcase technologies like Go, gRPC, Istio, Helm and Kubernetes Operators.
Stars: ✭ 32 (-50%)
Mutual labels:  service-mesh
kserve
Serverless Inferencing on Kubernetes
Stars: ✭ 1,621 (+2432.81%)
Mutual labels:  service-mesh
learn-layer5
A sample application for learning how to service mesh and for validating SMI conformance
Stars: ✭ 43 (-32.81%)
Mutual labels:  service-mesh
Envoy-Pilot
Envoy xDS Server with Consul
Stars: ✭ 72 (+12.5%)
Mutual labels:  service-mesh
micro-mesh
gRPC微服务架构实践
Stars: ✭ 52 (-18.75%)
Mutual labels:  service-mesh
merbridge
Use eBPF to speed up your Service Mesh like crossing an Einstein-Rosen Bridge.
Stars: ✭ 469 (+632.81%)
Mutual labels:  service-mesh
meshery-traefik-mesh
Meshery adapter for Maesh
Stars: ✭ 23 (-64.06%)
Mutual labels:  service-mesh
ecs-mesh-workshop
This handy workshop help the customers to quickly launch ECS with service mesh support on top of mixed type of instance in all commercial regions (include China), and also provides hands-on tutorials with best practices. It can be customized easily as per need.
Stars: ✭ 17 (-73.44%)
Mutual labels:  service-mesh
micro-plugins
go-micro plugins, auth(JWT+Casbin)、go-micro服务加入istio服务网格
Stars: ✭ 27 (-57.81%)
Mutual labels:  service-mesh
inspr
Inspr is an agnostic application mesh for simpler, faster, and securer development of distributed applications (dApps).
Stars: ✭ 49 (-23.44%)
Mutual labels:  service-mesh
meshery-octarine
Meshery adapter for Octarine
Stars: ✭ 22 (-65.62%)
Mutual labels:  service-mesh
apiclarity
Reconstruct Open API Specifications from real-time workload traffic seamlessly.
Stars: ✭ 290 (+353.13%)
Mutual labels:  service-mesh

SMI SDK for Go

ci

Kubernetes client implementation for SMI.

API

API objects are found at the following locations:

  • pkg/apis/access - Traffic Access Control API (access.smi-spec.io)
  • pkg/apis/metrics - Traffic Metrics API (metrics.smi-spec.io)
  • pkg/apis/specs - Traffic Specs API (spec.smi-spec.io)
  • pkg/apis/split - Traffic Split API (split.smi-spec.io)

Codegen

The Kubernetes client code for the API CRDs is autogenerated and can be found at pkg/gen/client. To regenerate the client code run make codegen and commit all changes to the pkg/gen dir.

Contributing

Please refer to CONTRIBUTING.md for more information on contributing to the specification.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].