<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ingress :: Tag :: Kubernetes training</title>
    <link>https://k8s-school.fr/labs/en/tags/ingress/index.html</link>
    <description></description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Copyright (c) 2025 Fabrice Jammes - Licensed under CC BY-SA 4.0</copyright>
    <lastBuildDate>Mon, 15 Jun 2026 14:15:26 +1000</lastBuildDate>
    <atom:link href="https://k8s-school.fr/labs/en/tags/ingress/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>OpenShift Networking: From Ingress to Route</title>
      <link>https://k8s-school.fr/labs/en/1_labs/openshift-ingress-route/index.html</link>
      <pubDate>Mon, 15 Jun 2026 14:15:26 +1000</pubDate>
      <guid>https://k8s-school.fr/labs/en/1_labs/openshift-ingress-route/index.html</guid>
      <description>Author: Fabrice JAMMES (LinkedIn). Duration: 20-30 minutes&#xA;Objective OpenShift predates the Kubernetes Ingress API by several years. Its native object for exposing HTTP(S) services is the Route (route.openshift.io/v1), handled by the HAProxy-based router. To stay compatible with portable Kubernetes manifests, OpenShift ships a controller — part of openshift-controller-manager / route-controller-manager — that watches every Ingress object cluster-wide and automatically creates a matching Route for it.</description>
    </item>
  </channel>
</rss>