Loading…
Attending this event?
September 16-18, 2024
Vienna, Austria
View More Details & Registration
Note: The schedule is subject to change.

The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for Open Source Summit Europe 2024 to participate in the sessions. If you have not registered but would like to join us, please go to the event registration page to purchase a registration.

This schedule is automatically displayed in Central European Summer Time (UTC/GMT +2). To see the schedule in your preferred timezone, please select from the drop-down menu to the right, above "Filter by Date."

IMPORTANT NOTE: Timing of sessions and room locations are subject to change.

ContainerCon clear filter
arrow_back View All Dates
Monday, September 16
 

11:20 CEST

Mastering Windows Monitoring in Kubernetes Environments - Mansi Kulkarni & Kanika Rana, Red Hat
Monday September 16, 2024 11:20 - 12:00 CEST
Are you struggling to monitor Windows on Kubernetes as a developer? With the limited support stack available, it can be a challenging task to keep track of everything. Kubernetes now supports HostProcess containers on Windows nodes. As a result, the Windows exporter, a Prometheus exporter for Windows, can be deployed as a host process pod. This feature is introduced as an add-on in the kube-prometheus project. This talk will implement a monitoring stack using Windows exporter on a Windows node in Kubernetes. We start by diving into various metric collectors, their functionalities, and utilization. Subsequently, demonstrate how to implement the Windows exporter, configure a ServiceMonitor, and deploy a Prometheus instance. Once Prometheus is up and running, we highlight the differences in the monitoring approach compared to Linux machines. Finally, we complete the monitoring experience with a Grafana dashboard analyzing the collected metrics.
Speakers
avatar for Mansi Kulkarni

Mansi Kulkarni

Software Engineer, Red Hat Inc
Mansi is a software engineer at Red Hat. She currently works on the Windows Containers project for the Red Hat OpenShift platform and is an active contributor to Kubernetes SIGs like the SIG-Windows and SIG-Instrumentation. She has shadowed for the Kubernetes CI signal team in 1.28... Read More →
avatar for Kanika Rana

Kanika Rana

Software Engineer, Red Hat
Kanika is a software engineer at Red Hat since 2021. She works on Developer Sandbox - an evaluatory service for Openshift. Started as a small task but got interested in observability.
Monday September 16, 2024 11:20 - 12:00 CEST
Room 0.14 (Level 0)
  ContainerCon
  • Audience Level Beginner
  • Presentation Slides Attached Yes

12:15 CEST

Developing on Containers with Dev Containers - Hrittik Roy, Loft Labs
Monday September 16, 2024 12:15 - 12:55 CEST
Cloud computing has been primarily used by companies for production environments for quite some time now. However, a small group of users have found ways to move their development environment to the cloud. This allows them to access all their shared libraries, build tools, and software development kits (SDKs) on the cloud. As a result, they can build and ship their applications natively on the cloud. Gartner reports that 60% of cloud workloads will be developed and deployed using Container Development Environments (CDEs). In this talk, you will primarily focus on how you can simplify the structure of your projects by utilizing modern standards like devcontainer.json and open source CDEs such as DevPod ( devpod.sh ) to reduce the cognitive load for contributors and eliminate unnecessary obstacles. Moreover, DevPod handles the lifecycle of the infrastructure it runs on, and it can even suspend cloud resources automatically to save on costs. By the end of the talk, you will make local development much easier while saving costs.
Speakers
avatar for Hrittik Roy

Hrittik Roy

Platform Advocate, Loft Labs
Hrittik is currently a final year undergrad, who has previously worked at various startups helping them scale their content efforts. He loves diving deep into distributed systems and creating articles on them and has spoken at conferences such as Azure Cloud Summit, UbuCon Asia and... Read More →
Monday September 16, 2024 12:15 - 12:55 CEST
Room 0.14 (Level 0)
  ContainerCon
  • Audience Level Beginner
  • Presentation Slides Attached Yes

14:15 CEST

Lightning Talk: Kustomize Your Operator - Moritz Wanzenböck, LINBIT
Monday September 16, 2024 14:15 - 14:25 CEST
More and more Operators automate deployment of cloud native applications in Kubernetes. Operators often automate the whole process of setting up and maintaining applications, including setting up the necessary workload resources, such as Deployments, StatefulSets and more. This poses a challenge for us Operator developers. Oftentimes, users of our Operator have specific requirements for the deployed workloads, restricting them to specific nodes, requiring additional configuration, added sidecar containers and many more. This talk shows how using kustomize in our Operator, we can simplify our own Operators while still allowing users the full range of customization. This even also allows for quick iteration during feature development.
Speakers
avatar for Moritz Wanzenböck

Moritz Wanzenböck

Software Engineer, LINBIT
I am interested in the inner workings of cloud infrastructure and automation. After years of working with storage solutions as a user, I switched sides in 2020 to work on software defined storage solutions at LINBIT. I am a maintainer of the Piraeus project, always on the lookout... Read More →
Monday September 16, 2024 14:15 - 14:25 CEST
Room 0.14 (Level 0)
  ContainerCon
  • Audience Level Advanced
  • Presentation Slides Attached Yes

14:25 CEST

