Loading…
Attending this event?
In-person
11-12 December
Learn More and Register to Attend

The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for KubeCon + CloudNativeCon India 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.

Please note: This schedule is automatically displayed in India Standard Time (UTC+5:30)To see the schedule in your preferred timezone, please select from the drop-down menu to the right, above "Filter by Date." The schedule is subject to change and session seating is available on a first-come, first-served basis. 
Room 1 clear filter
arrow_back View All Dates
Thursday, December 12
 

9:30am IST

Keynotes to be Announced
Thursday December 12, 2024 9:30am - 11:00am IST
Thursday December 12, 2024 9:30am - 11:00am IST
Room 1

11:00am IST

Coffee Break ☕
Thursday December 12, 2024 11:00am - 11:30am IST
Thursday December 12, 2024 11:00am - 11:30am IST
Room 1

11:30am IST

⚡ Lightning Talk: Safer Cluster Upgrades with Mixed Version Proxy - Richa Banker, Google
Thursday December 12, 2024 11:30am - 11:35am IST
Upgrading Kubernetes clusters often presents numerous challenges, including potential downtime, compatibility issues, and the complexity of managing multiple versions. The Mixed Version Proxy feature introduced in Kubernetes 1.28 aims to mitigate these challenges. This talk will delve into the technical intricacies of the Mixed Version Proxy, exploring its design and implementation. We will then highlight the substantial benefits it offers for cluster upgrades, such as minimizing downtime and enhancing overall reliability. Attendees will gain practical knowledge through (possibly a demonstration) on enabling and utilizing the Mixed Version Proxy. Finally, we will provide insights into the future roadmap for this feature, including upcoming beta releases and enhancements.
Speakers
avatar for Richa Banker

Richa Banker

Software Engineer, Google
Currently a software engineer at Google. Exploring and contributing to OSS Kubernetes on the side.
Thursday December 12, 2024 11:30am - 11:35am IST
Room 1

11:35am IST

⚡ Lightning Talk: Non-Intrusive Multi-Tenant Auth & Authz with Istio, OAuth2Proxy, and OPA - Adarsh Kumar Singh & Raghuram Sripada, Hitachi Vantara
Thursday December 12, 2024 11:35am - 11:40am IST
Simplify authentication and authorization across applications, focusing solely on business logic while ensuring secure services. Our solution features a multitenant proxy to streamline authentication on the SAAS platform. Istio service mesh intercepts every request, with a multitenant-aware proxy (enhanced OAuth2Proxy and caching) connecting to a centralized Identity Provider (IDP) for authentication. Post-authentication, the proxy collaborates with an authorization agent like OPA, passing context for dynamic policy evaluation. Authentication and Authorization are decoupled from the code, allowing developers to use a centrally managed auth service. This shift lets development teams concentrate on business functions, leaving security rules to security analysts, saving time and resources. Externalized authorization management offers runtime controls, including policy management, enforcement, and decision modeling for fine-grained access to applications, services, transactions and data.
Speakers
avatar for Adarsh Kumar Singh

Adarsh Kumar Singh

Software development engineer, Hitachi Vantara
With over 6 years in software engineering, I specialize in Authentication and authorization for diverse backend applications, utilizing multiple Identity Providers (IDP) through OpenID Connect (OIDC) and Federated Authentication. My expertise extends to building multiple node.js applications... Read More →
avatar for Raghuram Sripada

Raghuram Sripada

Sr. Director Engineering, Hitachi Vantara
I'm a passionate Engineering leader with over 25 years of experience building and managing enterprise-grade solutions. I currently lead a talented team at Hitachi, where we develop core platform components for Hybrid-Cloud Data Infrastructure and DataOps products.
Thursday December 12, 2024 11:35am - 11:40am IST
Room 1
  ⚡ Lightning Talks, Security
  • Content Experience Level Any

11:40am IST

⚡ Lightning Talk: Have No Fear When Boskos Is Here - Amulya Meka, IBM
Thursday December 12, 2024 11:40am - 11:45am IST
Doesn't it get messy when resources are left behind after a test?How do we manage the life cycle of the infrastructure resources? Have you wondered if there's a way to handle it? You are at the right place then, welcome to the world of Boskos where resource management is easier than before. In this talk, we will explore some challenges faced in Continuous Integration(CI) with testing on various infrastructures. It will give an overview on how to use the resource manager service, Boskos to help you better manage your infrastructure and make sure that no stales are left unattended.
Speakers
avatar for Amulya Meka

Amulya Meka

Cloud Engineer, IBM India Private Limited
Amulya Meka is a Software Engineer at IBM. She works on open source projects in the SIG Cluster lifecycle community and has also worked in the container runtime ecosystem.
Thursday December 12, 2024 11:40am - 11:45am IST
Room 1

11:45am IST

