Cloud Native Live: Real-world trust management with Linkerd and cert-manager
Migrating an existing enterprise PKI to Kubernetes can be daunting — there are so many moving parts to achieving trust across boundaries! From bootstrapping certificates to terminating TLS at the ingress level, all the way down…
Project post, cross-posted from the Linkerd blog by Flynn This blog post is based on a workshop I recently delivered at Buoyant’s Service Mesh Academy. If this seems interesting, check out the full recording! mTLS and Linkerd You…
Announcing Linkerd Day 2023 at Kubecon + CloudNativeCon Europe!
Project post originally published on the Linkerd blog by Catherine Paganini Today we’re thrilled to announce the first-ever Linkerd Day! Linkerd Day will be held as a day zero conference at Kubecon EU in Amsterdam this April….
Guest post originally published on Linkerd’s blog by William Morgan It’s been a good year for Linkerd. Although much of the software industry has struggled through an economic downturn, Linkerd adoption has only been growing. In…
Cloud Native Live: Multi-cluster failover using Linkerd
Failover across clusters is a great way to improve the overall uptime and reliability of Kubernetes applications. While whole-cluster failover can be accomplished at the global ingress layer, failing over individual services is a little more…
Cloud Native Live: Zero trust network policy with Linkerd
In this session we’ll take a look at how to easily apply zero-trust-compatible network policy with Linkerd, the CNCF’s only graduated service mesh. In contrast to the Network Policies built into Kubernetes, which rely on IP…
Cloud Native Live: Locking down your Kubernetes cluster with Linkerd
In this session, we cover the basics of locking down in-cluster network traffic using the new traffic policies introduced in Linkerd 2.11. Using Linkerd’s ability to authorize traffic based on workload identity, we cover a variety…
Cloud Native Live: Certificate management with Linkerd
In this session, we cover the basics of TLS certificate management in Linkerd. While Linkerd issues, rotates, and validates per-pod TLS certificates automatically, the treatment of per-cluster issuer credentials and global trust root credentials can differ…
Keep calm and trust A/B testing with Flux, Flagger, and Linkerd
Community post by Stacey Potter At GitOps Days 2022, Jason Morgan, Technical Evangelist at Buoyant and co-chair of the CNCF Business Value Subcommittee, demonstrated how to make Flux, Flagger, and Linkerd work together. He also showed…
Cloud Native Live: Mutual TLS (mTLS) on Kubernetes with Linkerd
Mutual TLS is a hot topic in the Kubernetes world, especially for anyone tasked with getting “encryption in transit” for their applications. In this workshop, we give you a solid understanding of what mTLS is, how…