Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post: Kubernetes #23

Merged
merged 4 commits into from
Sep 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pullapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ groups:
- arrowrowe
- ComMouse
blog-review:
required: 2
required: 1
conditions:
files:
- "source/*"
Expand Down
7 changes: 6 additions & 1 deletion docs/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,19 @@ <h2 class="subtitle">分享我们所得</h2>
</header>
<header class="header">
<span class="title">归档 -</span>
<span class="subtitle">8 篇文章</span>
<span class="subtitle">9 篇文章</span>
</header>
<ul class="archive-list">

<li class="archive-item">
<div class="archive-year">2017</div>
<ul class="article-list">

<li class="article-item">
<span class="date">2017-09-27</span>
<a href="%e6%b5%85%e5%85%a5%e4%ba%86%e8%a7%a3%e5%ae%b9%e5%99%a8%e7%bc%96%e6%8e%92%e6%a1%86%e6%9e%b6%e8%b0%83%e5%ba%a6%e5%99%a8%e4%b9%8b_kubernetes.html">浅入了解容器编排框架调度器之 Kubernetes</a>
</li>

<li class="article-item">
<span class="date">2017-09-10</span>
<a href="#ZgotmplZ">安利时间: Processing &#43; R = ?</a>
Expand Down
12 changes: 11 additions & 1 deletion docs/atom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom">
<title>东岳网络工作室团队博客</title>
<id>http://blog.dongyueweb.com</id>
<updated>2017-09-14T23:16:22-07:00</updated>
<updated>2017-09-27T11:01:42+08:00</updated>
<subtitle>分享我们所得</subtitle>
<link href="http://blog.dongyueweb.com"></link>
<author>
<name>东岳网络工作室团队博客</name>
</author>
<entry>
<title>浅入了解容器编排框架调度器之 Kubernetes</title>
<updated>2017-09-27T02:49:49Z</updated>
<id>tag:blog.dongyueweb.com,2017-09-27:/浅入了解容器编排框架调度器之_kubernetes.html</id>
<content type="html">&lt;p&gt;Kubernetes 是由 Google 捐赠给 CNCF 的一个容器编排框架,也是目前应用最为广泛的编排框架之一。这篇文章是对 Kubernetes 1.8 中的 Scheduler(以下称为 kube-scheduler)的介绍,如果要阅读本文,需要对 Kubernetes 的基本概念如 pod, node 等有所了解。&lt;/p&gt;&#xA;</content>
<link href="http://blog.dongyueweb.com/浅入了解容器编排框架调度器之_kubernetes.html"></link>
<author>
<name>gaocegege</name>
</author>
</entry>
<entry>
<title>安利时间: Processing + R = ?</title>
<updated>2017-09-10T14:07:05Z</updated>
Expand Down
Binary file added docs/images/posts/kubernetes/algorithm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/posts/kubernetes/initial-state.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,23 @@ <h2 class="subtitle">分享我们所得</h2>
</header>
<ul class="article-list">

<li class="article">
<a class="title" href="/%e6%b5%85%e5%85%a5%e4%ba%86%e8%a7%a3%e5%ae%b9%e5%99%a8%e7%bc%96%e6%8e%92%e6%a1%86%e6%9e%b6%e8%b0%83%e5%ba%a6%e5%99%a8%e4%b9%8b_kubernetes.html">浅入了解容器编排框架调度器之 Kubernetes</a>

<section class="preview content"><p>Kubernetes 是由 Google 捐赠给 CNCF 的一个容器编排框架,也是目前应用最为广泛的编排框架之一。这篇文章是对 Kubernetes 1.8 中的 Scheduler(以下称为 kube-scheduler)的介绍,如果要阅读本文,需要对 Kubernetes 的基本概念如 pod, node 等有所了解。</p>
</section>
<section class="info">
<span class="avatar" style="background-image: url(/images/avatars/gaocegege.jpg);"></span>
<a class="name" href="/about.gaocegege.html">gaocegege</a>

<span class="date" data-time="1506480589"><span class="from"></span></span>

<span class="tags">
<a class="tag" href="/tag/Kubernetes/index.html">Kubernetes</a><a class="tag" href="/tag/%e4%ba%91%e8%ae%a1%e7%ae%97/index.html">云计算</a><a class="tag" href="/tag/Docker/index.html">Docker</a>
</span>
</section>
</li>

<li class="article">
<a class="title" href="/%e5%ae%89%e5%88%a9%e6%97%b6%e9%97%b4:_processing_&#43;_r.html">安利时间: Processing &#43; R = ?</a>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.json

Large diffs are not rendered by default.

16 changes: 10 additions & 6 deletions docs/tag.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,22 @@ <h2 class="subtitle">分享我们所得</h2>
</header>
<header class="header">
<span class="title">标签 -</span>
<span class="subtitle">8 篇文章</span>
<span class="subtitle">9 篇文章</span>
</header>
<ul class="tag-list">

<li class="tag-item">
<a class="tag-name" href="/tag/%e4%ba%91%e8%ae%a1%e7%ae%97/index.html">云计算<span class="tag-count"> (2)</span></a>
</li>

<li class="tag-item">
<a class="tag-name" href="/tag/Google%20Summer%20of%20Code/index.html">Google Summer of Code<span class="tag-count"> (2)</span></a>
</li>

<li class="tag-item">
<a class="tag-name" href="/tag/Docker/index.html">Docker<span class="tag-count"> (2)</span></a>
</li>

<li class="tag-item">
<a class="tag-name" href="/tag/%e9%a5%a5%e8%8d%92/index.html">饥荒<span class="tag-count"> (1)</span></a>
</li>
Expand All @@ -99,10 +107,6 @@ <h2 class="subtitle">分享我们所得</h2>
<a class="tag-name" href="/tag/%e6%95%b0%e6%8d%ae%e5%ba%93/index.html">数据库<span class="tag-count"> (1)</span></a>
</li>

<li class="tag-item">
<a class="tag-name" href="/tag/%e4%ba%91%e8%ae%a1%e7%ae%97/index.html">云计算<span class="tag-count"> (1)</span></a>
</li>

<li class="tag-item">
<a class="tag-name" href="/tag/tsdb/index.html">tsdb<span class="tag-count"> (1)</span></a>
</li>
Expand Down Expand Up @@ -144,7 +148,7 @@ <h2 class="subtitle">分享我们所得</h2>
</li>

<li class="tag-item">
<a class="tag-name" href="/tag/Docker/index.html">Docker<span class="tag-count"> (1)</span></a>
<a class="tag-name" href="/tag/Kubernetes/index.html">Kubernetes<span class="tag-count"> (1)</span></a>
</li>

</ul>
Expand Down
19 changes: 18 additions & 1 deletion docs/tag/Docker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

<img class="logo" src="/images/logo.png" />
<h1 class="tag">Docker</h1>
<h2 class="tag-sub">1 篇文章</h2>
<h2 class="tag-sub">2 篇文章</h2>

</header>
<ul class="article-list">
Expand All @@ -91,6 +91,23 @@ <h2 class="tag-sub">1 篇文章</h2>
</section>
</li>

<li class="article">
<a class="title" href="/%e6%b5%85%e5%85%a5%e4%ba%86%e8%a7%a3%e5%ae%b9%e5%99%a8%e7%bc%96%e6%8e%92%e6%a1%86%e6%9e%b6%e8%b0%83%e5%ba%a6%e5%99%a8%e4%b9%8b_kubernetes.html">浅入了解容器编排框架调度器之 Kubernetes</a>