⚡ Lightning Talk: From Creation to Termination: Your Pod's Digital Footprint - Subalakshmi S, Google
Thursday December 12, 2024 11:45am - 11:50am IST
Kubernetes relies on Kubelet and Containerd to manage the lifecycle of pods. These components provide a wealth of log data, but the sheer volume and complexity can be overwhelming, particularly for those new to the Kubernetes ecosystem. This talk aims to dissect a pod's journey from birth to termination, pinpointing key events like volume mounts, health checks, and the dreaded teardown. Listeners will learn to filter, search, and interpret logs like a pro, turning raw data into actionable insights. Whether you're troubleshooting a misbehaving pod or simply curious about its inner workings, this talk aims to equip the listeners with the skills to navigate the Kubernetes log labyrinth with confidence.
Speakers
avatar for Subalakshmi S

Subalakshmi S

Ms, Google
Tech enthusiast, 5+ years in container orchestration (Docker, Kubernetes). Currently at Google, specializing in GKE & GDC for VMware/Bare metal on the Technical Solutions Engineering team.
Thursday December 12, 2024 11:45am - 11:50am IST
Room 1

11:50am IST

⚡ Lightning Talk: Enhancing Hyperparameter Optimization with Advanced Parameter Distributions - Shashank Mittal, Kubeflow
Thursday December 12, 2024 11:50am - 11:55am IST
In this session, Shashank Mittal, a Google Summer of Code (GSoC) 2024 contributor for Kubeflow, will discuss his work on enhancing the Katib component's Experiment APIs to support a wide range of parameter distributions for hyperparameter optimization. Katib is an integral part of the Kubeflow ecosystem that enables scalable and efficient hyperparameter tuning in machine learning workflows. The session will focus on the technical challenges and solutions involved in adding support for distributions such as uniform, log-uniform, normal, and lognormal, among others. Attendees will gain insights into the process of integrating these distributions into Katib's APIs and suggestion services like Optuna and Hyperopt. This talk is designed for developers and data scientists interested in MLOps and cloud-native machine learning infrastructure, highlighting the importance of advanced hyperparameter optimization techniques in improving model performance.
Speakers
avatar for Shashank Mittal

Shashank Mittal

Shashank Mittal, Kubeflow
Shashank Mittal is a B.Tech student at IIT BHU and a 2024 Google Summer of Code contributor to Kubeflow. He specializes in MLOps and DevOps, focusing on enhancing hyperparameter optimization capabilities in cloud-native environments. His work in Kubeflow's Katib involves integrating... Read More →
Thursday December 12, 2024 11:50am - 11:55am IST
Room 1
  ⚡ Lightning Talks, AI + ML

12:20pm IST

Cell-Based Kubernetes - the Secret to Scalable, Repeatable and Resilient Cloud Architecture - Shweta Vohra, Booking.com
Thursday December 12, 2024 12:20pm - 12:55pm IST
Cell-based architecture offers concentrated, self-contained functionalities but can be challenging to implement with Kubernetes clusters. However, integrating this architecture with Kubernetes brings significant benefits like enhanced scalability, resiliency, and resource management. This session will demystify the process, focusing on secure inter-cell communication, API gateway integration, and building resilience using Kubernetes-native features. I’ll demonstrate how to use Istio for secure inter-cell communication, ensuring efficient interaction between services while maintaining strict security. This includes configuring traffic management rules and leveraging Istio’s mutual TLS for secure communications with minimal complexity. We’ll also explore enforcing separation of concerns and governance for multi-tenancy and privacy. Attendees will gain actionable insights into leveraging cell-based architecture on Kubernetes, transforming complex setups into robust, scalable solutions.
Speakers
avatar for Shweta Vohra

Shweta Vohra

Architect, Booking.com
Shweta is an Enterprise Architect and a Cloud Navigator! 🚀 As a seasoned Architect with a vast toolkit in Cloud, Platforms, Data, and ML technologies. She has spent over two decades crafting solutions across various domains and complexity levels. She is a frequent conference speaker... Read More →
Thursday December 12, 2024 12:20pm - 12:55pm IST
Room 1

2:55pm IST

AstraZeneca’s Cloud Native Machine Learning Platform - Nithin R, AstraZeneca
Thursday December 12, 2024 2:55pm - 3:30pm IST
Showcasing AstraZeneca’s cutting-edge Enterprise Cloud Native Machine Learning Platform. It is built on Kubernetes and integrates a diverse array of cloud-native tools, enabling seamless development, deployment, and management of machine learning workflows. My presentation will delve into the architecture, key components, real-world applications, and the integration with Cloudability for cost management, highlighting its role in empowering data science teams and accelerating innovation within AstraZeneca. The tech stack involves Kubeflow, Weights & Biases, Ray, Volcano Scheduler, Grafana, Prometheus, ELK, Harbor, NetApp Ontap FSx, Kyverno, GitHub Actions, ArgoCD, Argo Rollouts, Milvus, etc
Speakers
avatar for Nithin R

Nithin R

AI Platform Engineer, AstraZeneca
Building Enterprise AI Platform using Kubernetes, Kubeflow, Ray Cluster, Volcano Scheduler, Spark, ArgoCD with Rollouts Extension, Harbor, GitHub Actions, NVIDIA DGX A100, Weights & Biases, pgvector, Apache AGE, Prometheus, Grafana, ELK, Kyverno, Amazon FSx for NetAPP ONTAP.
Thursday December 12, 2024 2:55pm - 3:30pm IST
Room 1
  AI + ML
  • Content Experience Level Any

