Loading…
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. 
strong>Room 5 [clear filter]
arrow_back View All Dates
Wednesday, December 11
 

11:30am IST

From Three Pillars to More with OpenTelemetry - Steve Flanders, Splunk
Wednesday December 11, 2024 11:30am - 12:05pm IST
OpenTelemetry has transformed the observability landscape by moving beyond the traditional three pillars of traces, metrics, and logs. With these core components now stable, the project is expanding its reach to encompass even more facets of system monitoring and performance analysis. In this session, we will explore the latest advancements in OpenTelemetry, including the integration of profiling, which offers deeper insights into application performance by capturing detailed execution data. Additionally, we'll discuss the emerging concept of entities, which promises to provide a more holistic view of system components and their interactions. By expanding its capabilities, OpenTelemetry is not just enhancing the granularity and scope of observability but also setting the stage for more comprehensive and actionable insights. Join us to learn how these new developments can help you achieve unparalleled visibility into your systems and drive better operational outcomes.
Speakers
avatar for Steve Flanders

Steve Flanders

Senior Director of Engineering, Splunk
Steve Flanders is a Senior Director of Engineering at Splunk (acquired by Cisco) responsible for the Observability Platform team, which includes contributions to the OpenTelemetry project. He was previously the Head of Product at Omnition (acquired by Splunk). Prior to Omnition, he... Read More →
Wednesday December 11, 2024 11:30am - 12:05pm IST
Room 5
  Observability
  • Content Experience Level Any

12:20pm IST

Developing Kubernetes Applications Beyond Go - Rohan Kumar, Red Hat & Sun Tan, Sciam
Wednesday December 11, 2024 12:20pm - 12:55pm IST
Have you felt left out of Kubernetes development because you're not a GoLang expert? The good news is you don’t need to be. While GoLang has traditionally been the go-to language for creating Kubernetes-native tools like Helm, Argo CD, and Prometheus, Kubernetes is language-agnostic and can be interacted with via its declarative REST API in any language. This session will explore the growing ecosystem of Kubernetes application development beyond Go. We’ll review popular Kubernetes libraries and frameworks in languages like Python, JavaScript, and Java. To illustrate, we’ll demo the Java Operator SDK, showcasing how to build Kubernetes applications without relying on Go. Whether you code in Python, JavaScript, or Java, this talk will give you the tools and confidence to develop Kubernetes-native applications in your preferred language.
Speakers
avatar for Sun Tan

Sun Tan

Techlead, Sciam
Sun is a Senior Software Engineer at Red Hat, where he strives to enhance the lives of developers. He has contributed to projects like Eclipse Che, Eclipse JKube, and the Java client for Kubernetes, known as "fabric8-kubernetes-client". Outside of work, Sun shares his knowledge by... Read More →
avatar for Rohan Kumar

Rohan Kumar

Software Engineer, Red Hat
Rohan is a Software Developer currently living in Chandigarh, India. These days he is working at Red Hat to improve the experience of Java developers on top of Kubernetes. If you are a Java developer trying to move projects to Kubernetes. You may find my projects useful. You can find... Read More →
Wednesday December 11, 2024 12:20pm - 12:55pm IST
Room 5
  Cloud Native Novice

2:55pm IST

Is GitOps a Broken Experience - Where Is the Ops in GitOps ? - Rajalakshmi Kamath V, Walmart Global Tech
Wednesday December 11, 2024 2:55pm - 3:30pm IST
Imagine the k8s resource model only had “spec” and not the “status”. How operationally challenging would it have been to infer this critical information from out of band approaches? While Gitops frameworks work very well to translate a pre-defined intended state, it fails to provide visibility into the actual state of the system. This entails a need to build tools to improve infrastructure observability. Gitops, also fails to address immediate operational control and recovery in the event of outages and offers a broken experience. Gitops has been the primary developer experience for Walmart running over 200k workloads and 10k deployments per day on 1000s of k8s clusters across public and private cloud. This talk highlights our learnings on building various ops tooling which provides deployment/running state of the workloads to complement our Gitops based deployment pipelines.
Speakers
avatar for Rajalakshmi Kamath V

Rajalakshmi Kamath V

Staff Software Engineer, Walmart Global Tech
Rajalakshmi Kamath is a Staff Software Engineer at Walmart Global Tech focussed on core cloud native functionalities that power Walmart's container platform. She has a knack for building new solutions and is a prolific contributor for building tools for the Walmart Cloud Native Platform... Read More →
Wednesday December 11, 2024 2:55pm - 3:30pm IST
Room 5
  Operations + Performance

3:45pm IST