<section class="preview content"><p>Kubernetes 是由 Google 捐赠给 CNCF 的一个容器编排框架,也是目前应用最为广泛的编排框架之一。这篇文章是对 Kubernetes 1.8 中的 Scheduler(以下称为 kube-scheduler)的介绍,如果要阅读本文,需要对 Kubernetes 的基本概念如 pod, node 等有所了解。</p>
</section>
<section class="info">
<span class="avatar" style="background-image: url(/images/avatars/gaocegege.jpg);"></span>
<a class="name" href="/about.gaocegege.html">gaocegege</a>

<span class="date" data-time="1506480589"><span class="from"></span></span>

<span class="tags">
<a class="tag" href="/tag/Kubernetes/index.html">Kubernetes</a><a class="tag" href="/tag/%e4%ba%91%e8%ae%a1%e7%ae%97/index.html">云计算</a><a class="tag" href="/tag/Docker/index.html">Docker</a>
</span>
</section>
</li>

</ul>
<section class="page-nav">

Expand Down
115 changes: 115 additions & 0 deletions docs/tag/Kubernetes/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1, minimum-scale=1, maximum-scale=1">
<meta name="renderer" content="webkit">
<meta name="google" value="notranslate">
<meta name="robots" content="index,follow">


<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="东岳网络工作室团队博客">
<meta name="twitter:description" content="分享我们所得">
<meta name="twitter:image:src" content="http://blog.dongyueweb.com/images/logo.png">

<meta property="og:url" content="http://blog.dongyueweb.com">
<meta property="og:title" content="东岳网络工作室团队博客">
<meta property="og:description" content="分享我们所得">
<meta property="og:site_name" content="东岳网络工作室团队博客">
<meta property="og:image" content="http://blog.dongyueweb.com/images/logo.png">
<meta property="og:type" content="website">
<meta name="robots" content="noodp">

<meta itemprop="name" content="东岳网络工作室团队博客">
<meta itemprop="description" content="分享我们所得">
<meta itemprop="image" content="http://blog.dongyueweb.com/images/logo.png">

<link rel="canonical" href="http://blog.dongyueweb.com">

<link rel="shortcut icon" href="/favicon.png">
<link rel="apple-itouch-icon" href="/favicon.png">
<link rel="stylesheet" href="/bundle/index.css">
<script type="text/javascript">
var timeSinceLang = {
year: '年前',
month: '个月前',
day: '天前',
hour: '小时前',
minute: '分钟前',
second: '秒前'
};
var root = '';
</script>


<meta name="keywords" content="分享我们所得">
<meta name="description" content="分享我们所得">
<title>东岳网络工作室团队博客</title>
</head>
<body>
<article class="container">
<header class="header-wrap">
<a class="index" href="/">
<img class="logo" src="/images/logo.png" />

DongyueWeb
</a>
<ul class="menu">
<li class="menu-item"><a href="/archive.html">归档</a></li>
<li class="menu-item"><a href="/tag.html">标签</a></li>
<li class="menu-item"><a href="/atom.xml">订阅</a></li>
</ul>
</header>

<article class="main page">
<header class="header site">

<img class="logo" src="/images/logo.png" />
<h1 class="tag">Kubernetes</h1>
<h2 class="tag-sub">1 篇文章</h2>

</header>
<ul class="article-list">

<li class="article">
<a class="title" href="/%e6%b5%85%e5%85%a5%e4%ba%86%e8%a7%a3%e5%ae%b9%e5%99%a8%e7%bc%96%e6%8e%92%e6%a1%86%e6%9e%b6%e8%b0%83%e5%ba%a6%e5%99%a8%e4%b9%8b_kubernetes.html">浅入了解容器编排框架调度器之 Kubernetes</a>

<section class="preview content"><p>Kubernetes 是由 Google 捐赠给 CNCF 的一个容器编排框架,也是目前应用最为广泛的编排框架之一。这篇文章是对 Kubernetes 1.8 中的 Scheduler(以下称为 kube-scheduler)的介绍,如果要阅读本文,需要对 Kubernetes 的基本概念如 pod, node 等有所了解。</p>
</section>
<section class="info">
<span class="avatar" style="background-image: url(/images/avatars/gaocegege.jpg);"></span>
<a class="name" href="/about.gaocegege.html">gaocegege</a>