3:45pm IST

Trust in Green: Towards a Cloud Native Approach for Building Sustainable and Reliable Enterprise AI - Vincent Caldeira, Red Hat
Thursday December 12, 2024 3:45pm - 4:20pm IST
As organisations increasingly integrate AI solutions, the demand for environmentally sustainable practices within this space has never been more critical. This presentation delves into the collaborative effort between the Cloud Native Computing Foundation (CNCF) AI WG and the TAG Environmental Sustainability to define a repeatable design approach aimed at fostering sustainable AI in cloud-native environments. Our discussion will outline the crucial considerations in such approach, including efficient management of compute resources, storage optimisation, and advanced networking solutions. Attendees will gain insights into the lifecycle of AI/ML deployments, from inception through operation, emphasising resilience, scalability, and resource efficiency. By highlighting innovative "green" strategies, this session will provide actionable best practices and recommendations, alongside a forward-looking perspective on future trends and research directions in sustainable AI.
Speakers
avatar for Vincent Caldeira

Vincent Caldeira

CTO APAC, Red Hat
Vincent Caldeira, CTO of Red Hat in APAC, is responsible for strategic partnerships and technology strategy. Named a top CTO in APAC in 2023, he has 20+ years in IT, excelling in technology transformation in finance. An authority in open source, cloud computing, and digital transformation... Read More →
Thursday December 12, 2024 3:45pm - 4:20pm IST
Room 1
  AI + ML

4:20pm IST

Coffee Break ☕
Thursday December 12, 2024 4:20pm - 4:50pm IST
Thursday December 12, 2024 4:20pm - 4:50pm IST
Room 1

4:50pm IST

Guardians of the MLOps Galaxy: Simplifying Deployments with Buildpacks - Suman Chakraborty, Broadcom & Aditya Soni, Forrester Research
Thursday December 12, 2024 4:50pm - 5:25pm IST
Machine learning platforms aim to streamline the workflow for ML practitioners, allowing them to focus on developing their models while the platform handles repetitive tasks like packaging code, dependencies and configurations. Traditional methods using Dockerfiles require ML engineers to navigate complex Linux processes and maintain multiple Dockerfiles for different projects, which can be time-consuming and prone to errors. Additionally, security mandates for regular patching and updates adding further to the complexity. Join this talk to explore how Cloud Native Buildpacks can simplify and secure MLOps deployments. By automating the packaging of ML projects, including custom libraries and hardware specifications, Buildpacks enhance flexibility, maintainability and security. This approach reduces the operational burden on both developers and security teams, ensuring a more efficient and scalable MLOps deployment process
Speakers
avatar for Aditya Soni

Aditya Soni

CNCF Ambassador, DevOps Engineer II, Forrester Research
Aditya Soni is a DevOps/SRE tech professional He worked with Product and Service based companies including Red Hat, Searce, and is currently positioned at Forrester Research as a DevOps Engineer II. He holds AWS, GCP, Azure, RedHat, and Kubernetes Certifications.He is a CNCF Ambassador... Read More →
avatar for Suman Chakraborty

Suman Chakraborty

Senior Solution Engineer @ VMware by Broadcom, Broadcom
Suman is a Senior Cloud Native Architect at VMware. He is a consultant and advisor for Tanzu platform and help the customers and users in their journey of app modernisation adoption and cultural shift with DevOps best practices. Suman is a distinguished speaker in many community Meetups... Read More →
Thursday December 12, 2024 4:50pm - 5:25pm IST
Room 1
  AI + ML

5:40pm IST

Scaling Private LLM Model Services with Kserve and Modelcar OCI: A Real-World Implementation - Mayuresh Krishna, initializ
Thursday December 12, 2024 5:40pm - 6:15pm IST
Deploying large language models (LLMs) is inherently complex, challenging, and expensive. This case study demonstrates how Kubernetes, specifically Kserve with Modelcar OCI storage backend, simplifies the deployment and management of private LLM services. First, we explore how Kserve enables efficient and scalable model serving within a Kubernetes environment, allowing seamless integration and optimized GPU utilization. Second, we delve into how Modelcar OCI artifacts streamline artifact delivery beyond container images, reducing duplicate storage usage, increasing download speeds, and minimizing governance overhead. The session will cover implementation details, benefits, best practices, and lessons learned. Walk away learning how to leverage Kubernetes, Kserve, and OCI artifacts to enhance your MLOps journey, achieving significant efficiency gains and overcoming common challenges in deploying and scaling private LLM services.
Speakers
avatar for MK

MK

CTO & Co-Founder, initializ
Mayuresh Krishna is the CTO and Co-Founder of initializ.ai, where he drives product engineering, building AI models and private AI services. He has previously worked at VMware Tanzu as a Solution Engineering Leader & Pivotal Software as a Senior Platform Architect.
Thursday December 12, 2024 5:40pm - 6:15pm IST
Room 1
  AI + ML
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Content Experience Level
  • Timezone


Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -