Most Active Speaker

Engin Diri

Engin Diri

Pulumi

Heilbronn, Germany

Actions

Engin is a Senior Solutions Architect at Pulumi and has been in the IT industry for over 15 years.

He started as a Java backend developer and later migrated to the fronted development.

This is where he found his passion for CI/CD, Cloud technologies and in particular Kubernetes.

Engin is a very curious person and loves learning and testing new technologies.

Awards

  • Most Active Speaker 2023

Area of Expertise

  • Information & Communications Technology

Topics

  • Kubernetes
  • Infrastructure as Code
  • Azure
  • AWS

Serverless LLM Inference for Everyone: Learnings from an AI Beginner!

You've likely heard a lot about AI by now. I was in the same boat, believing my encounters with AI would be confined to ChatGPT and GitHub Copilot. However, life had different plans for me. Working at a company that provides tools for managing cloud infrastructure, I was faced with a challenge from our customers. They wished to run Open-Source Large Language Models (LLMs) in a serverless environment, balancing cost-effectiveness with performance.

In this talk, I aim to share the insights and learnings from this journey. I will outline three different strategies we proposed to our clients, discussing the advantages and drawbacks of each, alongside the ultimate solution we adopted. Additionally, I'll talk about the challenges we faced and the strategies we employed to solve them from, all from my perspective as someone new to AI.

Gain Platform Superpowers with the KEBAP Stack!

Kelsey Hightower once wrote that Kubernetes is a platform for building platforms, and I couldn't agree more. Since then, there has been significant evolution in this domain. A key insight is that Kubernetes is still too complex for just anyone within an organization. Its low level of abstraction leads to a high cognitive load for users.

Welcome to the KEBAP stack, a composable Internal Developer Platforms (IDP) comprised of four open-source tools that form the layers of this IDP: (K)ubernetes, (E)xternal Secrets Operator, (B)ackstage, (A)rgo CD, and (P)ulumi. The KEBAP stack adheres to GitOps principles, a cornerstone of a robust, secure, and scalable IDP. Each layer of the KEBAP stack unlocks unique capabilities within your IDP by meeting the requirements of GitOps implementation, offering the flexibility to add more tools as you advance on your IDP journey.

This session will not only provide a high-level overview of the KEBAP stack but will also demo the KEBAP stack.

Empowering Giants: Guide Your Enterprise with CNOE in Operational Tech Choices

The world of platform engineering is highly dynamic, with new technologies and tools emerging rapidly. For enterprises seeking to adopt these technologies, determining the best fit for their organization can be challenging. Any wrong decision could lead to significant financial and operational consequences.
The Cloud Native Operational Excellence (CNOE) working group developed the CNOE Framework to unite enterprises and provide a cohesive strategy and guidance. This framework assists large enterprises in making strategic operational technology decisions.
Join me as I introduce the basics of the CNOE Framework, and explore how participation can benefit your organization in overcoming challenges such as tool sprawl, technology compatibility, and the frequent changes in technology choices.

After this session, you will gain:
- An understanding of the CNOE Framework and its benefits.
- Insights into the reference implementation of the CNOE Framework.
- Contribute to the CNOE working group.

How to "Skynet" your Kubernetes Clusters with LocalAI

"The Skynet Funding Bill is passed. The system goes on-line August 4th, 1997. Human decisions are removed from strategic defense. Skynet begins to learn at a geometric rate.", you might remember this quote from the Terminator 2 movie. And while we all thought that this is just a movie, it turns out that we are not that far away from this scenario. Ok, maybe not building an AI that will destroy humanity, but using an AI that will help us to interact with Kubernetes clusters. This talk will show you how LocalAI, an open-source project and an alternative to OpenAI, can help us "Skynet" our Kubernetes clusters by running LLMs models locally. This ensures that no confidential data is sent to the cloud maintaining a compliant and secure environment in highly regulated environments. An example architecture will be discussed, covering the delivery via GitOps and enabling use cases, such as k8sgpt and node-red.

Answering Management's Key Question: 'What's It Costing Us?' with Kubernetes & OpenCost

This talk aims to help you answer that question confidently with OpenCost, an open-source tool that offers real-time cost insights for Kubernetes clusters. I will provide a walkthrough on how to leverage OpenCost to accurately track the expenses associated with Kubernetes operations, down to specifics like the cost of a namespace or a deployment.

But why stop there? Understanding and managing Kubernetes costs is not just about answering management’s questions. It's also about creating efficient and cost-effective Kubernetes environments, something that is increasingly relevant as organizations scale their cloud-native technologies and architectures.

At the end of this talk, you will not only be equipped to answer the all-important cost question but also gain valuable insights into cost management strategies for your Kubernetes clusters.

K8s & meat: How we got Kubernetes into the Kaufland meat processing factories

