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.

Hall M2 (Level 2) clear filter
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
Hall M2 (Level 2)
  ContainerCon

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
Hall M2 (Level 2)
  ContainerCon

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
Hall M2 (Level 2)
  ContainerCon

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
Hall M2 (Level 2)
  ContainerCon

14:35 CEST

Lightning Talk: Process Level Packet Filter for Containers Using eBPF - Ruturaj Mohite, IIIT Bangalore
Monday September 16, 2024 14:35 - 14:45 CEST
With the rise in container use, it's becoming crucial to safeguard compromised containers from malicious exploitation. A compromised container could be hijacked to join a network of computers to participating in a Denial of Service attack, leak sensitive information back to an attacker or be used to steal compute resources for mining cryptocurrency. Ruturaj introduces a packet filter built using eBPF to filter packets based on their L3 and L4 destination metadata (such as destination IP address and port) as well as the process and container (cgroup) of origin. This filter also detects any new containers at runtime and filters their traffic.
Speakers
avatar for Ruturaj Mohite

Ruturaj Mohite

Student, IIIT Bangalore
Ruturaj is a computer science student at the International Institute of Information Technology, Bangalore. In the past he has interned with Google and CNCF and worked on cloud native projects. He also maintains and has contributed to CircuitVerse,org, an open source digital logic... Read More →
Monday September 16, 2024 14:35 - 14:45 CEST
Hall M2 (Level 2)
  ContainerCon

14:45 CEST

Lightning Talk: Cognitive and Self-Adaptive System for Effective Distributed-Tracing (Using Jaeger, Open Tracing) - Susobhit Panigrahi, Broadcom
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

Developer and DevOps Engineer, Broadcom
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
Hall M2 (Level 2)
  ContainerCon

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, solo.io
Lin is the Head of Open Source at Solo.io, and a CNCF TOC member and ambassador. She has worked on the Istio service mesh since the beginning of the project in 2017 and serves on the Istio Steering Committee and Technical Oversight Committee. Previously, she was a Senior Technical... Read More →
Monday September 16, 2024 15:25 - 16:05 CEST
Hall M2 (Level 2)
  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
Hall M2 (Level 2)
  ContainerCon
 
Tuesday, September 17
 

11:00 CEST

Contain Your Excitement: A Developer's Guide to Containerized Brilliance - Ekansh Gupta, Zeta & Anuj Bansal, Microsoft
Tuesday September 17, 2024 11:00 - 11:40 CEST
The constant evolution of software development, Dev Containers have emerged as a transformative force, reshaping how developers create and collaborate on applications. This session delves into the core concepts and practical implementations of Dev Containers, exploring their impact on streamlining development workflows and enhancing collaboration across diverse teams. Dev Containers encapsulate development environments within lightweight, portable containers, eliminating the infamous "it works on my machine" dilemma. By defining dependencies, configurations, and tools in a consistent environment, developers can effortlessly reproduce development setups, fostering consistency from local development to production deployment. This session intends to demonstrate key technologies and tools driving the Dev Container revolution, such as Docker and Visual Studio Code's Remote - Containers extension. Attendees will gain insights into creating, customising, and sharing Dev Containers tailored to specific project requirements, enabling seamless onboarding for new team members and facilitating collaborative coding across distributed teams.
Speakers
avatar for Ekansh Gupta

Ekansh Gupta

Software Engineer, Zeta
Ekansh is a Software Development Engineer with Zeta Suite, with active involvement in various open-source and cloud native communities for upwards two years now. He was previously an SDE Intern at SteamLabs. He is also a speaker for a couple of talks at PyCon, KubeCon and MozFests... Read More →
avatar for Anuj Bansal

Anuj Bansal

Software Engineer, Microsoft
Anuj is a Software Engineer at Microsoft working on Cloud Provider Azure
Tuesday September 17, 2024 11:00 - 11:40 CEST
Hall M2 (Level 2)
  ContainerCon

11:55 CEST

Understanding the OCI Spec: Peeling Through the Layers - Akhil Mohan, VMware by Broadcom
Tuesday September 17, 2024 11:55 - 12:35 CEST
The Open Container Initiative (OCI) was established to create standards for container formats and runtimes. Currently encompassing three specifications - image, runtime, and distribution; the OCI sets the standard for container images, container execution from a filesystem bundle, and content distribution. In this presentation, I will delve into the details of commonly employed features within the container landscape, shedding light on the fundamental concepts that govern them. This will make users understand about the underlying processes, addressing basic queries such as the rationale behind a container image download displaying a seemingly random list of digests. By providing a comprehensive overview, this talk aims to help users with a deeper understanding of the OCI's workings, facilitating a more informed approach to containerization. The talk will mostly focus on the different OCI specifications, how to read and understand them, and how those specs govern the lifecycle of a container. A quick run down on the OCI spec 1.1 will also be done as part of the presentation
Speakers
avatar for Akhil Mohan

Akhil Mohan

Software Engineer, VMware by Broadcom
Akhil works as a Senior Member of Technical Staff at VMware by Broadcom. An active contributor to projects in cloud native and container ecosystem. Akhil is a reviewer for containerd and a maintainer of kubernetes publishing-bot. He works mostly on container runtimes and kubernetes... Read More →
Tuesday September 17, 2024 11:55 - 12:35 CEST
Hall M2 (Level 2)
  ContainerCon

14:00 CEST

Let Them Eat CAKES: A Sweet Dive Into a Modern Cloud Networking Stack. - Christian Posta, Solo.io
Tuesday September 17, 2024 14:00 - 14:40 CEST
Previous generations of networking made up of point solutions organized by Conway's law are inconsistent, incompatible, and slow down developers. Open source alternatives have emerged to provide compelling networking solutions for Platform Engineers but may overlap. In this talk, we introduce the concept of "the CAKES stack" for modern cloud networking based on OSS projects: (C)ilium, (A)mbient mesh, (K)ubernetes, (E)nvoy, and (S)PIFFE/SPIRE. A twist on the stack, BAKES, includes (B)ackstage.io for a platform's internal developer portal which ties everything together like frosting. Each layer in the "cake" was specifically chosen as it represents the "best of breed" for the role required. These technologies come together to provide a consistent solution for zero trust, observability, ingress/egress, traffic control and significantly improved developer experience and velocity.
Speakers
avatar for Christian Posta

Christian Posta

