Partner im RedaktionsNetzwerk Deutschland
PodcastsTechnologieCloud Native Compass
Höre Cloud Native Compass in der App.
Höre Cloud Native Compass in der App.
(256.086)(250.186)
Sender speichern
Wecker
Sleeptimer

Cloud Native Compass

Podcast Cloud Native Compass
Rawkode Academy
The podcast that helps you navigate your way through Kubernetes and Cloud Native trends.

Verfügbare Folgen

5 von 14
  • Cloud Server-Side WebAssembly
    In this episode, David and Laura catch up with Mikkel Mørk Hegnhøj from Fermyon to break down the latest in WebAssembly. They’ll cover how it’s changing cloud computing, what’s new with Spin and WASI, and why devs should care. Tune in for some great insights!Click here to watch a video of this episode. Creators & Guests David Flanagan - Host Laura Santamaria - Host Mikkel Mørk Hegnhøj - Guest (00:00) - Introduction to Server-Side WebAssembly (00:25) - Technical Difficulties and Banter (01:01) - Guest Introduction: Mikkel Mørk Hegnhøj (02:00) - WebAssembly Evolution and Spin 3.0 (05:02) - WASI and WebAssembly Components (10:23) - WebAssembly in Kubernetes (16:26) - Spin 3.0 Features and Future Directions (19:25) - Distributed Promises and WebAssembly (19:58) - Frameworks and Programming Languages in WebAssembly (20:58) - Polyglot Development and Experimentation (22:40) - Practical Use Cases for Polyglot Programming (24:37) - Enterprise Benefits of WebAssembly (25:29) - Component-Based Deployment in Kubernetes (28:20) - Developer Experience with Spin and WebAssembly (33:28) - Open Telemetry Integration in Spin V3 (35:50) - Future of Spin and WebAssembly (37:40) - Closing Remarks and Upcoming Events
    --------  
    38:16
  • Navigating Kubernetes: Insights, Challenges, and the Release Cycle with Kat Cosgrove
    In this episode of Cloud Native Compass, hosts David Flanagan and Laura Santamaria dive deep into the complexities of the Kubernetes release cycle with guest Kat Cosgrove. Kat, a sub-project lead for SIGrelease in the Kubernetes project, shares her experiences and discusses issues such as burnout, handling drive-by PRs, and the nuances of managing a fast-moving open source project. They explore the structure of the release team, the challenges of maintaining CI stability, and the ever-evolving nature of contributing to Kubernetes. Alongside tech talk, the trio reminisces about their work history, the challenging debates over project management, and the quirks of maintaining open source projects. Kat also recommends a book, a movie, and an album, providing a well-rounded blend of tech insights and personal favorites.Click here to watch a video of this episode. Featuring David Flanagan - Host Laura Santamaria - Host Kat Cosgrove - Guest (00:00) - Introduction (00:08) - Meet the Hosts and Guest (01:24) - Kubernetes Release Process Overview (03:22) - Challenges in Kubernetes Release Management (04:08) - Team Structure and Roles (06:29) - Open Source Contributions and Burnout (11:06) - Managing CI and Bug Triage (15:28) - Release Delays and External Dependencies (16:51) - Press Embargoes and Publicity (20:46) - AI in Open Source Documentation (22:13) - The Challenges of Open Source Contributions (23:06) - The Auto PEP 8 Incident (23:49) - The Overwhelming Decisions of Maintainers (24:01) - The Etiquette of Open Source PRs (26:39) - Personal Experiences in Open Source (28:56) - The Accidental Involvement in Kubernetes (32:17) - The Chaos of SIG Release (34:31) - Kubernetes 2.0 and Backwards Compatibility (37:07) - Book, Movie, and Album Recommendations (38:51) - Conclusion and Farewell
    --------  
    39:26
  • From Kubernetes to Cloud Run: Chainguard's Journey
    Exploring Cloud Migrations & Infrastructure Strategies with Jason Hall of ChainguardClick here to watch a video of this episode. In this episode of the Cloud Native Compass podcast, hosts David Flanagan and Laura Santamaria chat with Jason Hall, Principal Engineer at Chainguard. They delve into Chainguard's migration from Kubernetes and Knative to Cloud Run, discussing the reasons behind the move, cost considerations, managing technical debt, and best practices for infrastructure management. The conversation also covers the benefits of using Cloud Run, their strategic use of BigQuery for event logging, and insights into least access security models. Tune in to learn more about navigating cloud-native environments and optimizing infrastructure.Creators & Guests David Flanagan - Host Laura Santamaria - Host Jason Hall - Guest (00:00) - Introduction (00:52) - Jason Does Stuff (01:32) - Chainguard's Migration Journey (02:18) - Challenges with Kubernetes and Knative (04:33) - Adopting Cloud Run (12:15) - Multi-Region Deployment with Cloud Run (19:26) - Security and Authorization Practices (27:29) - Operational Decisions and Cost Considerations (33:07) - Debunking Kubernetes Myths (33:24) - The Illusion of Free Services (33:42) - Scaling Challenges and Solutions (37:00) - Convincing Leadership to Address Technical Debt (39:41) - Developer Environments in the Cloud (43:18) - Cloud Run vs. BigQuery Debate (47:20) - Security and Logging Best Practices (52:56) - Future Plans and Focus Areas (54:45) - Final Thoughts and Farewells
    --------  
    56:11
  • InfluxDB 3 & Rust
    InfluxDB 3.0 RewriteInfluxDB, a time series database, underwent a major rewrite to create InfluxDB 3.0, also known as IOx. The decision to rewrite the database was driven by the need for strict control over memory management and high performance. The project started as a research endeavor and gradually gained traction within the company. The team decided to build around projects under the Apache Foundation, such as Apache Arrow and Apache Data Fusion. In April 2022, InfluxDB 3.0 was officially announced, aiming to improve performance, scalability, and cost-effectiveness for users.IOx Database EngineThe new database engine, IOx, is designed to handle various types of observability and monitoring data, including metrics, traces, and logs. It aims to provide a single store for all these signals, eliminating the need for separate databases. However, querying the data efficiently is still a challenge that the team is working on. The goal is to make IOx the go-to solution for storing and querying observational data, not only for server infrastructure monitoring but also for sensor data use cases.Challenges and ConsiderationsWorking with logs, tracing, and structured events in time series databases poses challenges. The dynamic and inconsistent nature of schemas in logs and tracing use cases can make extracting structured fields difficult. Time series databases also have limitations in handling tracing front ends and require an index to map trace IDs to individual traces. While metrics, logs, and traces are the gold standard for observability, there is room for improvement in terms of usability and performance.Flux and Data FusionFlux, a scripting language developed for InfluxDB 2.0, addresses user requests for more complex query logic and integration with third-party systems. InfluxDB 3.0 incorporates a parser in Rust to translate SQL queries into a Data Fusion query plan, benefiting from the performance optimizations of Data Fusion. However, bringing Flux to InfluxDB 3.0 proved challenging due to the large surface area of Flux and limited time and resources. Updating the Flux engine to use the 3.0 native API could potentially resolve these issues.InfluxDB Development and Open Source LicensingInfluxData is focused on improving the core query engine of InfluxDB and enhancing its capabilities and performance. They have created a separate community fork of Flux to allow collaboration on its development. Paul Dix, the co-founder, believes that true open source should be about freedom and expresses his intention to keep InfluxDB 3 as a permissively licensed project. He discusses the recent license change by HashiCorp and the growing distrust in the developer community towards VC-backed open source projects. Putting InfluxDB into a foundation may not be feasible due to the lack of multiple contributors.
    --------  
    56:09
  • Trust and Validation in AI
    Here are 5 key takeaways from this episode that you don't want to miss:1️⃣ The People Problem: Laura Santamaria raises an important concern about verifying AI-generated outputs and tackling the challenge of the "people problem" in AI development.2️⃣ Verifying Data Authenticity: JJ discusses the challenge of proving that a data blob originated from a specific model and how this issue is being addressed by companies like IBM through pile cleaning and legal penalties.3️⃣ AI Misconceptions: We debunk some common misconceptions about AI, including the belief that it is an all-knowing fact machine.4️⃣ Trusted AI: IBM's approach to building trusted models, with dedicated engineers responsible for cleaning and verifying data, is explained. Plus, we discover IBM's partnerships with Hugging Face to leverage the open-source ecosystem.5️⃣ The Impact of AI: We delve into the potential positive and negative implications of AI, and how the rapid advancement of this technology presents challenges with trust and validation.💡 Fun Fact: Did you know that 95% of open-source language models are trained on a data set called "the pile," which contains pirated and copyrighted material? Discover why this has implications for copyright and patent laws!As always, the conversation in this episode is engaging and eye-opening. JJ Asghar provides insightful perspectives and sheds light on the future of AI development. Don't miss out on the valuable information shared!Questions We Covered1. How can the problem of untrusted data in AI models be effectively addressed?2. Should companies like OpenAI and Microsoft be required to provide their data sets for verification purposes? Why or why not?3. What are the potential risks and challenges associated with using AI technology without proper regulation?4. Should AI creations be eligible for copyright protection? Why or why not?5. How can we ensure the accuracy and trustworthiness of AI-generated data, especially when it comes to extracting information from sources like PDFs?6. What are some potential positive impacts of AI technology, and how can we maximize its benefits while minimizing its negative implications?7. How can the rapid advancement of AI technology be balanced with the need for trust and validation?8. In what ways do copyright and patent laws need to evolve to accommodate AI technology?9. What are the implications of China having its own set of laws and approaches to technology that may differ from other countries?10. How can individuals navigate and better understand the AI space in order to make informed decisions and contributions?
    --------  
    43:11

Weitere Technologie Podcasts

Über Cloud Native Compass

The podcast that helps you navigate your way through Kubernetes and Cloud Native trends.
Podcast-Website

Hören Sie Cloud Native Compass, Mac & i - der Apple-Podcast und viele andere Podcasts aus aller Welt mit der radio.de-App

Hol dir die kostenlose radio.de App

  • Sender und Podcasts favorisieren
  • Streamen via Wifi oder Bluetooth
  • Unterstützt Carplay & Android Auto
  • viele weitere App Funktionen

Cloud Native Compass: Zugehörige Podcasts

Rechtliches
Social
v7.10.0 | © 2007-2025 radio.de GmbH
Generated: 3/12/2025 - 4:22:31 AM