logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Nina Polshakova, Aaron Birkland
2023-04-21

tldr - powered by Generative AI

The talk discusses the mental model of Istio, focusing on the differences between Istio's API in sidecar and ambient modes.
  • The talk explores the mental leap from understanding basic Kubernetes abstractions to understanding how Istio enhances or extends these abstractions with its own.
  • The sidecar model influences one's mental model in subtle ways that become more overt over time.
  • Istio Ambient Mesh moves away from the sidecar model and offers flexibility of when and where to place proxies, at the cost of having to make such decisions.
  • There are differences in how the API is used in sidecar versus ambient mode, and understanding what's happening under the hood is crucial to developing a mental model of Istio.
  • Knowing what's under the hood can explain a lot of the weird behaviors that can be observed in Istio.
Authors: Rafael Fernández López, Angel M De Miguel Meana
2023-04-20

tldr - powered by Generative AI

The presentation discusses the use of webassembly and istio to extend the functionality of proxies in Kubernetes clusters.
  • The goal is to demonstrate the possibility of using webassembly to run filters in languages other than C++
  • Istio provides a way to extend proxies with webassembly filters and configure them with HML configuration
  • The filters can be pushed to a default register and pulled by the proxies
  • The webassembly models are portable and can be used in different platforms
  • There is an API to perform HTTP requests outbound and get state from the outside world
Authors: Neeraj Poddar
2023-04-20

tldr - powered by Generative AI

The main theme of the conference presentation is the roadmap for Istio in 2023, which focuses on making the service mesh more predictable, stable, and valuable for users. The presentation also discusses the transition from sidecar proxies to the ambient architecture and the future of Istio.
  • The themes for Istio in 2023 are accelerating the time to value for the service mesh, making the transition to mtls easier, reducing the total cost of ownership, and continuing to be predictable and stable.
  • The focus areas for Istio in 2023 include getting the ambient mesh to production, participating in the Gateway API and Gamma API initiatives, promoting alpha and beta features and APIs, and integrating natively with other Cloud native projects.
  • The presentation explains the shift from sidecar proxies to the ambient architecture and how it makes Istio more flexible and scalable.
  • The future of Istio may involve a combination of sidecar proxies and the ambient architecture, depending on the use case and requirements.
Authors: Faseela K, Lin Sun
2023-04-19

tldr - powered by Generative AI

The presentation discusses the use of Istio service mesh for multi-tenancy and how it can be configured for single or multiple control planes.
  • Istio service mesh is important for resource-saving and identity isolation in multi-tenancy models
  • Recent enhancements make it easy to configure using the revisions feature and discovery selectors
  • Multiple control planes allow for separate versions and lifecycle management for different applications
  • Mixed multi-tenancy models are possible depending on the organization's requirements
  • Argo CD can be used for deploying and syncing resources in the cluster
Authors: Ryota Sawada
2023-04-19

tldr - powered by Generative AI

The presentation discusses multi-cluster observability and the challenges involved in managing metrics and data retention across multiple clusters.
  • Cardinality and data retention are important aspects to consider in multi-cluster observability
  • Metrics can be fetched from running services like Prometheus, but data retention costs can add up quickly
  • Differentiating between clusters and applications is important for effective dashboarding
  • The presentation focuses on Istio, Prometheus, and Thanos as key projects for multi-cluster observability
  • The demo showcases the installation process for Istio and the creation of certificates for secure communication between clusters
Authors: Matt Turner
2022-10-28

tldr - powered by Generative AI

The presentation discusses continuous deployment and release in the context of microservices and Kubernetes. It emphasizes the importance of testing in context and introduces Flagger as a sophisticated way of doing a rolling update.
  • Continuous deployment and release in microservices
  • Importance of testing in context
  • Flagger as a sophisticated way of doing a rolling update
Authors: Mitch Connors, Lin Sun
2022-10-26

Istio is changing the way Cloud Native developers think about Application Networking concerns such as Routing, Security, and Observability.  Join us for our first maintainer session as an official CNCF Incubating Project!  We will cover our ongoing efforts to make operating your service mesh boring with Istio and an exciting new model for running your data plane, reducing resource usage, and increasing control over CVE exposure with our ambient sidecarless topology.
Conference:  ContainerCon 2022
Authors: Alan Cha
2022-06-23

tldr - powered by Generative AI

Iterate is a tool for load testing, A/B testing, and SLO validation of HTTP and gRPC services that can be used locally or within a Kubernetes cluster. It also supports custom metrics and tasks, and can be extended for use in CI/CD pipelines.
  • Iterate is a tool for load testing, A/B testing, and SLO validation of HTTP and gRPC services
  • It can be used locally or within a Kubernetes cluster
  • It supports custom metrics and tasks
  • It can be extended for use in CI/CD pipelines
Authors: Pauline Lallinec, Dave Kerr
2021-10-15

Workday is shifting to a multi-cloud approach whereby its Kubernetes platform known as Scylla can be deployed to public cloud providers as well as Workday’s own data centers. To achieve this, we needed to route tenant data across existing AWS clusters in different regions, to Workday’s own data centre, and potentially in the future, to other public cloud providers. While cloud providers usually have solutions to migrate data to their own cloud, Workday aims to be cloud-agnostic, and as such needs a solution to migrate data cross-clouds. The infrastructure, platform, and application development teams cooperated to develop a solution relying on Kubernetes operators, Istio, Consul, and Helm-delivered application configuration. This talk will give an overview of the tools and technologies used to migrate tenant data to other clusters, wherever they are deployed. We will additionally review the learnings from this experience and give an overview of the future work.
Authors: Stephen Chan, Weibo He
2021-10-13

tldr - powered by Generative AI

Airbnb's experience of building a multi-cluster/multi-environment service mesh on top of Istio
  • Airbnb migrated from monolith architecture to SOA and majority of workloads from EC2 to Kubernetes
  • Legacy in-house service mesh no longer met their needs
  • Adopted Istio as the foundation for their next generation service mesh
  • Established confidence in Istio and started full speed migration
  • Multi-cluster requirement led to adoption of external control plane and flat network model
  • Multi-environment support includes multi-tier mesh, mesh expansion, and external services