<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cookbook :: Stichwort :: Linux-Schmie.de Dokumentationen</title>
    <link>https://doc.train-linux.de/de/tags/cookbook/index.html</link>
    <description></description>
    <generator>Hugo</generator>
    <language>de-DE</language>
    <lastBuildDate>Fri, 12 Jun 2026 14:32:58 +0200</lastBuildDate>
    <atom:link href="https://doc.train-linux.de/de/tags/cookbook/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kubernetes Cookbook</title>
      <link>https://doc.train-linux.de/de/howto/kubernetes/kubernetes-cookbook/index.html</link>
      <pubDate>Thu, 31 Jul 2025 14:26:04 +0200</pubDate>
      <guid>https://doc.train-linux.de/de/howto/kubernetes/kubernetes-cookbook/index.html</guid>
      <description>Pods List all pods on a node kubectl get pods --all-namespaces -o wide --field-selector spec.nodeName=&lt;node&gt; List all pods with custom outout kubectl get pod -A -o=custom-columns=POD_NAME:.metadata.name,STATUS:.status.phase,NAMESPACE:.metadata.namespace,CONTAINER_NAME:.spec.containers[*].name List all pods in a namespace kubectl get pods -n &lt;namespace&gt; List all pods not in the running state kubectl get pods -n &lt;namespace&gt; --field-selector &#34;status.phase!=Running&#34;</description>
    </item>
  </channel>
</rss>