Tying OpenFeature and OpenTelemetry for Automated Rollouts of New Services - Pranay Prateek & Vibhu Pandey, SigNoz
Wednesday December 11, 2024 3:45pm - 4:20pm IST
Rolling out a new service, adding databases clusters, are always challenging. The recommended way is to start with diverting small % of traffic to the new service and increase rollout % if things look well. If things don’t go well, the rollout % should be reduced. This is generally done through feature flags and manually monitoring the service with an observability tool. Feature flags enable remote update of rollout % without doing new deployments. OpenFeature is a new CNCF project which is trying to standardise feature flagging. It also has built-in hooks for OpenTelemetry so that feature flag values are available by default in tracing & metrics data captured by OpenTelemetry. In this talk, I will share how you can leverage open standards like OpenFeature (for feature flagging) and OpenTelemetry ( for observability) to better manage rollouts. You can enable automatic increase or decrease of rollout % by tying observability with feature flagging.
Speakers
avatar for Pranay Prateek

Pranay Prateek

Maintainer, SigNoz
Pranay is one of the maintainers at SigNoz, an open source APM. He loves working on open source and observability, and has deep interest in philosophy esp. around Existentialism He is one of the organisers of OpenTelemetry APAC discussion group meetings & has been speaker in events... Read More →
avatar for Vibhu Pandey

Vibhu Pandey

Platform Engineering, SigNoz
Platform engineer with a twist: I'm my own first customer! Started out as a backend engineer, which helped me truly understand the meaning of platform engineering. Transitioned to this field and became a strong advocate for it as the bedrock of organizational success. Led platform... Read More →
Wednesday December 11, 2024 3:45pm - 4:20pm IST
Room 5
  Platform Engineering

4:50pm IST

Scalable ML Inferencing Pipeline Using K8s - Smitha Jayaram & Vinod Eswaraprasad, NVIDIA
Wednesday December 11, 2024 4:50pm - 5:25pm IST
Inference engines are used to generate prediction or deduce new information based on certain rules and data. With rise in the number of applications that benefit from inferencing, there is a definitive need to build Inferencing Services that are robust, performant (latency optimized) and can seamlessly scale on demand. In this session, we will discuss a proven set of procedures and guidelines for building and managing inference pipelines on Kubernetes. We will discuss details of the underlying hardware (GPU/CPU/memory) and K8s configuration requirements of some of the well-known Inference engines. We will demonstrate how robust and fault tolerant pipelines for LLM and RAG can be built using basic K8s constructs like operators, statefulsets and persistent volumes; along with enabling automated monitoring, triaging and remediation of the failed hardware and software components.
Speakers
avatar for Smitha Jayaram

Smitha Jayaram

Principal Software Engineer, Nvidia
Smitha is principal software engineer at NVIDIA focusing on software solutions for building scalable, cloud native GPU computing infrastructure. She has been working in the area of building scalable storage solutions, and cloud native platform design for the last 24 years. In the... Read More →
avatar for Vinod Eswaraprasad

Vinod Eswaraprasad

Solution Engineering, NVIDIA
Vinod is principal software engineer at NVIDIA focusing on software solutions for building scalable GPU computing infrastructure. He has been working in the area of building fault-tolerant, scalable, and distributed platform architecture and design for the last 26 years. In the current... Read More →
Wednesday December 11, 2024 4:50pm - 5:25pm IST
Room 5

5:40pm IST

Fantastic KEPs and Where to Find Them: A Guide to Kubernetes Enhancements! - Priyanka Saggu, SUSE & Mario Jason Braganza, Janusworx
Wednesday December 11, 2024 5:40pm - 6:15pm IST
We, Priyanka and Jason, have been involved in Kubernetes release cycles for years, taking on roles from shadow to Release Lead and Emeritus Advisor. While we've worked with Kubernetes Enhancement Proposals (KEPs) throughout this time, it wasn’t until the 1.29 release, while prepping for press interviews, that we really dug into them—and wow, did we learn a lot! KEPs aren’t just feature proposals; they give you a peek into the entire lifecycle of a feature—designs, alternatives, testing, and final code. They’re a goldmine for understanding Kubernetes, whether you’re new or a seasoned contributor. We’ll walk you through some real KEPs and share our approach to reading and making sense of them. If you’re curious about Kubernetes and want to explore its features more deeply, join us. There’s so much to discover, and we’re excited to share what we’ve learned with you!
Speakers
avatar for Priyanka Saggu

Priyanka Saggu

Technical Lead – SIG Contributor Experience, Kubernetes GitHub Admin, v1.31 Emeritus Advisor, v1.29 Release Lead, SUSE
Priyanka Saggu is a Kubernetes Engineer at SUSE, contributing to Kubernetes via Release, ContribEx, Testing, and CLI SIGs. She is the Emeritus Advisor for Kubernetes v1.31, Release Lead for v1.29, GitHub Admin, and Technical Lead for SIG Contributor Experience (SIG ContribEx). She... Read More →
avatar for Jason

Jason

Kubernetes New Org Membership Coordinator – SIG Contributer Experience, Janusworx
Jason Braganza is a seasoned IT consultant with over 20 years of expertise in designing solutions for SMBs. He is currently focused on the path to learning and promoting FOSS. He mentors young folk in Linux, communication & blogging at the Linux Users' Group of Durgapur. He has also... Read More →
Wednesday December 11, 2024 5:40pm - 6:15pm IST
Room 5
  Cloud Native Novice
  • Content Experience Level Any
 
  • 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 -