<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Kubernetes_Delete</id>
	<title>Kubernetes Delete - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Kubernetes_Delete"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Kubernetes_Delete&amp;action=history"/>
	<updated>2026-04-04T10:49:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Kubernetes_Delete&amp;diff=1394&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;https://stackoverflow.com/questions/47128586/how-to-delete-all-resources-from-kubernetes-one-time/47137442  ``` kubectl delete all --all -n {namespace} Method 2: You can also...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Kubernetes_Delete&amp;diff=1394&amp;oldid=prev"/>
		<updated>2021-04-08T19:17:11Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;https://stackoverflow.com/questions/47128586/how-to-delete-all-resources-from-kubernetes-one-time/47137442  ``` kubectl delete all --all -n {namespace} Method 2: You can also...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;https://stackoverflow.com/questions/47128586/how-to-delete-all-resources-from-kubernetes-one-time/47137442&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
kubectl delete all --all -n {namespace}&lt;br /&gt;
Method 2: You can also delete a namespace and re-create it. This will delete everything that belongs to it:&lt;br /&gt;
&lt;br /&gt;
kubectl delete namespace {namespace}&lt;br /&gt;
kubectl create namespace {namespace}&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>