<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>The Ops Community ⚙️: r3econ</title>
    <description>The latest articles on The Ops Community ⚙️ by r3econ (@r3econ).</description>
    <link>https://community.ops.io/r3econ</link>
    <image>
      <url>https://community.ops.io/images/4So81_bIP2TUoC66-95TlJKZy35gpW6Z8I-DXKHlqtQ/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL3Vz/ZXIvcHJvZmlsZV9p/bWFnZS8yMTcvYjAx/MzRkMTktMDZlMC00/NmFiLWI1NTYtOWVi/Y2UxMTZmZjU2LnBu/Zw</url>
      <title>The Ops Community ⚙️: r3econ</title>
      <link>https://community.ops.io/r3econ</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://community.ops.io/feed/r3econ"/>
    <language>en</language>
    <item>
      <title>How to switch AKS clusters</title>
      <dc:creator>r3econ</dc:creator>
      <pubDate>Thu, 26 May 2022 09:06:50 +0000</pubDate>
      <link>https://community.ops.io/r3econ/how-to-switch-aks-clusters-342c</link>
      <guid>https://community.ops.io/r3econ/how-to-switch-aks-clusters-342c</guid>
      <description>&lt;p&gt;The following recipe shows how to quickly change the Kubernetes context using Azure CLI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1.&lt;/strong&gt; Login to Azure with the Azure CLI&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;az login
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Step 2.&lt;/strong&gt; Get the list of AKS clusters&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;az aks list &lt;span class="nt"&gt;-o&lt;/span&gt; table
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Step 3.&lt;/strong&gt; Switch cluster (context)&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;kubectl config use-context &amp;lt;cluster-name&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>azure</category>
      <category>kubernetes</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
