-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
47 lines (38 loc) · 3.22 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Cloud Native Go!</title>
<link>https://cloudnativego.com/</link>
<description>Recent content on Cloud Native Go!</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 02 Mar 2017 21:56:55 +0100</lastBuildDate>
<atom:link href="https://cloudnativego.com/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to CloudNativeGo.com</title>
<link>https://cloudnativego.com/blog/welcome/</link>
<pubDate>Thu, 02 Mar 2017 21:56:55 +0100</pubDate>
<guid>https://cloudnativego.com/blog/welcome/</guid>
<description>Inline 🦄 Text Styles a link Chocolate tiramisu pastry a link cotton candy sesame snaps. Dessert cake chocolate bar a bold part sugar plum bonbon 🐓💨 marshmallow lollipop toffee soufflé. Donut caramels chocolate bar. Oat cake cookie a marked part cheesecake donut. Jelly-o &lt;some&gt; $code marzipan cake. Bonbon sesame snaps chocolate an italic part oat cake pudding sweet roll caramels bonbon. Soufflé muffin 👻 gummies sugar plum dessert bonbon bear claw.</description>
</item>
<item>
<title>Quick Start</title>
<link>https://cloudnativego.com/docs/quick-start/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://cloudnativego.com/docs/quick-start/</guid>
<description>Basic Template With Kube, you can set up your web framework and be on your way in under a minute. Just add this code to your web page for the basic template to take effect immediately.
&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;Basic Template&lt;/title&gt; &lt;meta charset=&quot;utf-8&quot;&gt; &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot;&gt; &lt;!-- Kube CSS --&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;assets/css/kube.css&quot;&gt; &lt;/head&gt; &lt;body&gt; &lt;h1&gt;Hello, world!&lt;/h1&gt; &lt;!-- Kube JS + jQuery are used for some functionality, but are not required for the basic setup --&gt; &lt;script src=&quot;https://ajax.</description>
</item>
<item>
<title>Setting up a Kubernetes cluster with Vagrant</title>
<link>https://cloudnativego.com/docs/kubernetes-vagrant-centos-cluster/</link>
<pubDate>Fri, 11 May 2018 23:26:36 +0800</pubDate>
<guid>https://cloudnativego.com/docs/kubernetes-vagrant-centos-cluster/</guid>
<description>See in GitHub
Using vagrant file to build a kubernetes cluster which consists of 1 master(also as node) and 3 nodes. You don&rsquo;t have to create complicated ca files or configuration.
Why don&rsquo;t we use kubeadm Because I want to setup the etcd, apiserver, controller, scheduler without docker container.
Architecture We will create a Kubernetes 1.9.1+ cluster with 3 nodes which contains the components below:
IP Hostname Componets 172.</description>
</item>
</channel>
</rss>