<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Prerequisites :: Kubernetes training</title><link>https://k8s-school.fr/labs/k8s/en/0_prereqs/index.html</link><description>Here you will find the prerequisites for accessing the labs.</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/0_prereqs/index.xml" rel="self" type="application/rss+xml"/><item><title>Educational Material</title><link>https://k8s-school.fr/labs/k8s/en/0_prereqs/materiel/index.html</link><pubDate>Wed, 22 May 2024 14:15:26 +1000</pubDate><guid>https://k8s-school.fr/labs/k8s/en/0_prereqs/materiel/index.html</guid><description>Course Materials All slides are available here
Exchange File During the training, we will communicate via this Framapad
Reference Book Kubernetes: Up and Running</description></item><item><title>Access to Labs</title><link>https://k8s-school.fr/labs/k8s/en/0_prereqs/ssh/index.html</link><pubDate>Wed, 22 May 2024 14:15:26 +1000</pubDate><guid>https://k8s-school.fr/labs/k8s/en/0_prereqs/ssh/index.html</guid><description>SSH Access The password will be provided by the trainer:
ssh k8s&lt;ID&gt;@&lt;serverip&gt; Kubernetes Access The kubeconfig file allows connection to the Kubernetes server.
# Retrieve the k8s cluster authentication file mkdir -p ~/.kube cp /tmp/config $HOME/.kube/config chmod 600 $HOME/.kube/config # Alternate solution, kind specific kind export kubeconfig # Launch k8s-toolbox interactively ktbx desk # Check Kubernetes status kubectl cluster-info # Check node status kubectl get nodes # Create a namespace kubectl create namespace &lt;ID-first-name&gt; # Change the current context's active namespace kubens &lt;ID-first-name&gt; # Create a pod # use "kubectl run --help" to retrieve the correct command kubectl run &lt;your-pod&gt; ??? # Add a label to the pod kubectl label pod &lt;your-pod&gt; tutorial=true Openshift Access # inside the toolbox # Retrieve password in /tmp/oc-creds.txt oc login -u kubeadmin https://api.crc.testing:6443 # Watch the cluster kubectl get nodes # Check you context kubectx # Create a namespace &lt;ID-first-name&gt; oc new-project --help # Check you context again kubectx # Switch to other context/cluster # kubectx default/api-crc-testing:6443/kubeadmin Download the Labs Once in the toolbox, run one of the commands below to download the labs:</description></item><item><title>Tips and tricks</title><link>https://k8s-school.fr/labs/k8s/en/0_prereqs/tipsandtricks/index.html</link><pubDate>Wed, 22 May 2024 14:15:26 +1000</pubDate><guid>https://k8s-school.fr/labs/k8s/en/0_prereqs/tipsandtricks/index.html</guid><description>Copy a file in Linux console cat &gt; my-file.sh # paste the content and use Ctrl-D Enable ssh persistent session with Byobu ssh k8s&lt;ID&gt;@&lt;server-ip&gt; byobu # F2: create new tab # F3/F4: switch to left/right tab If the session crashes, reconnect and launch byobu to recover it</description></item><item><title>Openshift 2days</title><link>https://k8s-school.fr/labs/k8s/en/0_prereqs/openshift-2days/index.html</link><pubDate>Wed, 22 May 2024 14:15:26 +1000</pubDate><guid>https://k8s-school.fr/labs/k8s/en/0_prereqs/openshift-2days/index.html</guid><description>Fundamentals Openshift Openshift Advanced modules D_01_Ingress.pdf D_03_Helm.pdf D_03_Prometheus_monitoring.pdf</description></item><item><title>Slides</title><link>https://k8s-school.fr/labs/k8s/en/0_prereqs/slides/index.html</link><pubDate>Wed, 22 May 2024 14:15:26 +1000</pubDate><guid>https://k8s-school.fr/labs/k8s/en/0_prereqs/slides/index.html</guid><description>Slides CKAD CKAD.pdf CKS E_01_advanced-k8s-cluster-internals.pdf E_02_advanced-k8s_RBAC.pdf E_03_advanced-k8s_Security_node+network.pdf E_04_advanced-k8s_computational_resources.pdf E_04.1_finops.pdf CKS.pdf Advanced Kubernetes E_01_advanced-k8s-cluster-internals.pdf E_02_advanced-k8s_RBAC.pdf E_03_advanced-k8s_Security_node+network.pdf E_04_advanced-k8s_computational_resources.pdf E_04.1_finops.pdf E_05_advanced-k8s_advanced_scheduling.pdf E_06_advanced-k8s_operators.pdf Openshift Openshift Optional modules D_01_Ingress.pdf D_02_Istio_k8s_service-mesh.pdf D_03_Helm.pdf D_03_Prometheus_monitoring.pdf D_05_multicluster-monitoring.pdf D_06_develop_with_k8s.pdf D_07_openshift_airgapped D_08_openshift_ingress-gateway Misc Gartner_choose_k8s_install_method.pdf ssh-tunnel-and-port-forward.pdf</description></item></channel></rss>