Kubernetes, Kubernetes everywhere. Without any doubt, the adoption and usage of Kubernetes skyrocketed through the entire IT world. From tech-savvy startups, working on their next unicorn product, to conservative insurance companies increasing productivity and reducing time to market. It's hard to not see all the benefits Kubernetes creates to IT organization.

So it was a matter of time, that our very own business gave us the task: Bring Kubernetes to our production facilities, and start with the Kaufland meat processing factories.

In this talk, I want to share our one-year-long journey to accomplish this mission. Sharing all the mistakes and the successes we made during this huge project. From learnings about all the security and compliance requirements when working in the industrial area to enabling the platform and application teams. Of course, we will talk about all the technics we used like GitOps, Infrastructure as Code, Policy as Code and so on.

In short: k8s & meat, it's not always as tender as we thought it would.

No YAML!

Did you know that you can write Kubernetes deployments without using any YAML? No way, you say? After all, we were taught that YAML is the only way to write Kubernetes manifests.

Well, my friend, what if I tell you that there are alternatives? What if I tell you, that you can write your Kubernetes manifests in a programming language you're already familiar with?

In this talk, I will demonstrate several alternatives to YAML for writing your Kubernetes deployments. We will discuss the pros and cons of each alternative and how the use of development principles like DRY, KISS, and YAGNI can help you write better Kubernetes deployments.

From Cat to Lion: A Practical Guide to Building Secure, Large-Scale CI/CD Platforms with Tekton and

Enter the world of cloud-native CI/CD platforms with Tekton, the powerhouse of CI/CD for Kubernetes. This
beginner/intermediate-level tutorial aims to equip participants with the know-how to construct a secure, scalable, and efficient
CI/CD platform using Tekton and tools such as Kyverno, ArgoCD, and Kubevela.

Starting with a brief overview of the challenges in building CI/CD platforms on Kubernetes, we will delve into the key
features and benefits of Tekton. Participants will gain hands-on experience as I guide you through the step-by-step
construction of a CI/CD platform, integrating Kyverno, ArgoCD, and Kubevela for additional functionalities.

By the end of this session, participants will not only be familiar with Tekton and its ecosystem but also possess the
practical knowledge to tackle similar challenges in their own projects.

Demo Theater: Pulumi - Kickstarting Your Journey to Modern Infrastructure Automation

Pulumi stands as a beacon for organizations seeking to evolve their infrastructure through modern automation technologies, providing an advanced and comprehensive platform to manage cloud infrastructure efficiently. Together we delve into how Pulumi accelerates the adoption of infrastructure automation by allowing developers and platform engineers to define resources using programming languages they are already familiar with, such as Python, TypeScript, and Go. By focusing on the versatility, scalability, and reliability of Pulumi, we will illustrate how organizations can significantly reduce the time and effort spent on provisioning and managing infrastructure, mitigating risks, and enhancing overall operational efficiency.

How To Build A Production Ready Kubernetes

Let's Build A Production Ready Kubernetes!

Our goal: Deploy a containerized full-stack (Golang & JavaScript) application to a Civo Kubernetes cluster, expose it to the internet and have a GitOps mechanism in place.

During the workshop, we will discover infrastructure as code (IaC) and create a Civo Kubernetes cluster using Pulumi as Infrastructure as code tool. In the second part of the workshop, we will talk about the fundamentals of GitOps and setup a GitOps pipeline using ArgoCD.

The workshop will add some stretch goals like secret management, monitoring, ingress controller and security.

Civo Navigate Europe 2024 - Berlin, Germany Sessionize Event Upcoming

September 2024 Berlin, Germany

KCD Istanbul 2024 Sessionize Event

May 2024 Istanbul, Turkey

GitOpsCon North America 2024 Sessionize Event

April 2024 Seattle, Washington, United States

CNCF-hosted Co-located Events Europe 2024 Sessionize Event

March 2024 Paris, France

Civo Navigate North America 2024 - Austin, TX Sessionize Event

February 2024 Austin, Texas, United States

Festive Tech Calendar 2023 Sessionize Event

December 2023

KubeCon + CloudNativeCon + Open Source Summit China 2023 Sessionize Event

September 2023 Shanghai, China

Kubernetes Community Days Munich 2023 Sessionize Event

July 2023 Munich, Germany

KubeHuddle Toronto 2023 Sessionize Event

May 2023 Toronto, Canada

Civo Navigate Sessionize Event

February 2023 Tampa, Florida, United States

KubeHuddle Sessionize Event

October 2022 Edinburgh, United Kingdom

Engin Diri

Pulumi

Heilbronn, Germany

Actions

Please note that Sessionize is not responsible for the accuracy or validity of the data provided by speakers. If you suspect this profile to be fake or spam, please let us know.

Jump to top