All Projects → linkerd → Linkerd

linkerd / Linkerd

Licence: apache-2.0
Old repo for Linkerd 1.x. See the linkerd2 repo for Linkerd 2.x.

Programming Languages

scala
5932 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Handlebars
879 projects
java
68154 projects - #9 most used programming language
CSS
56736 projects
Thrift
134 projects

Projects that are alternatives of or similar to Linkerd

meshery
Meshery, the cloud native manager
Stars: ✭ 1,587 (-70.51%)
Mutual labels:  cloud-native, service-mesh, linkerd
Linkerd2
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Stars: ✭ 7,887 (+46.54%)
Mutual labels:  cloud-native, service-mesh, linkerd
Light 4j
A fast, lightweight and more productive microservices framework
Stars: ✭ 3,303 (-38.63%)
Mutual labels:  cloud-native, service-mesh
Admiral
Admiral provides automatic configuration generation, syncing and service discovery for multicluster Istio service mesh
Stars: ✭ 323 (-94%)
Mutual labels:  service-discovery, service-mesh
Steeltoe
Steeltoe .NET Core Components: CircuitBreaker, Configuration, Connectors, Discovery, Logging, Management, and Security
Stars: ✭ 612 (-88.63%)
Mutual labels:  cloud-native, service-discovery
service-mesh-labs
Lab scenarios for learning how to service mesh.
Stars: ✭ 22 (-99.59%)
Mutual labels:  service-mesh, linkerd
website
Source code for the linkerd.io website
Stars: ✭ 28 (-99.48%)
Mutual labels:  service-mesh, linkerd
Spring Cloud Alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
Stars: ✭ 20,934 (+288.96%)
Mutual labels:  cloud-native, service-discovery
CoSky
High-performance, low-cost microservice governance platform. Service Discovery and Configuration Service | 高性能、低成本微服务治理平台
Stars: ✭ 57 (-98.94%)
Mutual labels:  service-discovery, cloud-native
Kubernetes Handbook
Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz
Stars: ✭ 4,511 (-16.18%)
Mutual labels:  cloud-native, service-mesh
Microservices Recipes A Free Gitbook
“If you are working in an organization that places lots of restrictions on how developers can do their work, then microservices may not be for you.” ― Sam Newman
Stars: ✭ 393 (-92.7%)
Mutual labels:  cloud-native, service-discovery
Consul
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
Stars: ✭ 23,723 (+340.78%)
Mutual labels:  service-discovery, service-mesh
meshery-operator
The service mesh operator.
Stars: ✭ 41 (-99.24%)
Mutual labels:  service-mesh, linkerd
inspr
Inspr is an agnostic application mesh for simpler, faster, and securer development of distributed applications (dApps).
Stars: ✭ 49 (-99.09%)
Mutual labels:  cloud-native, service-mesh
Juno
Juno 译名朱诺。这个名字来源于古罗马神话中的众神之母。它是斗鱼的微服务管理系统, 如同众神之母一样守护着所有微服务的系统。
Stars: ✭ 285 (-94.7%)
Mutual labels:  service-discovery, service-mesh
Microgateway
Security and management for microservices, with rich functionalities of the CA API Gateway family
Stars: ✭ 35 (-99.35%)
Mutual labels:  service-discovery, service-mesh
Nacos
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
Stars: ✭ 20,691 (+284.45%)
Mutual labels:  service-discovery, service-mesh
Spring Cloud Zookeeper
Spring Cloud Zookeeper
Stars: ✭ 481 (-91.06%)
Mutual labels:  cloud-native, service-discovery
learn-layer5
A sample application for learning how to service mesh and for validating SMI conformance
Stars: ✭ 43 (-99.2%)
Mutual labels:  service-mesh, linkerd
apisix-website
Apache APISIX Website
Stars: ✭ 81 (-98.49%)
Mutual labels:  cloud-native, service-mesh

linkerd

GitHub license Circle CI Slack Status Docker Pulls CII Best Practices

This repo is for the 1.x version of Linkerd. Feature development is now happening in the linkerd2 repo. This repo is currently only used for periodic maintenance releases of Linkerd 1.x.

Linkerd 1.x (pronounced "linker-DEE") acts as a transparent HTTP/gRPC/thrift/etc proxy, and can usually be dropped into existing applications with a minimum of configuration, regardless of what language they're written in. It works with many common protocols and service discovery backends, including scheduled environments like Nomad, Mesos and Kubernetes.

Linkerd is built on top of Netty and Finagle, a production-tested RPC framework used by high-traffic companies like Twitter, Pinterest, Tumblr, PagerDuty, and others.

Linkerd is hosted by the Cloud Native Computing Foundation (CNCF).

Want to try it?

We distribute binaries which you can download from the Linkerd releases page. We also publish Docker images for each release, which you can find on Docker Hub.

For instructions on how to configure and run Linkerd, see the 1.x user documentation on linkerd.io.

Working in this repo

BUILD.md includes general information on how to work in this repo. Additionally, there are documents on how to build several of the application subprojects:

  • linkerd -- produces linkerd router artifacts
  • namerd -- produces namerd service discovery artifacts
  • grpc -- produces the protoc-gen-io.buoyant.grpc code generator

We ❤️ pull requests! See CONTRIBUTING.md for info on contributing changes.

Related Repos

  • linkerd2: The main repo for Linkerd 2.x and where current development is happening.
  • linkerd-examples: A variety of configuration examples and explanations
  • linkerd-tcp: A lightweight TCP/TLS load balancer that uses Namerd
  • linkerd-viz: Zero-configuration service dashboard for Linkerd
  • linkerd-zipkin: Zipkin tracing plugins
  • namerctl: A commandline utility for controlling Namerd

Code of Conduct

This project is for everyone. We ask that our users and contributors take a few minutes to review our code of conduct.

License

Copyright 2018, Linkerd Authors. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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].