feat: homepage updates (#926)

* feat: homepage updates

Signed-off-by: Patrick Heneise <patrick@zentered.co>
Signed-off-by: Christian Mejlak <chris@mejlak.com>

_note_: there are some failing checks for missing alt tags. I'm merging this change and will address the missing alt tags in a different PR
This commit is contained in:
Patrick Heneise 2021-02-16 21:33:55 +01:00 committed by GitHub
parent 2d79d5d6c1
commit 268702f0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
129 changed files with 252 additions and 58 deletions

View File

@ -32,6 +32,9 @@ fields:
- type: file
label: Featured Thumbnail
name: feature
- type: boolean
label: Featured Blog
name: featured
pages:
- linkerd.io/content/blog/december-linkerd-community-meeting.md
- linkerd.io/content/blog/january-2021-linkerd-hero-nomination.md

View File

@ -84,10 +84,20 @@
padding: 40px 0 40px;
}
.homepage-top-hero {
.homepage-top-hero .bg-texture { position: relative; }
.homepage-top-hero .bg-texture:before {
content: "";
display: block;
width: 120%;
height: 100%;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
background: url('/images/pattern_home_hero.svg');
background-repeat: no-repeat;
background-position: left center;
background-position: center center;
background-size: cover;
}
.community-top-hero {
@ -576,4 +586,8 @@ blockquote {
.triangles {
background: url('/images/textures/triangles.svg') no-repeat center;
background-size: cover;
}
.featured-blogs__heading {
font-size: 18px !important;
}

View File

@ -13,6 +13,13 @@ top_hero:
- caption: Join the Community
url: "/community/"
image_on_the_right: false
benefits:
- title: "Focus on simplicity"
image: "/uploads/lego.svg"
- title: "Fast and efficient"
image: "/uploads/fast.svg"
- title: "Best-in-breed security"
image: "/uploads/secure.svg"
announcement_banner:
description: "**2021-01-28** Announcing the Linkerd Steering Committee! [Read more »](/2021/01/28/announcing-the-linkerd-steering-committee/)"
description: Linkerd adds critical security, observability, and reliability to your
@ -32,61 +39,49 @@ tweets:
event_pictures: []
features_list:
items:
- title: Thriving open source community
description: "Linkerd is 100% Apache-licensed, with an incredibly fast-growing,
active, and friendly community. \n[Come join the fun](https://slack.linkerd.io/)!"
image: "/uploads/value-props/foss.svg"
- title: Ultralight and ultra fast
description: Built in Rust, Linkerd's data plane proxies are incredibly small
(<10 mb) and blazing fast (p99 < 1ms).
image: "/uploads/value-props/quill-circle.svg"
- title: Simple, minimalist design
description: No complex APIs or configuration. For most applications, Linkerd
will "just work" out of the box.
image: "/uploads/value-props/lego.svg"
- title: Installs in seconds with zero config
description: Linkerd's control plane installs into a single namespace, and services
can be safely added to the mesh, one at a time.
image: "/uploads/value-props/stopwatch.svg"
- title: Deep Runtime Diagnostics
description: Get a comprehensive suite of diagnostic tools, including automatic
service dependency maps and live traffic samples.
image: "/uploads/value-props/stethoscope.svg"
- title: Actionable service metrics
description: Best-in-class observability allows you to monitor golden metrics—success
rate, request volume, and latency—for every service.
image: "/uploads/value-props/graph.svg"
buttons:
- title: Instant platform metrics
description: "The only service mesh that's simple—minimal config, no hidden magic, and plenty of diagnostics and debugging tools."
- title: Simpler than any other service mesh
description: The only service mesh that's simple—minimal config, no hidden magic, and plenty of diagnostics and debugging tools.
- title: Zero-config mutual TLS
description: Transparently apply mutual TLS to all TCP communication on your cluster with no configuration.
- title: Minimalist footprint, incremental rollout
description: A minimalist, self-contained control plane, and a data plane that can be applied incrementally to one service at a time
- title: Ultralight and ultra-fast
description: Linkerd's data plane proxies are incredibly small, blazing fast, and written in Rust for security and performance.
- title: Drop-in reliability features
description: Instantly add latency-aware load balancing, request retries, timeouts, and blue-green deploys to keep your system resilient in the face of partial failures.
buttons:
- caption: Get Started
url: https://linkerd.io/choose-your-platform/
companies_title:
companies:
- image: "/uploads/logos/blue/expedia.svg"
- image: "/uploads/logos/blue/expedia.png"
link: https://www.expedia.com
- image: "/uploads/logos/blue/offerup.svg"
- image: "/uploads/logos/blue/offerup.png"
link: https://offerup.com/
- image: "/uploads/logos/blue/ask.svg"
- image: "/uploads/logos/blue/hp.png"
link: https://ask.com/
- image: "/uploads/logos/blue/bigcommerce.svg"
- image: "/uploads/logos/blue/bigcommerce.png"
link: https://www.bigcommerce.com/
- image: "/uploads/logos/blue/comcast.svg"
- image: "/uploads/logos/blue/cisco-webex.png"
link: https://www.xfinity.com/
- image: "/uploads/logos/blue/ebay.svg"
- image: "/uploads/logos/blue/clover-health.png"
link: https://www.ebay.com/
- image: "/uploads/logos/blue/godaddy.svg"
- image: "/uploads/logos/blue/godaddy.png"
link: https://godaddy.com/
- image: "/uploads/blue-h-e-b.svg"
- image: "/uploads/logos/blue/heb.png"
link: https://www.heb.com/
- image: "/uploads/logos/blue/walmart.svg"
link: https://www.walmart.com/
- image: "/uploads/logos/blue/planet.svg"
- image: "/uploads/logos/blue/planet.png"
link: https://www.planet.com/
- image: "/uploads/logos/blue/strava.svg"
- image: "/uploads/logos/blue/strava.png"
link: https://www.strava.com/
- image: "/uploads/logos/blue/elkjopnordic.svg"
- image: "/uploads/logos/blue/elkjop.png"
link: https://www.elkjopnordic.com/
foundation_member_banner:
title: Linkerd is a CNCF incubating project
title: Linkerd is a CNCF member project
image: "/uploads/CNCF_Alternate_Pantone.png"
---

View File

@ -7,6 +7,7 @@ author: 'william'
date: Tue, 23 Oct 2018 18:37:39 +0000
thumbnail: /uploads/Lachie-Unboxing.png
draft: false
featured: true
tags: [Community, Linkerd, Tutorials &amp; How-To's, Video]
---

View File

@ -7,6 +7,7 @@ author: 'andrew'
date: Tue, 08 Aug 2017 15:08:30 +0000
draft: false
thumbnail: /uploads/linkerd_featured.png
featured: true
tags:
[
aws,

View File

@ -6,6 +6,7 @@ aliases:
author: 'alex'
date: Tue, 04 Oct 2016 22:42:59 +0000
draft: false
featured: false
thumbnail: /uploads/kubernetes1_featured_Twitter_ratio.png
tags: [Article, Education, Linkerd, linkerd, tutorials]
---

View File

@ -10,6 +10,7 @@ author: 'alex'
thumbnail: /uploads/kubernetes2_featured_Twitter_ratio.png
date: Fri, 14 Oct 2016 22:55:04 +0000
draft: false
featured: false
tags: [Article, Education, Linkerd, linkerd, tutorials]
---

View File

@ -4,6 +4,7 @@ title: 'A Service Mesh for Kubernetes, Part III: Encrypting all the things'
author: 'alex'
date: Mon, 24 Oct 2016 23:00:15 +0000
draft: false
featured: false
thumbnail: /uploads/kubernetes3_featured_Twitter_ratio.png
tags: [Article, Education, Linkerd, linkerd, tutorials]
---

View File

@ -7,6 +7,7 @@ author: 'sarah'
date: Fri, 04 Nov 2016 23:02:03 +0000
thumbnail: /uploads/kubernetes4_featured_Twitter_ratio.png
draft: false
featured: false
tags: [Linkerd, linkerd, News, tutorials]
---

View File

@ -7,6 +7,7 @@ author: 'risha'
date: Wed, 19 Apr 2017 23:34:57 +0000
thumbnail: /uploads/kubernetes9_featured_Twitter_ratio.png
draft: false
featured: false
tags: [Linkerd, linkerd, News, tutorials]
---

View File

@ -7,6 +7,7 @@ author: 'risha'
date: Fri, 18 Nov 2016 00:10:16 +0000
thumbnail: /uploads/kubernetes5_featured_Twitter_ratio.png
draft: false
featured: false
tags: [Article, Education, Linkerd, linkerd, tutorials]
---

View File

@ -7,6 +7,7 @@ author: 'risha'
date: Sat, 07 Jan 2017 00:13:02 +0000
thumbnail: /uploads/kubernetes6_featured_Twitter_ratio.png
draft: false
featured: false
tags: [Article, Education, Linkerd, linkerd, tutorials]
---

View File

@ -7,6 +7,7 @@ author: 'kevin'
date: Tue, 14 Mar 2017 23:26:32 +0000
thumbnail: /uploads/kubernetes7_featured_Twitter_ratio.png
draft: false
featured: false
tags: [Article, Education, Linkerd, linkerd, tutorials]
---

View File

@ -7,6 +7,7 @@ author: 'sarah'
thumbnail: /uploads/kubernetes8_featured_Twitter_ratio.png
date: Thu, 06 Apr 2017 23:34:10 +0000
draft: false
featured: false
tags: [Linkerd, linkerd, News, tutorials]
---

View File

@ -7,6 +7,7 @@ author: 'alex'
date: Wed, 24 May 2017 23:36:26 +0000
thumbnail: /uploads/kubernetes10_featured_Twitter_ratio.png
draft: false
featured: false
tags: [Linkerd, linkerd, News, tutorials]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'alex'
date: Tue, 20 Jun 2017 23:36:51 +0000
draft: false
featured: false
thumbnail: /uploads/kubernetes11_featured_Twitter_ratio.png
tags: [Linkerd, linkerd, News, tutorials]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'gmiranda23'
date: Wed, 20 Dec 2017 23:11:11 +0000
draft: false
featured: false
thumbnail: /uploads/version_conduit_011.png
tags: [conduit, Conduit, Release Notes, releases]
---

View File

@ -4,6 +4,7 @@ title: 'Announcing Conduit 0.3 and the Conduit Roadmap'
author: 'william'
date: Wed, 21 Feb 2018 20:47:41 +0000
draft: false
featured: false
thumbnail: /uploads/version_conduit_030.png
tags: [conduit, Conduit, News, Release Notes]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'gmiranda23'
date: Thu, 01 Feb 2018 16:29:10 +0000
draft: false
featured: false
thumbnail: /uploads/version_conduit_020.png
tags: [conduit, Conduit, HTTP/1, News, Release Notes, TCP]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'oliver'
date: Tue, 25 Apr 2017 23:36:00 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_version_1_featured.png
tags: [Linkerd, linkerd, News]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'william'
date: Tue, 18 Sep 2018 17:00:00 +0000
draft: false
featured: false
thumbnail: /uploads/2-web-overview.png
tags:
[cloud-native, Community, kubernetes, Linkerd, linkerd, microservices, News]

View File

@ -6,6 +6,7 @@ aliases:
author: 'william'
date: Thu, 06 Dec 2018 22:36:00 +0000
draft: false
featured: false
tags: [News]
---

View File

@ -7,6 +7,7 @@ author: 'william'
date: Tue, 12 Feb 2019 22:21:13 +0000
thumbnail: /uploads/image-11-1.png
draft: false
featured: false
tags: [Buoyant, Linkerd, News]
---

View File

@ -4,6 +4,7 @@ author: 'william'
date: 2019-04-16T21:00:00+00:00
thumbnail: /uploads/lego-stormtroopers.jpg
draft: false
featured: false
slug: announcing-linkerd-2.3
tags: [Linkerd]
---

View File

@ -4,6 +4,7 @@ author: 'william'
date: 2019-07-11T00:00:00+00:00
thumbnail: /uploads/highway-split.jpg
draft: false
featured: false
slug: announcing-linkerd-2.4
tags: [Linkerd]
---

View File

@ -4,6 +4,7 @@ author: 'william'
date: 2019-08-20T00:00:00+00:00
thumbnail: /uploads/diving-helmet.jpg
draft: false
featured: false
slug: announcing-linkerd-2.5
tags: [Linkerd]
---

View File

@ -4,6 +4,7 @@ author: 'william'
date: 2019-10-10T00:00:00+00:00
thumbnail: /uploads/old-chairs.jpg
draft: false
featured: false
slug: announcing-linkerd-2.6
tags: [Linkerd]
---

View File

@ -4,6 +4,7 @@ author: 'william'
date: 2020-02-10T00:00:00+00:00
thumbnail: /uploads/georgia-de-lotz-xyh8P8k-X90-unsplash.jpg
draft: false
featured: false
slug: announcing-linkerd-2.7
tags: [Linkerd]
---

View File

@ -4,6 +4,7 @@ author: 'william'
date: 2020-06-09T00:00:00+00:00
thumbnail: /uploads/bence-balla-schottner-6c7LVHBc6oI-unsplash.jpg
draft: false
featured: false
slug: announcing-linkerd-2.8
tags: [Linkerd]
---

View File

@ -4,6 +4,7 @@ author: 'william'
date: 2020-11-09T00:00:00+00:00
thumbnail: /uploads/warning-gate.jpg
draft: false
featured: false
slug: announcing-linkerd-2.9
tags: [Linkerd]
---

View File

@ -7,6 +7,7 @@ author: 'gmiranda23'
date: Mon, 04 Jun 2018 16:47:09 +0000
thumbnail: /uploads/linkerd-graalvm-working-group.png
draft: false
featured: false
tags: [Linkerd, linkerd, News]
---

View File

@ -3,6 +3,7 @@ title: 'Architecting for Multicluster Kubernetes'
author: 'thomas'
date: Mon, 17 Feb 2020 09:00:00 +0000
draft: false
featured: false
tags: [Linkerd, Multicluster]
thumbnail: /uploads/ruler.png
---

View File

@ -7,6 +7,7 @@ author: 'steve'
thumbnail: /uploads/linkerd_featured_load_balancing.png
date: Wed, 16 Mar 2016 22:12:27 +0000
draft: false
featured: false
tags: [Article, Buoyant, buoyant, Education, Linkerd, linkerd]
---

View File

@ -7,6 +7,7 @@ author: 'gmiranda23'
date: Thu, 26 Oct 2017 08:05:40 +0000
thumbnail: /uploads/shadows1_featured_Twitter_ratio.png
draft: false
featured: false
tags: [Buoyant, buoyant, Linkerd, News, Video]
---

View File

@ -7,6 +7,7 @@ author: 'gmiranda23'
thumbnail: /uploads/shadows2_featured_Twitter_ratio.png
date: Mon, 20 Nov 2017 21:23:46 +0000
draft: false
featured: false
tags:
[
Buoyant,

View File

@ -6,6 +6,7 @@ author: 'carol'
thumbnail: /uploads/linkerd-dashboard.png
date: 2019-04-10T10:12:45-07:00
draft: false
featured: false
tags: [Linkerd, linkerd, News, tutorials]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'franzi'
date: Fri, 20 Apr 2018 13:58:01 +0000
draft: false
featured: false
thumbnail: /uploads/version_conduit_040.png
tags: [conduit, Conduit, kubernetes, monitoring, News, Release Notes]
---

View File

@ -7,6 +7,7 @@ author: 'oliver'
date: Fri, 06 Jul 2018 16:41:57 +0000
thumbnail: /uploads/a6d4b0bd-conduit.jpg
draft: false
featured: false
tags: [Conduit, Linkerd, News]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'gmiranda23'
date: Wed, 27 Dec 2017 22:12:40 +0000
draft: false
featured: false
thumbnail: /uploads/conduit_community_recap.png
tags: [Community, conduit, Conduit, News, Release Notes]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'eliza'
date: Fri, 04 Aug 2017 22:20:42 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_featured.png
tags: [Linkerd, linkerd, News, tutorials]
---

View File

@ -7,6 +7,7 @@ author: 'kiersten'
date: Mon, 05 Nov 2018 21:22:19 +0000
thumbnail: /uploads/Screen-Shot-2018-11-05-at-1.18.23-PM.png
draft: false
featured: false
tags: [Community, Events, Linkerd, Tutorials &amp; How-To's, Webinars]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'kiersten'
date: Fri, 02 Nov 2018 19:03:29 +0000
draft: false
featured: false
thumbnail: /uploads/Screen-Shot-2018-11-02-at-11.53.21-AM.png
tags: [Community, Events, Linkerd, News]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'thomas'
date: Tue, 13 Nov 2018 23:34:20 +0000
draft: false
featured: false
thumbnail: /uploads/Screen-Shot-2018-11-13-at-3.48.47-PM-1.png
tags: [Community, Linkerd, Tutorials &amp; How-To's]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'dennis'
date: Tue, 19 Jun 2018 23:25:51 +0000
draft: false
featured: false
thumbnail: /uploads/DiagnosticTracing_Linkerd.png
tags:
[

View File

@ -7,6 +7,7 @@ author: 'kevin'
date: Sat, 02 Feb 2019 00:31:52 +0000
thumbnail: /uploads/Screen-Shot-2019-02-01-at-4.23.09-PM.png
draft: false
featured: false
tags: [Community, Linkerd, Tutorials &amp; How-To's]
---

View File

@ -5,6 +5,7 @@ feature = "/uploads/screen-shot-2020-12-17-at-11-54-05-am.png"
tags = ["meetup"]
thumbnail = "/uploads/screen-shot-2020-12-17-at-11-54-05-am.png"
title = "December Linkerd Community Meeting "
featured = false
+++
This months community meeting had lots of great content!

View File

@ -3,6 +3,7 @@ title: "Linkerd's design principles"
author: 'william'
date: 2019-04-29T21:00:00+00:00
draft: false
featured: false
slug: linkerd-design-principles
thumbnail: /uploads/moulay-idriss.jpg
tags: [Linkerd]

View File

@ -6,6 +6,7 @@ aliases:
author: 'kevin'
date: Tue, 17 May 2016 22:28:48 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_featured_ployglot-1.png
tags: [Article, Education, Linkerd, linkerd, tutorials]
---

View File

@ -4,6 +4,7 @@ author: 'alex'
date: 2019-07-18T14:56:26-07:00
thumbnail: /uploads/internal-server-error.png
draft: false
featured: false
slug: failure-injection-using-the-service-mesh-interface-and-linkerd
tags: [Linkerd]
---

View File

@ -5,6 +5,7 @@ author: 'william'
date: Wed, 14 Nov 2018 18:22:51 +0000
thumbnail: /uploads/Mono-8d2e53ef-b133-4aa0-9551-7e36a880c553.png
draft: false
featured: false
tags: [Community, Industry Perspectives, Linkerd, Tutorials &amp; How-To's]
---

View File

@ -4,6 +4,7 @@ author: 'william'
date: 2019-09-18T00:00:00+00:00
thumbnail: /uploads/cake.png
draft: false
featured: false
slug: happy-birthday-linkerd
tags: [Linkerd]
---

View File

@ -7,6 +7,7 @@ author: 'alex'
thumbnail: /uploads/image-15.png
date: Fri, 22 Feb 2019 19:12:24 +0000
draft: false
featured: false
tags: [News]
---

View File

@ -4,6 +4,7 @@ title: 'HTTP/2, gRPC and Linkerd'
author: 'oliver'
date: Wed, 11 Jan 2017 00:16:09 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_GRPC_featured.png
tags: [linkerd, News, Product Announcement]
---

View File

@ -5,6 +5,7 @@ feature = "/uploads/august-linkerd-community-meetup.png"
tags = []
thumbnail = "/uploads/august-linkerd-community-meetup.png"
title = "ICYMI 👉 August Linkerd Community Meetup"
featured = false
+++
[![Recording](/uploads/august-linkerd-meetup.png "August Linkerd Community Meetup")**Click for recording >>>**](https://www.crowdcast.io/e/linkerd-online-community-4/1)

View File

@ -6,6 +6,7 @@ tags = ["Linkerd Talk", "Community Meetup"]
thumbnail = "/uploads/Screen Shot 2019-07-31 at 9.26.00 AM.png"
title = "ICYMI 👉 July Linkerd Community Meetup"
summary = "In this month's community meeting, Oliver, Thomas, and special guests Stefan Prodan, creator of the project, and Carol Scott, Linkerd maintainer extraordinaire, discussed ..."
featured = false
+++
[![Click for recording](/uploads/Screen Shot 2019-07-31 at 10.15.18 AM.png "July Linkerd Community Meetup")Click to view the recording >>>](https://www.crowdcast.io/e/linkerd-online-community-3/1)

View File

@ -3,6 +3,7 @@ slug: 'icymi-march-2019-san-francisco-linkerd-meetup'
title: 'ICYMI: March 2019 San Francisco Linkerd Meetup'
author: 'kiersten'
date: Fri, 29 Mar 2019 12:00:00 +0000
featured: false
---
Earlier this week we kicked off our very first [San Francisco Linkerd Meetup](https://www.meetup.com/San-Francisco-Linkerd-Meetup/). It was a fun night filled with education, great food, and lots of good conversation. If you missed it, never fear: all the talks were recorded!

View File

@ -4,6 +4,7 @@ title: 'ICYMI: May 2019 San Francisco Linkerd Meetup'
author: 'kiersten'
date: Mon, 12 May 2019 09:00:00 +0000
draft: false
featured: false
tags: [Community, Linkerd]
thumbnail: /uploads/sf-linkerd-meetup-image.png
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'william'
date: Tue, 05 Dec 2017 16:00:44 +0000
draft: false
featured: false
thumbnail: /uploads/conduit_introducing_conduit_featured.png
tags:
[

View File

@ -7,6 +7,7 @@ author: 'oliver'
date: Wed, 29 Mar 2017 23:32:27 +0000
thumbnail: /uploads/linkerd_tcp_featured.png
draft: false
featured: false
tags: [Linkerd, linkerd, News]
---

View File

@ -5,6 +5,7 @@ feature = ""
tags = ["Linkerd", "Community Hero"]
thumbnail = "/uploads/january-linkerd-heros-1.png"
title = "January 2021 Linkerd Hero Nomination "
featured = false
+++
## **Vote for your January Linkerd Hero!**

View File

@ -5,6 +5,7 @@ feature = "/uploads/januarythumb.png"
tags = ["Linkerd"]
thumbnail = "/uploads/januarythumb.png"
title = "January Linkerd Community Meeting Recap"
featured = false
+++
Missed our meeting last month? Don't worry, here's a synopsis along with the

View File

@ -3,6 +3,7 @@ title: 'Linkerd at KubeCon EU 2019: Benchmarks, SMI, VSCode, and more'
author: 'william'
date: Fri, 31 May 2019 09:00:00 +0000
draft: false
featured: false
tags: [Community, Linkerd, Kubecon]
thumbnail: /uploads/kccnceu19-linkerd.jpg
---

View File

@ -3,6 +3,7 @@ title: 'Linkerd at Kubecon NA 2019 roundup: Nordstrom, Microsoft, OpenFaaS, PayB
author: 'william'
date: Tue, 26 Nov 2019 09:00:00 -0800
draft: false
featured: false
slug: linkerd-at-kubecon-na-2019-roundup
tags: [Community, Linkerd, Kubecon]
thumbnail: /uploads/kccnceu19-linkerd.jpg

View File

@ -6,6 +6,7 @@ aliases:
author: 'william'
date: Wed, 07 Dec 2016 00:11:05 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_version_084_featured.png
tags: [Linkerd, linkerd, News, Product Announcement]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'alex'
date: Thu, 23 Feb 2017 00:24:50 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_version_009_featured.png
tags: [Linkerd, linkerd, News, Product Announcement]
---

View File

@ -7,6 +7,7 @@ author: 'eliza'
date: Fri, 08 Sep 2017 20:23:01 +0000
thumbnail: /uploads/linkerd_version_12_featured.png
draft: false
featured: false
tags: [Linkerd, linkerd, News]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'eliza'
date: Fri, 01 Dec 2017 15:39:26 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_version_133_featured.png
tags: [Buoyant, Community, Linkerd, linkerd, Release Notes]
---

View File

@ -3,6 +3,7 @@ title: "Linkerd's Commitment to Open Governance"
author: 'william'
date: 2019-10-03T00:00:00+00:00
draft: false
featured: false
thumbnail: /uploads/1356360647_27ab460006_c.jpg
tags: [Linkerd]
---

View File

@ -3,6 +3,7 @@ title: 'Linkerd Benchmarks'
author: 'william'
date: Mon, 18 May 2019 09:00:00 +0000
draft: false
featured: false
tags: [Community, Linkerd]
thumbnail: /uploads/glaciers.jpg
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'william'
date: Tue, 19 Apr 2016 22:21:14 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_featured_EASY.png
tags: [buoyant, Linkerd, linkerd, News, Product Announcement]
---

View File

@ -4,6 +4,7 @@ author: 'alex'
date: 2019-10-07T00:00:00+00:00
thumbnail: /uploads/chart.png
draft: false
featured: false
tags: [Linkerd]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'gmiranda23'
date: Fri, 16 Feb 2018 22:17:40 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_faster_featured.png
tags: [buoyant, Community, Linkerd, linkerd, News]
---

View File

@ -3,6 +3,7 @@ title: 'Linkerd GSoC 2020'
author: 'ivan'
date: 2020-05-04T09:00:00+00:00
draft: false
featured: false
tags: [Linkerd, linkerd, gsoc]
thumbnail: /uploads/gsoc.png
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'william'
date: Tue, 24 Jan 2017 00:20:26 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_cncf_featured.png
tags: [Buoyant, buoyant, Linkerd, linkerd, News]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'andrew'
date: Mon, 10 Oct 2016 22:45:50 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_featured_DCOS.png
tags: [Article, Education, Linkerd, linkerd, tutorials]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'william'
date: Wed, 08 Mar 2017 00:25:37 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_hundred_billion_featured.png
tags: [Buoyant, buoyant, linkerd, News]
---

View File

@ -3,6 +3,7 @@ title: "Introducing Linkerd's RFC process"
author: 'thomas'
date: 2020-04-08T09:00:00+00:00
draft: false
featured: false
tags: [Linkerd]
thumbnail: /uploads/scroll.png
---

View File

@ -5,6 +5,7 @@ feature = "/uploads/flow-chart.png"
tags = ["Linkerd"]
thumbnail = "/uploads/uljana-maljutina-FtqOR3SyENA-unsplash.jpg"
title = "Announcing the Linkerd Steering Committee"
featured = false
+++
![Closeup of a red squirrel](/uploads/uljana-maljutina-FtqOR3SyENA-unsplash.jpg)

View File

@ -7,6 +7,7 @@ author: 'william'
thumbnail: /uploads/linkerd_featured_operability.png
date: Thu, 18 Feb 2016 22:51:16 +0000
draft: false
featured: false
tags: [Buoyant, buoyant, Linkerd, linkerd, News]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'kevin'
date: Sat, 14 Jan 2017 00:17:03 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_circuit_breaking_featured.png
tags: [Article, Education, Linkerd, linkerd, tutorials]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'andrew'
date: Wed, 01 Feb 2017 00:22:35 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_faster_featured.png
tags: [Article, Education, Linkerd, linkerd, tutorials]
---

View File

@ -3,6 +3,7 @@ title: 'Multicluster Kubernetes with Service Mirroring'
author: 'thomas'
date: Tue, 25 Feb 2020 09:00:00 +0000
draft: false
featured: false
tags: [Linkerd, Multicluster]
thumbnail: /uploads/mirror.png
---

View File

@ -5,6 +5,7 @@ feature = "/uploads/screen-shot-2020-11-03-at-5-50-01-pm.png"
tags = ["meeting", "meetup"]
thumbnail = "/uploads/screen-shot-2020-11-03-at-5-50-01-pm.png"
title = "October Linkerd Community Meeting "
featured = false
+++
This months community meeting was jam packed! With the stable 2.9 release coming up soon, Oliver Gould provided us with some details about whatll be coming. Expect mTLS to automatically work for TCP as well as HTTP, ARM support and more. Next up, Naseem Ullah walked us through what it takes to get alerting up and running based on Linkerds metrics as he outlined in ["Linkerd — Alerting On Error Rates](https://naseemkullah.medium.com/linkerd-alerting-on-error-rates-33c0a30899d0)". Linkerd maintainer, Kevin Leimkuhler, keeps the metrics momentum going by explaining a little bit about SLOs, why you want them and how to implement them with Linkerd and Prometheus.

View File

@ -7,6 +7,7 @@ author: 'andrew'
date: Thu, 17 May 2018 18:21:51 +0000
thumbnail: /uploads/prometheus-the-right-way.png
draft: false
featured: false
tags: [Conduit, Uncategorized]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'oliver'
date: Wed, 04 May 2016 22:25:41 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_featured_PLAYING_WELL.png
tags: [Article, buoyant, Education, Linkerd, linkerd]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'charles'
date: Mon, 23 Mar 2020 21:30:51 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_x_knative.png
tags: [Linkerd, linkerd, serverless, tutorials, knative]
---

View File

@ -4,6 +4,7 @@ author: 'william'
date: 2019-08-09T00:00:00+00:00
thumbnail: /uploads/threading-the-needle.jpg
draft: false
featured: false
slug: service-mesh-distributed-tracing-myths
tags: [Linkerd]
summary: "One of the most common feature requests for Linkerd 2.x is distributed tracing. We're happy to report that this feature is on the near-term Linkerd roadmap. Unfortunately, we've found that many of the people asking for this feature don't quite understand what they're asking for."

View File

@ -6,6 +6,7 @@ aliases:
author: 'alex'
date: Sat, 08 Dec 2018 04:10:13 +0000
draft: false
featured: false
thumbnail: /uploads/image-2.png
tags:
[

View File

@ -6,6 +6,7 @@ aliases:
author: 'steve'
date: Sat, 10 Dec 2016 00:11:51 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_slow_cooker_featured.png
tags: [Buoyant, buoyant, News, Product Announcement]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'steve'
date: Fri, 17 Jun 2016 22:34:27 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_featured_sidecars.png
tags: [Article, buoyant, Education, linkerd]
---

View File

@ -3,6 +3,7 @@ title: 'Linkerd and SMI'
author: 'william'
date: Fri, 24 May 2019 09:00:00 +0000
draft: false
featured: false
tags: [Community, Linkerd]
thumbnail: /uploads/sound-mixer.jpg
---

View File

@ -7,6 +7,7 @@ author: 'kiersten'
date: Fri, 21 Sep 2018 23:27:57 +0000
thumbnail: /uploads/Screen-Shot-2018-09-21-at-8.13.55-PM.png
draft: false
featured: false
tags: [Community, Events, Linkerd, Tutorials &amp; How-To's, Webinars]
---

View File

@ -7,6 +7,7 @@ author: 'william'
date: Fri, 19 Oct 2018 15:49:12 +0000
thumbnail: /uploads/Kubecon-NA-2018.png
draft: false
featured: false
tags: [Buoyant, Community, Events, Linkerd]
---

View File

@ -4,6 +4,7 @@ author: 'oliver'
date: 2020-09-02T00:00:00-08:00
thumbnail: /uploads/amit-jain-pQ04riRO9wM-unsplash.jpg
draft: false
featured: false
slug: the-road-ahead-for-linkerd2-proxy
tags: [Linkerd]
---

View File

@ -5,6 +5,7 @@ feature = ""
tags = ["service routing"]
thumbnail = "/uploads/abstract-5719221_1920.jpg"
title = "Topology-Aware Service Routing on Kubernetes with Linkerd"
featured = false
+++
A few months ago, I was browsing through issues and feature requests in the

View File

@ -6,6 +6,7 @@ aliases:
author: 'alex'
date: Thu, 24 Mar 2016 22:16:06 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_featured_transparent.png
tags: [Article, Education, Linkerd, linkerd, tutorials]
---

View File

@ -5,6 +5,7 @@ feature = "/uploads/flow-chart.png"
tags = ["Linkerd"]
thumbnail = "/uploads/michael-dziedzic-deHhHOttSdk-unsplash.jpg"
title = "Under the hood of Linkerd's state-of-the-art Rust proxy, Linkerd2-proxy"
featured = false
+++

View File

@ -6,6 +6,7 @@ aliases:
author: 'alex'
date: Tue, 24 May 2016 22:33:14 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_v_060.png
tags: [Article, Buoyant, Linkerd, linkerd, News]
---

View File

@ -6,6 +6,7 @@ aliases:
author: 'mohsen'
date: Wed, 27 Jun 2018 01:29:57 +0000
draft: false
featured: false
thumbnail: /uploads/WePay-logo.png
tags:
[

View File

@ -6,6 +6,7 @@ aliases:
author: 'risha'
date: Mon, 24 Jul 2017 22:09:31 +0000
draft: false
featured: false
thumbnail: /uploads/linkerd_featured.png
tags: [Linkerd, linkerd, News, tutorials]
---

Some files were not shown because too many files have changed in this diff Show More