<span class="date" data-time="1506480589"><span class="from"></span></span>

<span class="tags">
<a class="tag" href="/tag/Kubernetes/index.html">Kubernetes</a><a class="tag" href="/tag/%e4%ba%91%e8%ae%a1%e7%ae%97/index.html">云计算</a><a class="tag" href="/tag/Docker/index.html">Docker</a>
</span>
</section>
</li>

</ul>
<section class="page-nav">



</section>
</article>
</article>
<footer class="footer">
<span class="copyright">

<a href="http://dongyueweb.com" target="_blank">DongyueWeb</a> ©
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</span>
<span class="publish">Powered by <a href="http://www.chole.io/" target="_blank">Ink</a></span>
</footer>

</body>
<script src="/bundle/index.js"></script>
</html>
19 changes: 18 additions & 1 deletion docs/tag/云计算/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

<img class="logo" src="/images/logo.png" />
<h1 class="tag">云计算</h1>
<h2 class="tag-sub">1 篇文章</h2>
<h2 class="tag-sub">2 篇文章</h2>

</header>
<ul class="article-list">
Expand All @@ -91,6 +91,23 @@ <h2 class="tag-sub">1 篇文章</h2>
</section>
</li>

<li class="article">
<a class="title" href="/%e6%b5%85%e5%85%a5%e4%ba%86%e8%a7%a3%e5%ae%b9%e5%99%a8%e7%bc%96%e6%8e%92%e6%a1%86%e6%9e%b6%e8%b0%83%e5%ba%a6%e5%99%a8%e4%b9%8b_kubernetes.html">浅入了解容器编排框架调度器之 Kubernetes</a>

<section class="preview content"><p>Kubernetes 是由 Google 捐赠给 CNCF 的一个容器编排框架,也是目前应用最为广泛的编排框架之一。这篇文章是对 Kubernetes 1.8 中的 Scheduler(以下称为 kube-scheduler)的介绍,如果要阅读本文,需要对 Kubernetes 的基本概念如 pod, node 等有所了解。</p>
</section>
<section class="info">
<span class="avatar" style="background-image: url(/images/avatars/gaocegege.jpg);"></span>
<a class="name" href="/about.gaocegege.html">gaocegege</a>

<span class="date" data-time="1506480589"><span class="from"></span></span>

<span class="tags">
<a class="tag" href="/tag/Kubernetes/index.html">Kubernetes</a><a class="tag" href="/tag/%e4%ba%91%e8%ae%a1%e7%ae%97/index.html">云计算</a><a class="tag" href="/tag/Docker/index.html">Docker</a>
</span>
</section>
</li>

</ul>
<section class="page-nav">

Expand Down
7 changes: 6 additions & 1 deletion docs/安利时间:_processing_+_r.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,13 @@ <h2>许可协议</h2>
</section>
<section class="recommend">

<section class="nav prev more">
<div class="head">上篇文章</div>
<a class="link" href="/%e6%b5%85%e5%85%a5%e4%ba%86%e8%a7%a3%e5%ae%b9%e5%99%a8%e7%bc%96%e6%8e%92%e6%a1%86%e6%9e%b6%e8%b0%83%e5%ba%a6%e5%99%a8%e4%b9%8b_kubernetes.html">浅入了解容器编排框架调度器之 Kubernetes</a>
</section>


<section class="nav next">
<section class="nav next more">
<div class="head">下篇文章</div>
<a class="link" href="/unikernel:_%e4%bb%8e%e4%b8%8d%e5%85%a5%e9%97%a8%e5%88%b0%e5%85%a5%e9%97%a8.html">Unikernel: 从不入门到入门</a>
</section>
Expand Down
Loading