- 114
- 141 341
Buoyant
United States
เข้าร่วมเมื่อ 18 เม.ย. 2016
We build tools for engineers, not enterprise buying cycles. From the ultralight open source Linkerd service mesh, to the powerful platform health dashboard Buoyant Cloud, Buoyant makes Kubernetes work for SREs, platform owners, and engineers.
Open Source and Cloud Native
In this episode, we're joined by Phill Gibson, Sr. Product Manager at Azure, who focuses on enabling the cloud native ecosystem and open source in Azure. Like Kubernetes itself, the cloud native ecosystem has evolved significantly over the past decade. But have things become simpler? And for those building platforms on Kubernetes, is there a way to reverse this inexorable climb towards complexity?
มุมมอง: 18
วีดีโอ
Scaling your Platform without Sacrificing Predictability
มุมมอง 214 ชั่วโมงที่ผ่านมา
In this episode, our focus will be scalability. There is a wealth of information on scaling Kubernetes to handle increases in traffic load-but what about an increase in developer demand, or a sudden doubling of business requirements? Scaling on these axes typically means adding components to your ecosystem. But just how many software components does the average Kubernetes platform use? And how ...
Linkerd, the Fastest, Lightest, Most Secure Service Mesh (Not Approved by the FDA)
มุมมอง 1.8K21 วันที่ผ่านมา
You there! Are you suffering from an acute case of Kubernetes? Are your services unobserved? Your traffic unencrypted? Your cluster failover strategy a mess of shell scripts? We have the cure for you! Linkerd, the fastest, lightest, most secure service mesh on the planet. Linkerd's ultralight Rust proxies give you instant health metrics zero-config mutual TLS, retries, gRPC load balancing, clus...
Linkerd Steering Committee Meeting - 2024 09 25 07 28 CDT - Recording
มุมมอง 19หลายเดือนก่อน
Linkerd Steering Committee Meeting - 2024 09 25 07 28 CDT - Recording
Linkerd Steering Committee Meeting May 14th 2024
มุมมอง 426 หลายเดือนก่อน
Full recording of the Linkerd steering committee meeting on May 14th 2024
Slash Cloud Costs & Boost Reliability: High Availability Zonal Load Balancing for Service Mesh
มุมมอง 476 หลายเดือนก่อน
Are you battling expensive cross-zone traffic in your Kubernetes deployments? This video introduces High Availability Zonal Load Balancing (HAZL), a new feature in Buoyant Enterprise for Linkerd. Learn how HAZL can: * Eliminate costly cross-zone traffic within your service mesh * Maintain high-availability and reliability, even during failures * Optimize your service mesh for multi-cluster depl...
Zero Trust in Kubernetes with Linkerd: Securing Your Service Mesh
มุมมอง 1Kปีที่แล้ว
Zero Trust in Kubernetes with Linkerd: Securing Your Service Mesh
Boost Reliability of your Kubernetes Applications with Service Mesh
มุมมอง 716ปีที่แล้ว
Boost Reliability of your Kubernetes Applications with Service Mesh
Kubernetes Observability with the Linkerd Service Mesh
มุมมอง 1.2Kปีที่แล้ว
Kubernetes Observability with the Linkerd Service Mesh
Debugging help for meshed applications with Buoyant Cloud
มุมมอง 76ปีที่แล้ว
Debugging help for meshed applications with Buoyant Cloud
Circuit Breaking and Dynamic Routing Deep Dive
มุมมอง 390ปีที่แล้ว
Circuit Breaking and Dynamic Routing Deep Dive
How does mTLS work within a service mesh?
มุมมอง 4.6Kปีที่แล้ว
How does mTLS work within a service mesh?
Service Mesh Concepts Explained behind the scenes
มุมมอง 497ปีที่แล้ว
Service Mesh Concepts Explained behind the scenes
Real-World GitOps with Flagger and Linkerd
มุมมอง 705ปีที่แล้ว
Real-World GitOps with Flagger and Linkerd
Linkerd and ingress controllers: Bringing the outside world in
มุมมอง 1.5Kปีที่แล้ว
Linkerd and ingress controllers: Bringing the outside world in
How does a service mesh handle requests?
มุมมอง 480ปีที่แล้ว
How does a service mesh handle requests?
A deep dive into Kubernetes mTLS with Linkerd
มุมมอง 1.6Kปีที่แล้ว
A deep dive into Kubernetes mTLS with Linkerd
How does Linkerd enable multi cluster communication?
มุมมอง 1.6Kปีที่แล้ว
How does Linkerd enable multi cluster communication?
What really happens at startup: a deep dive into Linkerd, init containers, CNI plugins, and more
มุมมอง 1.1K2 ปีที่แล้ว
What really happens at startup: a deep dive into Linkerd, init containers, CNI plugins, and more
A deep dive into route-based policy with Linkerd
มุมมอง 1.3K2 ปีที่แล้ว
A deep dive into route-based policy with Linkerd
Upgrading to Linkerd 2.12: Zero-trust-ready route-based policy, Gateway API, & access logging
มุมมอง 6502 ปีที่แล้ว
Upgrading to Linkerd 2.12: Zero-trust-ready route-based policy, Gateway API, & access logging
Service mesh observability with Linkerd
มุมมอง 1.1K2 ปีที่แล้ว
Service mesh observability with Linkerd
wat theme are u using?
You’re a man!
Excellent. The minimalist approach, straight to the point, no word salad. This is excellent.
Probably one of the best 101s I have ever watched. Great beginner info without a bunch of confusing fluff.
Greatly appreciated! I tried istio, but it did not want my server (2vCPU + 2GB). I tried linkerd, and linkerd works beautifully along with Kubernetes ingress ngnix.
Very straightforward. Thanks a lot, Alex.
This 101 is so well done! 👏 Thank you for creating this. Very concise, clear, and easy to follow. :)
I'm struggling to observe outgoing traffic. Do you know if there will be any improvements in this regard?
I love LinkerD
thanks eliza
What's the font you're using in your terminal? It looks nice!
Great Tutorial !!! Do you have any guide to implement Linkerd2 using Terraform and exposing the web dashboard for Begineer ?
This is a great intro - simple, short, to-the-point
yeah, i think so
Very nice presentation
How can I see the logs generated by the Go server that is timing out? Without linked it is just log.
github repo please
32:22
@@juraganadi ahaaaa thanks a lot
Finally, a straight forward jump into GraphQL, thank you Risha.
Hi Carol, at the outset i want to thank you for this wonderful tutorial on protocol buffer in golang. I have 1 question. What did you do to import "pb github.com/protobuf-awesome/helloworld" package? I mean did you set any environment variable in bash_profile or anywhere else, so that it came automatically. Thanks
Great talk! Thanks :)
Not being overly critical or diverge from a great presentation but I thought I'd point out (for additional clarity) that Go doesn't have a JIT. Below is an excerpt from the GoLang FAQs. Does Go have a runtime? Go does have an extensive library, called the runtime, that is part of every Go program. The runtime library implements garbage collection, concurrency, stack management, and other critical features of the Go language. Although it is more central to the language, Go's runtime is analogous to libc, the C library. It is important to understand, however, that Go's runtime does not include a virtual machine, such as is provided by the Java runtime. Go programs are compiled ahead of time to native machine code. Thus, although the term is often used to describe the virtual environment in which a program runs, in Go the word “runtime” is just the name given to the library providing critical language services.