<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Optional :: Kubernetes training</title><link>https://k8s-school.fr/labs/k8s/en/optionnel/index.html</link><description>Here you will find useful information to complement the training.</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Fabrice Jammes - Licensed under CC BY-SA 4.0</copyright><lastBuildDate>Wed, 22 May 2024 14:15:26 +1000</lastBuildDate><atom:link href="https://k8s-school.fr/labs/k8s/en/optionnel/index.xml" rel="self" type="application/rss+xml"/><item><title>Setting Up the Training Platform</title><link>https://k8s-school.fr/labs/k8s/en/optionnel/platform/index.html</link><pubDate>Wed, 22 May 2024 14:15:26 +1000</pubDate><guid>https://k8s-school.fr/labs/k8s/en/optionnel/platform/index.html</guid><description>During the training, it is recommended to use the provided platform. This section describes how to reproduce it after the training to replay the labs.
Prerequisites Local Machine Configuration Fedora is recommended 8 cores, 16 GB of RAM, 30 GB for the partition hosting Docker entities (images, volumes, containers, etc). Use the df command as shown below to find its size. sudo df -sh /var/lib/docker # or /var/snap/docker/common/var-lib-docker/ Internet access without proxy sudo access Install the dependencies below: sudo dnf install curl docker git vim bash-completion # then add the current user to the docker group sudo usermod -a -G docker $USER # or restart the gnome session newgrp docker Then, you can create the Kubernetes cluster in two lines by following the ktbx documentation.</description></item></channel></rss>