<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Linux :: Tag :: Kubernetes training</title><link>https://k8s-school.fr/labs/k8s/en/tags/linux/index.html</link><description/><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Fabrice Jammes - Licensed under CC BY-SA 4.0</copyright><lastBuildDate>Thu, 06 Jun 2024 19:00:00 +1000</lastBuildDate><atom:link href="https://k8s-school.fr/labs/k8s/en/tags/linux/index.xml" rel="self" type="application/rss+xml"/><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>Seccomp Security Profiles</title><link>https://k8s-school.fr/labs/k8s/en/1_labs/seccomp/index.html</link><pubDate>Thu, 06 Jun 2024 19:00:00 +1000</pubDate><guid>https://k8s-school.fr/labs/k8s/en/1_labs/seccomp/index.html</guid><description>Objectives Learn how to use seccomp (secure computing mode) to restrict system calls in Kubernetes pods. Seccomp is a Linux kernel feature that limits which system calls a process can make, providing an additional security layer.
Prerequisites Understanding Seccomp Seccomp is a security mechanism that filters system calls:</description></item></channel></rss>