- 116
- 162 841
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.
Disentangling Compute Costs and Making Friends with your Finance Team
In this episode of Anti-Complex Kubernetes, we're joined by Rich Prillinger, Senior Director of Platform Engineering at Mezmo. Rich is responsible for one of the highest-scale platforms on the planet and, like most platform leaders, for making sure its costs are in line with the value it provides.
Our conversation with Rich will cover: The chasm between how Kubernetes operates (and is charged for by cloud providers) and the various business processes that exist at companies, especially finance ones; common disconnects between the platform and the business; and ways to close these gaps-and places where closing the gap may not actually matter!
Our conversation with Rich will cover: The chasm between how Kubernetes operates (and is charged for by cloud providers) and the various business processes that exist at companies, especially finance ones; common disconnects between the platform and the business; and ways to close these gaps-and places where closing the gap may not actually matter!
Переглядів: 41
Відео
Open Source and Cloud Native
Переглядів 3321 день тому
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?
Scaling your Platform without Sacrificing Predictability
Переглядів 3321 день тому
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)
Переглядів 23 тис.Місяць тому
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
Переглядів 202 місяці тому
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
Переглядів 477 місяців тому
Slash Cloud Costs & Boost Reliability: High Availability Zonal Load Balancing for Service Mesh
Zero Trust in Kubernetes with Linkerd: Securing Your Service Mesh
Переглядів 1 тис.Рік тому
Zero Trust in Kubernetes with Linkerd: Securing Your Service Mesh
Boost Reliability of your Kubernetes Applications with Service Mesh
Переглядів 729Рік тому
Boost Reliability of your Kubernetes Applications with Service Mesh
Kubernetes Observability with the Linkerd Service Mesh
Переглядів 1,2 тис.Рік тому
Kubernetes Observability with the Linkerd Service Mesh
Debugging help for meshed applications with Buoyant Cloud
Переглядів 79Рік тому
Debugging help for meshed applications with Buoyant Cloud
Circuit Breaking and Dynamic Routing Deep Dive
Переглядів 395Рік тому
Circuit Breaking and Dynamic Routing Deep Dive
How does mTLS work within a service mesh?
Переглядів 4,8 тис.Рік тому
How does mTLS work within a service mesh?
Service Mesh Concepts Explained behind the scenes
Переглядів 504Рік тому
Service Mesh Concepts Explained behind the scenes
Real-World GitOps with Flagger and Linkerd
Переглядів 709Рік тому
Real-World GitOps with Flagger and Linkerd
Linkerd and ingress controllers: Bringing the outside world in
Переглядів 1,5 тис.Рік тому
Linkerd and ingress controllers: Bringing the outside world in
How does a service mesh handle requests?
Переглядів 488Рік тому
How does a service mesh handle requests?
A deep dive into Kubernetes mTLS with Linkerd
Переглядів 1,6 тис.2 роки тому
A deep dive into Kubernetes mTLS with Linkerd
How does Linkerd enable multi cluster communication?
Переглядів 1,6 тис.2 роки тому
How does Linkerd enable multi cluster communication?
What really happens at startup: a deep dive into Linkerd, init containers, CNI plugins, and more
Переглядів 1,1 тис.2 роки тому
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,3 тис.2 роки тому
A deep dive into route-based policy with Linkerd
Upgrading to Linkerd 2.12: Zero-trust-ready route-based policy, Gateway API, & access logging
Переглядів 6532 роки тому
Upgrading to Linkerd 2.12: Zero-trust-ready route-based policy, Gateway API, & access logging
STRAIGHT TO THE POINT, GREAT VIDEO
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.