CINXE.COM

Jack Henschel :: DevConf.CZ :: pretalx

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Jack Henschel :: DevConf.CZ :: pretalx</title> <meta name="title" content="Jack Henschel - DevConf.CZ pretalx"> <meta name="description" content="Schedule, talks and talk submissions for DevConf.CZ"> <meta name="application-name" content="pretalx"> <meta name="generator" content="pretalx"> <meta name="keywords" content="DevConf.CZ, devconf-cz-2024, 2024, schedule, talks, cfp, call for papers, conference, submissions, organizer"> <meta name="robots" content="index, follow"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#8E83E4"> <meta name="HandheldFriendly" content="True"/> <meta property="thumbnail" content="https://pretalx.com/devconf-cz-2024/speaker/MDETJ9/og-image"> <meta property="og:image" content="https://pretalx.com/devconf-cz-2024/speaker/MDETJ9/og-image"> <meta property="og:title" content="Jack Henschel DevConf.CZ"> <meta property="og:description" content="Schedule, talks and talk submissions for DevConf.CZ"> <meta property="og:url" content="https://pretalx.com/devconf-cz-2024/speaker/MDETJ9/"> <meta property="twitter:card" content="summary"> <link rel="icon" type="image/png" sizes="16x16" href="/static/common/img/icons/favicon.f79e2b95f18d.ico"> <link rel="apple-touch-icon" href="/static/common/img/icons/apple-touch-icon-180x180.9cd0735ee8ec.png"> <link rel="stylesheet" href="/static/CACHE/css/output.fab3de35605a.css" type="text/css"> <link rel="stylesheet" type="text/css" href="/devconf-cz-2024/static/event.css" /> <link rel="stylesheet" type="text/css" href="/media/devconf-cz-2024/css/devconf-cz-2024_pvoerV8.css"/> <script src="/static/CACHE/js/output.0532a5e7f2ae.js" defer></script> <link rel="alternate" type="application/json" title="DevConf.CZ API" href="https://pretalx.com/api/events/devconf-cz-2024/speakers/MDETJ9" /> <script src="/static/CACHE/js/output.d7c9a1943c22.js" defer></script> <link rel="stylesheet" href="/static/CACHE/css/output.6bc945171b81.css" type="text/css"> </head> <body data-datetimeformat="YYYY-MM-DD HH:mm:ss" data-dateformat="YYYY-MM-DD" data-datetimelocale="en"> <div id="top-bg" class="header bg-primary"> <img src="/media/devconf-cz-2024/img/background_hrIqg8J.svg" id="header-image" alt="DevConf.CZ"> </div> <div class="container" id="main-container"> <header> <h1> <a href=" /devconf-cz-2024/schedule/ "> <img loading="lazy" src="/media/devconf-cz-2024/img/devconf-cz-inverse_F9CbOHg.png" id="event-logo" alt="The event鈥檚 logo"> </a> </h1> <div class="header-wrapper"> <div id="header-tabs"> <a href="/devconf-cz-2024/schedule/" class="header-tab "> <i class="fa fa-calendar"></i> Schedule </a> <a href="/devconf-cz-2024/talk/" class="header-tab "> <i class="fa fa-comments-o"></i> Sessions </a> <a href="/devconf-cz-2024/speaker/" class="header-tab active"> <i class="fa fa-group"></i> Speakers </a> </div> <div class="header-row-right"> <a href="/devconf-cz-2024/login/?next=/devconf-cz-2024/speaker/MDETJ9/">login</a> </div> </div> </header> <div class="card" id="main-card"> <main> <article> <div class="d-flex mb-2"> <h3 class="heading-with-buttons"> Jack Henschel <div class="buttons ml-auto flip"> <a class="btn btn-outline-primary" href="/devconf-cz-2024/speaker/MDETJ9/talks.ics"> <i class="fa fa-calendar"></i> .ical </a> </div> </h3> </div> <div class="speaker-container"> <section class="speaker-info"> <div class="speaker-bio"><p><a href="https://blog.cubieserver.de" rel="nofollow" target="_blank">Jack Henschel</a> is a Cloud Computing Engineer at <a href="https://home.cern" rel="nofollow" target="_blank">CERN</a> where he develops and administrates several Kubernetes cluster, ensuring all components integrate smoothly with the rest of CERN's computing environment. His special areas of interest are systems performance, observability and efficiency. In his free time he likes exploring the French and Swiss Alps by foot and bike.</p></div> <div class="speaker-avatar"> <a href="/media/avatars/MDETJ9_YPCapK0.jpeg" data-lightbox="/media/avatars/MDETJ9_YPCapK0.jpeg"> <img loading="lazy" width="100%" src="/media/avatars/MDETJ9_YPCapK0_thumbnail.jpeg" alt="The speaker鈥檚 profile picture"> </a> </div> </section> <hr /> <section class="speaker-talks"> <h4> Session </h4> <a href="/devconf-cz-2024/talk/PXU8PP/"> <div class="pretalx-session" id="PXU8PP" style="--track-color:#E6B8AF"> <div class="pretalx-session-time-box"> <div class="start">06-14</div> <div class="start">11:00</div> <div class="duration"> 35min </div> </div> <div class="pretalx-session-info"> <div class="title"> Scalable and multi-tenant Kubernetes ingress infrastructure </div> <div class="speakers">Jack Henschel</div> <div class="abstract"><p>CERN, the European Organization for Nuclear Research, is one of the world's largest centres for scientific research. Not only is it home to the world's largest particle accelerator (Large Hadron Collider, LHC), but it also the birthplace of the Web in 1989.<br> Since 2016, CERN has been using the OpenShift Kubernetes Distribution to host a private platform-as-a-service (PaaS). This service is optimized for hosting web applications and has grown to tens of thousands of individual websites.<br> By now, we have established on a reliable framework that deals with various use cases: thousands of websites per ingress controller (8K+ routes), dealing with long-lived connections (30K+ concurrent sessions) and high traffic applications (25TB+ per day).</p> <p>This session will discuss:<br> * CERN's web hosting infrastructure based on OpenShift Kubernetes clusters;<br> * usage of open source and in-house developed software for providing a seamless user experience;<br> * integrations for registering hostnames (local DNS, LanDB, external)<br> * provisioning of certificates (automatic with external-dns / ACME HTTP-01, manual provisioning)<br> * access control policies and "connecting" different components with OpenPolicyAgent<br> * enforcing unique hostnames across multiple Kuberenetes clustes<br> * strategies for setting up Kubernetes Ingress Controllers for multi-tenant clusters;<br> * methods for scaling and sharding ingress controllers according to the application's requirements (specifically HAProxy ingress controllers);</p></div> <div class="bottom-info"> <div class="track"> Cloud, Hybrid Cloud, and Hyperscale Infrastructure </div> <div class="room"> D105 (capacity 300) </div> </div> </div> </div> </a> </section> </div> </article> </main> </div> <footer> powered by <a href="https://pretalx.com" target="_blank" rel="noopener">pretalx</a> 路 <a href="mailto:info@devconf.cz">Contact us</a> 路 <a href="https://www.devconf.info/coc/" target="_blank" rel="noopener">Imprint</a> 路 <a href="/devconf-cz-2024/privacy">Privacy</a> </footer> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10