{"id":19002302,"url":"https://github.com/linkerd/linkerd-examples","last_synced_at":"2025-04-04T11:14:15.403Z","repository":{"id":6280563,"uuid":"54868666","full_name":"linkerd/linkerd-examples","owner":"linkerd","description":"Examples of how to configure and run linkerd","archived":false,"fork":false,"pushed_at":"2022-09-28T22:44:07.000Z","size":5699,"stargazers_count":441,"open_issues_count":25,"forks_count":220,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-03-28T10:08:08.145Z","etag":null,"topics":["docker","kubernetes","linkerd","mesos","service-discovery"],"latest_commit_sha":null,"homepage":"https://linkerd.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linkerd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2016-03-28T05:44:25.000Z","updated_at":"2025-03-24T02:30:23.000Z","dependencies_parsed_at":"2022-08-06T19:15:27.884Z","dependency_job_id":null,"html_url":"https://github.com/linkerd/linkerd-examples","commit_stats":null,"previous_names":["buoyantio/linkerd-examples"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkerd%2Flinkerd-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkerd%2Flinkerd-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkerd%2Flinkerd-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkerd%2Flinkerd-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linkerd","download_url":"https://codeload.github.com/linkerd/linkerd-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166168,"owners_count":20894654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","kubernetes","linkerd","mesos","service-discovery"],"created_at":"2024-11-08T18:14:34.624Z","updated_at":"2025-04-04T11:14:15.363Z","avatar_url":"https://github.com/linkerd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![linkerd][l5d-logo]\n\n[![GitHub license][license-badge]](LICENSE)\n[![Circle CI][l5d-ci-badge]][l5d-ci]\n\n# linkerd examples\n\n🎈 Welcome to linkerd-examples! 👋\n\nThis repo contains subdirectories with various examples for how to use linkerd\nand namerd. Each of the subdirectories is described below.\n\nAll examples and documents in this repo refer to\n[Linkerd 1.x](https://github.com/linkerd/linkerd) unless explicitly called out\nas a [Linkerd2](https://github.com/linkerd/linkerd2) example. For more\ninformation on getting started with Linkerd2, head over to the\n[Linkerd2 Getting Started Guide](https://linkerd.io/2/getting-started/).\n\n## Getting started\n\n* [`getting-started/`](getting-started/)\n\nProvides guides for getting linkerd up and running in multiple different\nenvironments, including local development, docker-compose, DC/OS, and\nKubernetes. More information:\n\n* [Getting Started: Running with Docker](https://linkerd.io/getting-started/docker/)\n* [Getting Started: Running in Kubernetes](https://linkerd.io/getting-started/k8s/)\n\n## Add steps demo\n\n* [`add-steps/`](add-steps/)\n\nProvides a self-contained docker-compose environment that can be used to test\nlinkerd's performance. More information:\n\n* [Making Things Faster by Adding More Steps](https://blog.buoyant.io/2017/01/31/making-things-faster-by-adding-more-steps/)\n\n## Consul\n\n* [`consul/`](consul/)\n\nProvides a self-contained docker-compose environment which shows how to\nuse consul as a service discovery back-end with linkerd.\n\n## DC/OS\n\n* [`dcos/`](dcos/)\n\nProvides common configurations for deploying linkerd and namerd to DC/OS. More\ninformation:\n\n* [Getting Started: Running in DC/OS](https://linkerd.io/getting-started/dcos/)\n* [linkerd on DC/OS for Service Discovery and Visibility](https://blog.buoyant.io/2016/10/10/linkerd-on-dcos-for-service-discovery-and-visibility/)\n\n## Docker\n\n* [`docker/`](docker/)\n\nContains files and scripts for building custom Docker images that are used in\nsome of the examples in this repo.\n\n## Amazon ECS\n\n* [`ecs/`](ecs/)\n\nProvides common configurations for deploying linkerd to Amazon ECS. More\ninformation:\n\n* [Getting Started: Running in ECS](https://linkerd.io/getting-started/ecs/)\n\n## Failure accrual demo\n\n* [`failure-accrual/`](failure-accrual/)\n\nProvides a self-contained docker-compose environment that can be used to test\nvarious failure accrual settings. More information:\n\n* [Making microservices more resilient with advanced circuit breaking](https://linkerd.io/2017/01/14/making-microservices-more-resilient-with-circuit-breaking/)\n\n## Gob's microservice\n\n* [`gob/`](gob/)\n\nDefines an example microservice application that uses linkerd and namerd to do\nstaging, canary, and blue-green deploy.\n\n## http_proxy\n\n* [`http-proxy/`](http-proxy/)\n\nContains a linkerd configuration file that demonstrates how to make requests\nthrough linkerd using the http_proxy environment variable. More information:\n\n* [Features: HTTP proxy integration](https://linkerd.io/features/http-proxy/)\n\n## influxdb\n\n* [`influxdb/`](influxdb/)\n\nSets up a demo environment that configures a\n[linkerd-viz](https://github.com/linkerd/linkerd-viz)-like dashboard using\nlinkerd, Telegraf, InfluxDB, and Grafana. Provides helpful configuration files\nand dashboards for all components.\n\n## A Service Mesh for Kubernetes\n\n* [`k8s-daemonset/`](k8s-daemonset/)\n\nDefines a sample hello world app and multiple configs for deploying the app\nto Kubernetes in various configurations, in support for Buoyant's \"A Service\nMesh for Kubernetes\" series of blog posts. More information:\n\n* [A Service Mesh for Kubernetes, Part I: Top-Line Service Metrics](https://blog.buoyant.io/2016/10/04/a-service-mesh-for-kubernetes-part-i-top-line-service-metrics/)\n* [Getting Started: Running in Kubernetes with DaemonSets](https://linkerd.io/getting-started/k8s-daemonset/)\n\n## lifecycle\n\n* [`lifecycle/`](lifecycle/)\n\nProduction testing [Linkerd2's](https://github.com/linkerd/linkerd2) discovery \u0026 caching.\n\n## linkerd-tcp\n\n* [`linkerd-tcp/`](linkerd-tcp/)\n\nSets up a demo environment that uses linkerd to route HTTP traffic and\n[linkerd-tcp](https://github.com/linkerd/linkerd-tcp) to route Redis traffic.\nProvides helpful configuration files and dashboards for all components.\n\n## Mesos + Marathon\n\n* [`mesos-marathon/`](mesos-marathon/)\n\nDemonstrates running linkerd and a sample hello world app on Mesos and Marathon,\nwithout DC/OS.\n\n## Perf baseline\n\n* [`perf-baseline/`](perf-baseline/)\n\nDemonstrates baseline performance metrics for the Linkerd2 Proxy.\n\n## Plugins\n\n* [`plugins/`](plugins/)\n\nContains sample code for building linkerd plugins. More information:\n\n* [In Depth: Plugins](https://linkerd.io/in-depth/plugin/)\n\n## Testing\n\n```bash\ndocker run -v `pwd`:/root/linkerd-examples --entrypoint=/root/linkerd-examples/.circleci/ci.sh buoyantio/linkerd:1.4.6\n```\n\n\u003c!-- references --\u003e\n[l5d-ci]: https://circleci.com/gh/linkerd/linkerd-examples\n[l5d-ci-badge]: https://circleci.com/gh/linkerd/linkerd-examples.svg?style=shield\n[l5d-logo]: https://user-images.githubusercontent.com/9226/33582867-3e646e02-d90c-11e7-85a2-2e238737e859.png\n[license-badge]: https://img.shields.io/github/license/linkerd/linkerd-examples.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkerd%2Flinkerd-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinkerd%2Flinkerd-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkerd%2Flinkerd-examples/lists"}