<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Getting Started on KubeVoIP Docs</title><link>https://docs.kubevoip.com/getting-started/</link><description>Recent content in Getting Started on KubeVoIP Docs</description><generator>Hugo</generator><language>en-US</language><copyright>Copyright (c) 2026 KubeVoIP</copyright><atom:link href="https://docs.kubevoip.com/getting-started/index.xml" rel="self" type="application/rss+xml"/><item><title>Install KubeVoIP</title><link>https://docs.kubevoip.com/getting-started/install/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.kubevoip.com/getting-started/install/</guid><description>&lt;p&gt;Install the operator with Helm:&lt;/p&gt;



&lt;div class="expressive-code"&gt;
 &lt;figure class="frame is-terminal not-content"&gt;
 &lt;figcaption class="header"&gt;
 &lt;span class="title"&gt;&lt;/span&gt;
 &lt;/figcaption&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;helm install kubevoip oci://ghcr.io/kubevoip/charts/kubevoip &lt;span class="se"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; --version 0.5.0 &lt;span class="se"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; --namespace telephony --create-namespace&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;Each Helm release watches only its installation namespace. Install a separate
release for each telephony namespace. CRDs remain cluster-scoped Kubernetes
resources shared by all releases.&lt;/p&gt;</description></item><item><title>Kubernetes VoIP quickstart</title><link>https://docs.kubevoip.com/getting-started/quickstart/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.kubevoip.com/getting-started/quickstart/</guid><description>&lt;p&gt;This quickstart creates a small SIP on Kubernetes deployment with two users:
&lt;code&gt;alice&lt;/code&gt; on extension &lt;code&gt;100&lt;/code&gt; and &lt;code&gt;bob&lt;/code&gt; on extension &lt;code&gt;101&lt;/code&gt;. Helm installs the
operator, and the &lt;code&gt;kubevoip&lt;/code&gt; CLI creates a temporary database, base platform,
SIP users, dial policy, and routes.&lt;/p&gt;</description></item><item><title>Cleanup</title><link>https://docs.kubevoip.com/getting-started/cleanup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.kubevoip.com/getting-started/cleanup/</guid><description>&lt;p&gt;If you used a dedicated &lt;code&gt;telephony&lt;/code&gt; namespace for the quickstart, uninstall the
operator and delete the namespace:&lt;/p&gt;



&lt;div class="expressive-code"&gt;
 &lt;figure class="frame is-terminal not-content"&gt;
 &lt;figcaption class="header"&gt;
 &lt;span class="title"&gt;&lt;/span&gt;
 &lt;/figcaption&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;helm uninstall kubevoip --namespace telephony
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;kubectl delete namespace telephony&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;If you used an existing namespace, delete only the quickstart objects instead:&lt;/p&gt;</description></item></channel></rss>