<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Registry :: Tag :: Kubernetes training</title>
    <link>https://k8s-school.fr/labs/en/tags/registry/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>Wed, 10 Jun 2026 18:00:00 +1000</lastBuildDate>
    <atom:link href="https://k8s-school.fr/labs/en/tags/registry/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>OpenShift Airgapped: Mirroring Container Images</title>
      <link>https://k8s-school.fr/labs/en/1_labs/openshift-airgapped-image-mirroring/index.html</link>
      <pubDate>Mon, 08 Jun 2026 14:15:26 +1000</pubDate>
      <guid>https://k8s-school.fr/labs/en/1_labs/openshift-airgapped-image-mirroring/index.html</guid>
      <description>Author: Fabrice JAMMES (LinkedIn). Duration: 25-35 minutes&#xA;Objective Clusters running in restricted networks (“airgapped”) cannot pull images directly from the internet (i.e. docker.io). You must mirror the images you need into a registry the cluster can reach, and then make the cluster use that mirror.&#xA;There are two fundamentally different ways to achieve this:&#xA;A. Cluster-wide transparent redirection — configure OpenShift itself (ImageTagMirrorSet) to silently redirect every docker.io pull to your local mirror. Charts and Deployments stay untouched. B. Explicit reference — point each chart/Deployment directly at the mirror registry (image.registry=...). No cluster-level redirection is configured. In this guided lab you’ll deploy the same nginx chart both ways, observe how the resulting Pods differ, and weigh the trade-offs of each approach.</description>
    </item>
    <item>
      <title>OpenShift Airgapped: Declarative Mirroring with oc-mirror v2</title>
      <link>https://k8s-school.fr/labs/en/1_labs/openshift-airgapped-oc-mirror/index.html</link>
      <pubDate>Wed, 10 Jun 2026 18:00:00 +1000</pubDate>
      <guid>https://k8s-school.fr/labs/en/1_labs/openshift-airgapped-oc-mirror/index.html</guid>
      <description>Author: Fabrice JAMMES (LinkedIn). Duration: 25-35 minutes&#xA;Objective In the previous lab you mirrored a single image with skopeo copy and hand-wrote an ImageTagMirrorSet to redirect docker.io pulls to it. That works, but it doesn’t scale: every image needs its own skopeo copy, and the mirror-set YAML must be kept perfectly in sync with whatever you copied — get the library/ namespace wrong and pulls 404.</description>
    </item>
  </channel>
</rss>