<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>k8s on slm的研发笔记</title>
    <link>https://007slm.github.io/tags/k8s/</link>
    <description>Recent content in k8s on slm的研发笔记</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Thu, 18 Oct 2018 11:30:16 +0800</lastBuildDate>
    
	<atom:link href="https://007slm.github.io/tags/k8s/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>git常用命令</title>
      <link>https://007slm.github.io/post/git%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/</link>
      <pubDate>Thu, 18 Oct 2018 11:30:16 +0800</pubDate>
      
      <guid>https://007slm.github.io/post/git%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/</guid>
      <description>创建新的github仓库 git init git add README.md git commit -m &amp;ldquo;readme.md&amp;rdquo; git remote add origin https://github.com/lonelyc/MyRepo.git git push -u origin master 在新的仓库中创建分支 获取远程分支列表 git branch -r 在本地创建新的分支 git branch newbranch 切换到新的分</description>
    </item>
    
    <item>
      <title>k8s常用命令</title>
      <link>https://007slm.github.io/post/k8s%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/</link>
      <pubDate>Thu, 18 Oct 2018 11:30:16 +0800</pubDate>
      
      <guid>https://007slm.github.io/post/k8s%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/</guid>
      <description>获取namespace为 console 的pod列表 kubectl get po -n console namespace console container 为gateway pod id 为console-deploy-7d9dc9f8c5-2lgtc kubectl</description>
    </item>
    
  </channel>
</rss>