<?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>DEV Community: Elf</title>
    <description>The latest articles on DEV Community by Elf (@elfgzp).</description>
    <link>https://dev.to/elfgzp</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F516216%2Fd8bddce6-fc31-40c2-a64e-4c276febff12.jpeg</url>
      <title>DEV Community: Elf</title>
      <link>https://dev.to/elfgzp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/elfgzp"/>
    <language>en</language>
    <item>
      <title>The lazier way to manage kubernetes. - Manage k8s via mouse and command line</title>
      <dc:creator>Elf</dc:creator>
      <pubDate>Tue, 17 Nov 2020 15:57:53 +0000</pubDate>
      <link>https://dev.to/elfgzp/the-lazier-way-to-manage-kubernetes-manage-k8s-via-mouse-and-command-line-40ib</link>
      <guid>https://dev.to/elfgzp/the-lazier-way-to-manage-kubernetes-manage-k8s-via-mouse-and-command-line-40ib</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/TNK-Studio/lazykube"&gt;https://github.com/TNK-Studio/lazykube&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  lazykube
&lt;/h1&gt;

&lt;p&gt;⎈ The lazier way to manage kubernetes.&lt;br&gt;&lt;br&gt;
&lt;a href="https://goreportcard.com/report/github.com/TNK-Studio/lazykube"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--PXOnPp1R--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://goreportcard.com/badge/github.com/TNK-Studio/lazykube" alt="Go Report Card"&gt;&lt;/a&gt; &lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--mFK3ptVK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/github/repo-size/TNK-Studio/lazykube" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mFK3ptVK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/github/repo-size/TNK-Studio/lazykube" alt="GitHub repo size"&gt;&lt;/a&gt; &lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--j8oUSHaF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/github/downloads/TNK-Studio/lazykube/total" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--j8oUSHaF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/github/downloads/TNK-Studio/lazykube/total" alt="GitHub all releases"&gt;&lt;/a&gt; &lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---jP6cE65--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/github/v/tag/TNK-Studio/lazykube" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---jP6cE65--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/github/v/tag/TNK-Studio/lazykube" alt="GitHub tag (latest by date)"&gt;&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NPt88H_9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/v1/./docs/lazykube.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NPt88H_9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/v1/./docs/lazykube.gif" alt="gif"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Mac Homebrew
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Install
&lt;/h4&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;brew &lt;span class="nb"&gt;install &lt;/span&gt;tnk-studio/tools/lazykube
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  Upgrade
&lt;/h4&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;brew upgrade tnk-studio/tools/lazykube
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Linux
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;curl https://raw.githubusercontent.com/TNK-Studio/lazykube/main/scripts/install_update_linux.sh | bash
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Windows
&lt;/h3&gt;

&lt;p&gt;Release page download &lt;a href="https://github.com/TNK-Studio/lazykube/releases/latest"&gt;(link)&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Go get
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;go get &lt;span class="nt"&gt;-u&lt;/span&gt; github.com/TNK-Studio/lazykube
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  How to use
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;lazykube
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;When using iterm2 as a terminal, mouse clicks cannot be used ?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--xEzJRtc2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/v1/./docs/iterm2-enable-mouse-reporting.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xEzJRtc2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/v1/./docs/iterm2-enable-mouse-reporting.png" alt="iterm2-enable-mouse-reporting"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
