<?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: Sai N</title>
    <description>The latest articles on DEV Community by Sai N (@shannu_2057).</description>
    <link>https://dev.to/shannu_2057</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2612080%2Fd88a2d7e-9e19-44b6-a154-c095de1f6547.jpg</url>
      <title>DEV Community: Sai N</title>
      <link>https://dev.to/shannu_2057</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shannu_2057"/>
    <language>en</language>
    <item>
      <title>Kubernetes Basic Commands for your Playground</title>
      <dc:creator>Sai N</dc:creator>
      <pubDate>Wed, 25 Dec 2024 04:07:35 +0000</pubDate>
      <link>https://dev.to/shannu_2057/kubernetes-basic-commands-for-your-playground-5bon</link>
      <guid>https://dev.to/shannu_2057/kubernetes-basic-commands-for-your-playground-5bon</guid>
      <description>&lt;p&gt;Kubernetes is a open source platform mainly helps us on managing and scaling of containerization applications.&lt;/p&gt;

&lt;p&gt;These are the most Kubernetes commands for handy which are should be handy for our most of the projects.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;kubectl get pods &lt;/li&gt;
&lt;li&gt;kubectl get pods -o wide -A&lt;/li&gt;
&lt;li&gt;kubectl get services&lt;/li&gt;
&lt;li&gt;kubectl get nodes&lt;/li&gt;
&lt;li&gt;kubectl get namespace&lt;/li&gt;
&lt;li&gt;kubectl delete &lt;/li&gt;
&lt;li&gt;kubectl delete namespaces &lt;/li&gt;
&lt;li&gt;kubectl delete -f &lt;/li&gt;
&lt;li&gt;kubectl delete pod &lt;/li&gt;
&lt;li&gt;kubectl config view&lt;/li&gt;
&lt;li&gt;kubectl config use-context contextName&lt;/li&gt;
&lt;li&gt;kubectl get-config&lt;/li&gt;
&lt;li&gt;kubectl rollout status deploymentName&lt;/li&gt;
&lt;li&gt;kubectl port-forward podname port1:port2&lt;/li&gt;
&lt;li&gt;kubectl expose deployment&lt;/li&gt;
&lt;li&gt;kubectl scale deployment deploymentName&lt;/li&gt;
&lt;li&gt;kubectl -exec podname --shellname&lt;/li&gt;
&lt;li&gt;kubectl logs  -c &lt;/li&gt;
&lt;li&gt;kubectl apply -f &lt;/li&gt;
&lt;li&gt;kubectl describe service &lt;/li&gt;
&lt;li&gt;kubectl describe pod &lt;/li&gt;
&lt;/ul&gt;

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