<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.code1x1.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.code1x1.de/feed.php">
        <title>Code1x1 Wiki - kubernetes</title>
        <description></description>
        <link>https://wiki.code1x1.de/</link>
        <image rdf:resource="https://wiki.code1x1.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-14T06:47:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.code1x1.de/doku.php?id=kubernetes:config&amp;rev=1757858029&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.code1x1.de/doku.php?id=kubernetes:docker_registry&amp;rev=1754161595&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.code1x1.de/doku.php?id=kubernetes:ingress&amp;rev=1754161580&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.code1x1.de/doku.php?id=kubernetes:kubespray&amp;rev=1754161563&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.code1x1.de/doku.php?id=kubernetes:metallb&amp;rev=1754161609&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.code1x1.de/doku.php?id=kubernetes:nftables&amp;rev=1754424630&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.code1x1.de/doku.php?id=kubernetes:wireguard&amp;rev=1754424867&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.code1x1.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Code1x1 Wiki</title>
        <link>https://wiki.code1x1.de/</link>
        <url>https://wiki.code1x1.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.code1x1.de/doku.php?id=kubernetes:config&amp;rev=1757858029&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-14T13:53:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>config</title>
        <link>https://wiki.code1x1.de/doku.php?id=kubernetes:config&amp;rev=1757858029&amp;do=diff</link>
        <description>Kubernetes Config

How to get a kubeconfig for an existing cluster?
  Cluster API server URL
  CA certificate (or confirm it’s OK to skip TLS verification)
  Auth method: service account token, client cert/key, or OIDC
  Desired context name and default namespace</description>
    </item>
    <item rdf:about="https://wiki.code1x1.de/doku.php?id=kubernetes:docker_registry&amp;rev=1754161595&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-02T19:06:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>docker_registry</title>
        <link>https://wiki.code1x1.de/doku.php?id=kubernetes:docker_registry&amp;rev=1754161595&amp;do=diff</link>
        <description>Docker Registry</description>
    </item>
    <item rdf:about="https://wiki.code1x1.de/doku.php?id=kubernetes:ingress&amp;rev=1754161580&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-02T19:06:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ingress</title>
        <link>https://wiki.code1x1.de/doku.php?id=kubernetes:ingress&amp;rev=1754161580&amp;do=diff</link>
        <description>ingress</description>
    </item>
    <item rdf:about="https://wiki.code1x1.de/doku.php?id=kubernetes:kubespray&amp;rev=1754161563&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-02T19:06:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>kubespray</title>
        <link>https://wiki.code1x1.de/doku.php?id=kubernetes:kubespray&amp;rev=1754161563&amp;do=diff</link>
        <description>kubespray</description>
    </item>
    <item rdf:about="https://wiki.code1x1.de/doku.php?id=kubernetes:metallb&amp;rev=1754161609&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-02T19:06:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>metallb</title>
        <link>https://wiki.code1x1.de/doku.php?id=kubernetes:metallb&amp;rev=1754161609&amp;do=diff</link>
        <description>Metal LB</description>
    </item>
    <item rdf:about="https://wiki.code1x1.de/doku.php?id=kubernetes:nftables&amp;rev=1754424630&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-05T20:10:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nftables</title>
        <link>https://wiki.code1x1.de/doku.php?id=kubernetes:nftables&amp;rev=1754424630&amp;do=diff</link>
        <description>nftables


root@matellb:~# cat /etc/nftables.d/proxy.conf
#!/sbin/nft -f

flush ruleset

table ip filter {
    # allow all packets sent by the firewall machine itself
    chain output {
        type filter hook output priority 100; policy accept;
    }

    # allow LAN to firewall, disallow WAN to firewall
    chain input {
        type filter hook input priority 0; policy accept;
        iifname &quot;wg0&quot; accept
        iifname &quot;eth0&quot; accept
    }

    # allow packets from WG to WAN, and WAN to WG
…</description>
    </item>
    <item rdf:about="https://wiki.code1x1.de/doku.php?id=kubernetes:wireguard&amp;rev=1754424867&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-05T20:14:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wireguard</title>
        <link>https://wiki.code1x1.de/doku.php?id=kubernetes:wireguard&amp;rev=1754424867&amp;do=diff</link>
        <description>wireguard


::::::::::::::
/etc/wireguard/privatekey
::::::::::::::
kIVN6Oz8w+Xom15/8IDi/pFvR3tdWVyWUt4gVK6Iil4=
::::::::::::::
/etc/wireguard/publickey
::::::::::::::
rApLO/kTVte/DJQZn5WzeGJXyopuEl+vNSKIle4LAHQ=
::::::::::::::
/etc/wireguard/wg0.conf
::::::::::::::
[Interface]
PrivateKey=kIVN6Oz8w+Xom15/8IDi/pFvR3tdWVyWUt4gVK6Iil4=
ListenPort=51820
Address=10.0.0.1/24
MTU=1300


# Laptop
[Peer]
PublicKey=jJlpnPDf91EqRov0SwizuoKMKwvEOw2nlNsSxSnFIVM=
PresharedKey=UpEtRoLHLC/kiVO2eo4zACObjU/LpuuxO…</description>
    </item>
</rdf:RDF>