Global Field CTO, Solo.io
Christian Posta (@christianposta) is VP, Global Field CTO at Solo.io. He is the author of Istio in Action as well as many other books on cloud-native architecture and is well known in the cloud-native community for being a speaker, blogger (https://blog.christianposta.com) and contributor... Read More →
Tuesday September 17, 2024 14:00 - 14:40 CEST
Hall M2 (Level 2)
  ContainerCon

14:55 CEST

Deep Dive Into Traefik 3.0 - Emile Vauge, Traefik Labs
Tuesday September 17, 2024 14:55 - 15:35 CEST
Traefik is one of the most popular open source projects in the world, with over 3 billion downloads to date, and one of the top 15 most downloaded open source projects on DockerHub. Traefik is an Ingress Controller and API Gateway capable of exposing and securing services and APIs simply, dynamically and at scale. Designed specifically for cloud-native environments, Traefik is the solution of choice from the simplest to the most complex case. If you spend your time managing, exposing and securing your applications and microservices, then this is the session for you! During this session, Emile Vauge (Traefik Creator) will show you how the new features in Traefik version 3 will simplify your daily life: - Support for Open Telemetry to monitor your infrastructure - Support for GatewayAPI resources to expose your resources in Kubernetes - Integration of WASM plugins to create your own middleware And much more...
Speakers
avatar for Emile Vauge

Emile Vauge

CTO, Traefik Labs
Emile is a Developer. He created Traefik in 2015 and is now the CTO of Traefik Labs, the company sponsoring the open source project.
Tuesday September 17, 2024 14:55 - 15:35 CEST
Hall M2 (Level 2)
  ContainerCon

16:00 CEST

DevSecOps Transformation at Speed and Scale Using Tekton - Caroline Cameron & Tony Higham, IBM
Tuesday September 17, 2024 16:00 - 16:40 CEST
The distributed development effort across individual teams to build secure software in a constantly evolving security threat landscape results in massive duplication of CI/CD automation work and inconsistent security and compliance postures across teams. The solution is to standardize the CI/CD security & compliance automation for development teams and centralize platform operations and maintenance. Our centralized CI/CD platform prevents software security problems from reaching production systems and streamlines compliance audits using built-in DevSecOps practices. Tekton is used as the open source orchestrator to standardize CI/CD and contribute open source enhancements through our valued ecosystem partnerships to benefit all users. The platform includes open source scanning tools such as Clair for OSS threat intelligence, SonarQube for SAST, and OWASP ZAP for DAST. The platform also extends the traditional CI and CD pipelines with a Continuous Compliance (CC) pipeline which ensures that deployed applications are scanned for new vulnerabilities on a daily basis with unique capabilities to auto remediate identified vulnerabilities and auto close resolved incident issues.
Speakers
avatar for Caroline Cameron

Caroline Cameron

DevSecOps Engineering Lead at IBM, IBM
Caroline is a DevSecOps transformation thought leader and passionate advocate for integrating secure software supply chain tools and practices early and often into the SDLC. Her background in the IBM CISO organization, and keen interest in security and compliance, keep her at the... Read More →
avatar for Tony Higham

Tony Higham

Chief Architect and Strategist - DevSecOps Transformation, IBM
With a track record as a recognized Distinguished Engineer, digital officer, and IT architect, I possess a history of delivering high-impact, innovative, customer facing solutions in the cloud applications industry. Among my talents are the ability to develop and mentor technical... Read More →
Tuesday September 17, 2024 16:00 - 16:40 CEST
Hall M2 (Level 2)
  ContainerCon
  • Audience Level Any

16:55 CEST

SCA for Containers: The Good, the Bad, and the Truth - Arun Azhakesan, Siemens Healthineers & Philippe Ombredanne, AboutCode
Tuesday September 17, 2024 16:55 - 17:35 CEST
Containers revolutionized the software development and deployment process. But there are still practical concerns, especially related to software supply chain integrity and security, that require further improvements. Software Composition Analysis (SCA) identifies components used in software applications and systems, often for software supply chain concerns like SBOMs, which is increasingly important for distributed, containerized systems. Many open source and proprietary SCA tools are marketed specifically for containers. After testing many open source and proprietary tools, we completed a project comparing the accuracy, depth, and breadth of these tools' detection capabilities. The results were not always good. In this talk, Arun from Siemens Healthineers and Philippe from AboutCode will share their experiences so you don't make the same mistakes.
Speakers
avatar for Arun Azhakesan

Arun Azhakesan

Head of Secure Development and Compliance, Siemens Healthineers
Arun Azhakesan heads the Secure Development and Compliance team that drive open-source compliance activities at Siemens Healthineers. He is co-project lead for Eclipse SW360 and an active member of the LF OpenChain Project and multiple open source communities that focus on developing... Read More →
avatar for Philippe Ombredanne

Philippe Ombredanne

Lead Maintainer, AboutCode
Philippe Ombredanne is a FOSS hacker passionate about enabling easier and safer reuse of open source code. He is the lead maintainer of the AboutCode stack of open source tools for Software Composition Analysis and license and security compliance, including the industry-leading ScanCode... Read More →
Tuesday September 17, 2024 16:55 - 17:35 CEST
Hall M2 (Level 2)
  ContainerCon
  • Audience Level Any
 
Wednesday, September 18
 

11:00 CEST

Securing Data-in-Transit with Wireguard for Kubernetes Cluster - Dhiraj Sehgal, Tigera
Wednesday September 18, 2024 11:00 - 11:40 CEST
This talk delves into the transformative combination of WireGuard and Calico for enhancing network security in Kubernetes clusters. Despite the ubiquity of Kubernetes in microservice orchestration, securing the inter-node traffic often presents a significant challenge. We will first discuss the security risks associated with the non-encryption of inter-node traffic, such as data interception and potential injection of malicious payloads. It underscores the critical importance of implementing traffic encryption within Kubernetes clusters to thwart these threats. We examine WireGuard and ProjectCalico using its eBPF dataplane for securing traffic. The talk navigates the potential constraints, including the requirement for kernel support, the complexity of multi-cluster setups, and the compatibility issues across different environments.
Speakers
avatar for Dhiraj Sehgal

Dhiraj Sehgal

Technical Marketing Engineer, Tigera
Dhiraj is Mgr, Dev Advocacy team at Tigera. He has worked on various open source projects since the start of OpenStack, Ceph, Docker, SDN and IOvisor.
Wednesday September 18, 2024 11:00 - 11:40 CEST
Hall M2 (Level 2)
  ContainerCon

11:55 CEST

Container Development Client for Reproducible Artifacts - Harsh Thakur, Civo & Kunal Verma, Kubesimplify
Wednesday September 18, 2024 11:55 - 12:35 CEST
The container landscape is undergoing a transformation with innovative snapshotters and image formats. But how do we leverage these advancements to empower developers with more cost-effective solutions? Open source projects like Colima and Finch are paving the way for this new wave of container tooling. While they didn't fully meet our specific needs, they provided valuable building blocks for our solution. In our pursuit of achieving truly reproducible builds, we explored Nix and Nix-snapshotter. Combining the power of Nix, a robust package manager, with Nix-snapshotter's efficient caching capabilities within containerd, and the cross-platform functionality of Lima for managing Linux VMs, we've unlocked a new level of consistency and reproducibility for developers' software builds. This project empowers developers with unprecedented flexibility and control over their containerized environments. By embracing these innovations, we can expect reduced CI resource consumption, faster build times, and simplified security and compliance.
Speakers
avatar for Harsh Thakur

Harsh Thakur

Infra Engineer, Civo
Harsh's tech journey began in software development, leading to open-source contributions in the CNCF. His passion for complex systems propelled him into infrastructure engineering, gaining expertise in building control planes and designing APIs, and architecting cost-effective solutions... Read More →
avatar for Kunal Verma

Kunal Verma

DevRel, Kubesimplify
Kunal is a DevOps and Cloud Advocate with a passion for Open Source. He is a CNCF Ambassador & has been involved in the DevOps and open-source ecosystem for more than a year and has strong experience in public speaking, community management, content creation etc. He has the experience... Read More →
Wednesday September 18, 2024 11:55 - 12:35 CEST
Hall M2 (Level 2)
  ContainerCon

14:00 CEST

How Is Integration Testing in Hybrid Cloud Possible? - Louisa Seers, IBM
Wednesday September 18, 2024 14:00 - 14:40 CEST
This talk explores the challenges and solutions associated with conducting integration testing in hybrid cloud environments, where applications span both on-premises (z/OS) and cloud infrastructures. Focused on the innovative Galasa open-source project, the discussion delves into how Galasa addresses the complexities of hybrid cloud testing, offering a comprehensive framework for validating the interoperability of diverse components. Attendees will gain insights into practical strategies, best practices, and real-world examples, empowering them to effectively navigate the intricacies of integration testing in the evolving landscape of hybrid cloud computing.
Speakers
avatar for Louisa Seers

Louisa Seers

Product Manager, IBM
Louisa’s an experienced professional within IBM with 10 years’ spanning diverse roles across consulting, software development and acquisitions. In addition, Louisa has just finished a Degree Apprenticeship to support her role in business leadership. Louisa is the chairperson of... Read More →
Wednesday September 18, 2024 14:00 - 14:40 CEST
Hall M2 (Level 2)
  ContainerCon
  • Audience Level Any

15:10 CEST

Start Building Distributed Applications with Ease Using Building Block APIs - Marc Duiker, Diagrid
Wednesday September 18, 2024 15:10 - 15:50 CEST
Are you interested in building distributed applications or microservice architectures, but don't know where to start? Join this session and learn how the Dapr building block APIs can make your life easier! Dapr, the Distributed Application Runtime, provides a set of common APIs that makes building microservices a breeze. As the 10th largest CNCF project, Dapr is used in production by companies like IBM, Alibaba Cloud & Microsoft and is a trusted OSS technology backed by a vibrant developer community. This code heavy session covers the most popular building blocks of Dapr: service invocation, pub/sub messaging and state stores. In addition, the built-in cross-cutting concerns such as resiliency, observability, and security are covered. Code samples & live demos will be provided in .NET and JavaScript. After this session, you'll have a good understanding how Dapr can help you build reliable distributed applications faster.
Speakers
avatar for Marc Duiker

Marc Duiker

Developer Advocate, Diagrid
Marc is a Sr Developer Advocate at Diagrid with a strong focus on event-driven architectures. You might have seen Marc at a developer meetup or conference, since he's a regular speaker and event-organizer in the area of Dapr, Azure cloud, and serverless technologies. In his spare... Read More →
Wednesday September 18, 2024 15:10 - 15:50 CEST
Hall M2 (Level 2)
  ContainerCon

16:05 CEST

Your K8s Infinity Gaunlet: The Marvel of KEDA and Cluster-API for Infinite Scale - Scott Rosenberg, Terasky
Wednesday September 18, 2024 16:05 - 16:45 CEST
One of the greatest out of the box features of K8s is its auto-scaling capabilities, which has a naive implementation or more advanced scheduling capabilities through native tooling. However, both of these models are reactive and not proactive in nature. What if we could employ proactive event-driven scaling of our clusters?! Over our many years of cloud native operations at scale, with the right tools we could! Enter KEDA (AKA Kubernetes Event-Driven Autoscaling). KEDA was built to make just this type of intelligent auto-scaling possible - this includes everything from event-driven and predictable actions like scaling up and down for predictable bursts of usage or shutting down dev clusters during specific and non-working hours, to managing scaling based on your workloads and message queues, or even your APMs and based on the metrics it ingests. In this talk we’ll walk through auto-scaling on steroids with KEDA, how it can be supercharged through CRDs, and in particular the cluster-API which now makes it possible to provision, update, customize and delete K8s clusters declaratively––that together are a game changer when it comes to the infinite scale K8s makes possible.
Speakers
avatar for Scott Rosenberg

Scott Rosenberg

Lead Architect, Terasky
10+ Years of experience in the worlds and Cloud and Automation. Currently Scott is the lead architect in the CTO office at TeraSky and leads the platform engineering and cloud native initiatives.Scott has vast experience with both the legacy data center & cutting edge Public Cloud... Read More →
Wednesday September 18, 2024 16:05 - 16:45 CEST
Hall M2 (Level 2)
  ContainerCon
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Audience Level
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.