Lightning Talk: Optimizing Kubernetes Multicluster Backup & Restore - Hường Đinh, Viettel Solutions
Monday September 16, 2024 14:25 - 14:35 CEST
In this presentation, I aim to address critical challenges in Kubernetes cluster management, particularly focusing on optimizing multicluster backup and restore processes using Velero. The current state of Kubernetes cluster management emphasizes the critical importance of implementing robust backup and restore processes. However, a challenge arises when dealing with multiple clusters, requiring the installation of Velero on each cluster, resulting in complex and resource-intensive multicluster Kubernetes environments. To address this issue, the proposed solution advocates for a centralized Velero installation, allowing for the backup and restore of individual clusters using their corresponding kubeconfig. The talk delves into the design architecture of multicluster backups, outlining how to integrate this approach with Velero's existing features. This innovative approach not only simplifies management but also optimizes resource utilization in a way that aligns with the evolving landscape of Kubernetes cluster operations. I aim for the audience to leave with actionable insights and a clear roadmap for implementing centralized backup strategies in their own multicluster setups.
Speakers
avatar for Hường Đinh

Hường Đinh

Cloud Engineer, Viettel Solutions
Cloud Solution Engineer
Monday September 16, 2024 14:25 - 14:35 CEST
Room 0.14 (Level 0)
  ContainerCon

14:45 CEST

Lightning Talk: Cognitive and Self-Adaptive System for Effective Distributed-Tracing (Using Jaeger, Open Tracing) - Susobhit Panigrahi, Independent
Monday September 16, 2024 14:45 - 14:55 CEST
In the realm of distributed systems and microservices architecture,dynamic API tracing systems play a pivotal role in diagnosing API failures and performance issues.However, current implementations often sample only a fraction of traces(1-5%) due to storage and scale constraints,leading to a skewed distribution favoring normal execution traces.This bias hampers effective diagnosis,impacting both developers and SRE teams.Our proposed solution employs a Machine Learning and Cognitive approach to rectify this imbalance in trace collection. By dynamically adapting based on actual data, the system learns to capture higher-interest traces, helping root causing issues. This innovative approach has significantly improved the Mean Time to Resolve (MTTR) for SRE teams, revolutionizing issue triaging within the organization. The Adaptive Sampling technique, driven by data analysis, standardizes trace distribution, reduces storage requirements, and dynamically adjusts the sampling rate.It lowers costs & resource utilization for tracing services, also streamlines trace metric analysis for SRE,offering a forward-looking solution to common challenges in the Observability and Infrastructure space.
Speakers
avatar for Susobhit Panigrahi

Susobhit Panigrahi

Senior Software Engineer
As a Developer and DevOps Engineer at VMware, I specialize in developing scalable cloud software. My focus includes deploying and managing services with Kubernetes, Helm, and Istio. I'm keen to contribute to the open-source community, especially in Kubernetes and other CNCF projects... Read More →
Monday September 16, 2024 14:45 - 14:55 CEST
Room 0.14 (Level 0)
  ContainerCon
  • Audience Level Beginner
  • Presentation Slides Attached Yes

15:25 CEST

Progressive Application Delivery: Istio Ambient Mesh and Argo Rollout in Action - Lin Sun, solo.io
Monday September 16, 2024 15:25 - 16:05 CEST
Istio Ambient introduces a sidecar-less paradigm, aiming to simplify workload operations. Lin, a founding member of Istio, will guide you through the progressive application delivery process without sidecars, leveraging Argo Rollout while maintaining security, traffic control, and resilience with ambient service mesh. Lin will demonstrate the use of ArgoCD and Kubernetes Gateway resources (Gateway and HTTPRoute) to systematically increment weights, automatically directing traffic to a new application version. Throughout this process, she'll showcase monitoring using Prometheus metrics provided by Istio to ensure optimal performance. If defined success criteria aren't met, Argo Rollouts automatically triggers a rollback. Lin will illustrate the power of ArgoCD rollout with sidecar-less applications in Istio through a live demo. Additionally, she will delve into cost-saving strategies during rollout and highlight the distinctions between sidecar and sidecar-less application rollouts.
Speakers
avatar for Lin Sun

Lin Sun

Head of Open-Source; CNCF TOC member, Solo.io
Lin is the Head of Open Source at Solo.io, contributing to open source full time. She is a CNCF TOC member and ambassador, an Istio core maintainer and leader. She is an international speaker in various tech conferences and blogs frequently about her perspective of service mesh and... Read More →
Monday September 16, 2024 15:25 - 16:05 CEST
Room 0.14 (Level 0)
  ContainerCon

16:20 CEST

Demystifying CRI - Writing a CRI from Scratch - Filip Nikolic, Isovalent
Monday September 16, 2024 16:20 - 17:00 CEST
Join us for an enlightening session where we dive deep into the heart of containerization. In this talk, we'll unravel the intricacies of the Container Runtime Interface (CRI) by embarking on a journey to craft our own CRI entirely from scratch. Get ready to explore the fundamentals of container runtimes as we break down the CRI architecture, dissect its components, and understand how it interfaces with Kubernetes. From understanding the core functionalities to handling container lifecycle management, we'll guide you through each step of the process, demystifying the CRI along the way. Whether you're a seasoned container enthusiast looking to deepen your understanding or a newcomer eager to explore containerization at its core, this talk offers invaluable insights and hands-on experience. Join us as we empower you to take control of container runtimes by writing your very own CRI.
Speakers
avatar for Filip Nikolic

Filip Nikolic

Senior Solutions Architect, Isovalent
Filip is a dedicated advocate for open source, co-organizing the Vienna eBPF meetup to encourage collaboration. With expertise in Kubernetes and networking, he actively contributes to CNCF projects like Cilium and Tetragon. Currently, Filip is leveraging his expertise as a key member... Read More →
Monday September 16, 2024 16:20 - 17:00 CEST
Room 0.14 (Level 0)
  ContainerCon
  • Audience Level Beginner
  • Presentation Slides Attached Yes
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Audience Level
  • Presentation Slides Attached
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -