-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.xml
474 lines (376 loc) · 23.1 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Flexkube</title>
<link>https://flexkube.github.io/</link>
<description>Recent content on Flexkube</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://flexkube.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title></title>
<link>https://flexkube.github.io/documentation/concepts/managing-certificates/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/concepts/managing-certificates/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/concepts/managing-containers/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/concepts/managing-containers/</guid>
<description>Managing containers This document should explain how libflexkube manages the containers.</description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/concepts/self-hosted-kubernetes-controlplane/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/concepts/self-hosted-kubernetes-controlplane/</guid>
<description>Self-hosted Kubernetes controlplane This document should describe why Flexkube uses and recommends using self-hosted Kubernetes controlplane, how it works etc.</description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/concepts/supported-container-runtimes/docker/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/concepts/supported-container-runtimes/docker/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/concepts/supported-transport-protocols/direct/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/concepts/supported-transport-protocols/direct/</guid>
<description>Direct transport protocol This document should explain how direct transport protocol works.</description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/concepts/supported-transport-protocols/ssh/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/concepts/supported-transport-protocols/ssh/</guid>
<description>SSH transport protocol This document should explain how SSH transport protocol works.</description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/getting-started/installing/cli/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/getting-started/installing/cli/</guid>
<description>Flexkube CLI Download the pre-built binary The easiest way to get Flexkube CLI is to use one of the pre-built release binaries which are available for macOS and Linux.
See Github Releases page to find the latest available release.
For example, to download version v0.4.0 on Linux, execute the following command:
VERSION=v0.4.0 It will download the flexkube binary into your current directory. It is recommende to move this binary into one of directories mentioned in your $PATH environment variable, e.</description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/getting-started/installing/go/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/getting-started/installing/go/</guid>
<description>Go module Recommended way of using Flexkube in your Go project is via libflexkube library. libflexkube uses Go modules to manage it&rsquo;s dependencies, so it is also recommended for your project to use it.
To add libflexkube module to your project, simply run the following command:
go get github.com/flexkube/libflexkube It will import latest release of libflexkube into your project.
With module added, go to Go examples to see how to use it in your code or see reference documentation to see all available packages.</description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/getting-started/installing/terraform/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/getting-started/installing/terraform/</guid>
<description>Terraform provider Using Terraform 0.13 and Terraform Registry The easiest way to get Flexkube Terraform provider is to pull it from the Terraform Registry. You can do that by adding the following snippet to required_providers block in terraform block in your module configuration:
flexkube = { source = &#34;flexkube/flexkube&#34; version = &#34;0.4.0&#34; } So example versions.tf file would look like following:
terraform { required_providers { flexkube = { source = &#34;flexkube/flexkube&#34; version = &#34;0.</description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/getting-started/requirements/creating-virtual-machines-for-testing/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/getting-started/requirements/creating-virtual-machines-for-testing/</guid>
<description>Creating virtual machines for testing If you don&rsquo;t have a spare machine available for testing, you can create it locally, using VirtualBox and Vagrant. Make sure you have both tools installed by following respective guides:
Installing VirtualBox Installing Vagrant Single node If you need just one machine, create file named Vagrantfile with the following content:
Vagrant.configure(&#34;2&#34;) do |config| config.vm.box = &#34;flatcar-stable&#34; config.vm.box_url = &#34;https://stable.release.flatcar-linux.net/amd64-usr/current/flatcar_production_vagrant.box&#34; config.ssh.username = &#39;core&#39; config.vm.provider :virtualbox do |v| v.</description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/guides/etcd/creating-multi-member-cluster-over-ssh-using-terraform/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/guides/etcd/creating-multi-member-cluster-over-ssh-using-terraform/</guid>
<description>Creating multi-member cluster over SSH using Terraform This guide describes how to create multi member etcd cluster using Terraform and Flexkube provider. The process is very simple and requires just a few steps. If you have at least 3 members, your cluster will be able to tolerate loss on one member, so it will be highly available.
Requirements For this guide, it is required to have at least 2 Linux machines, with Docker daemon installed and running.</description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/guides/etcd/creating-single-member-cluster-on-local-machine-using-flexkube-cli/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/guides/etcd/creating-single-member-cluster-on-local-machine-using-flexkube-cli/</guid>
<description>Creating single-node etcd cluster on local machine using &ldquo;flexkube&rdquo; CLI This guide describes how to create single member etcd cluster using flexkube CLI. It will explain cluster creation process step by step to explain the configuration and provide some insights.
For fully automated creation, see Creating single-member etcd cluster on local machine using Terraform.
Requirements For this guide, it is required to have one Linux machine, with Docker daemon installed and running.</description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/guides/etcd/creating-single-member-cluster-on-local-machine-using-terraform/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/guides/etcd/creating-single-member-cluster-on-local-machine-using-terraform/</guid>
<description>Creating single-member cluster on local machine using Terraform This guide describes how to create single member etcd cluster using Terraform and Flexkube provider. The process is very simple and requires just a few steps.
For more detailed guide, see Creating single member etcd cluster on local machine using flexkube CLI.
Requirements For this guide, it is required to have one Linux machine, with Docker daemon installed and running.
It is recommended that machine has at least 1 GB of RAM and is a fresh machine, as in tutorial the tools will write to directories like /var/lib/etcd or /etc/kubernetes without notice.</description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/guides/kubernetes/creating-multi-node-cluster-using-terraform/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/guides/kubernetes/creating-multi-node-cluster-using-terraform/</guid>
<description>Creating multi-node cluster using Terraform </description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/guides/kubernetes/creating-single-node-cluster-on-local-machine-using-flexkube-cli/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/guides/kubernetes/creating-single-node-cluster-on-local-machine-using-flexkube-cli/</guid>
<description>Creating single-node cluster on local machine using &ldquo;flexkube&rdquo; CLI This guide describes how to create single node Kubernetes cluster using flexkube CLI. It will explain cluster creation process step by step to explain the configuration and provide some insights.
For fully automated creation, see Creating single-node Kubernetes cluster on local machine using Terraform.
Requirements For this guide, it is required to have one Linux machine, with Docker daemon installed and running.</description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/guides/kubernetes/creating-single-node-cluster-on-local-machine-using-terraform/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/guides/kubernetes/creating-single-node-cluster-on-local-machine-using-terraform/</guid>
<description>Creating single-member cluster on local machine using Terraform This guide describes how to create single node Kubernetes cluster using Terraform and Flexkube provider. The process is very simple and requires just a few steps.
For more detailed guide, see Creating single node Kubernetes cluster on local machine using flexkube CLI.
Requirements For this guide, it is required to have one Linux machine, with Docker daemon installed and running.
It is recommended that machine has at least 2 GB of RAM and is a fresh machine, as in tutorial the tools will write to directories like /var/lib/etcd, /etc/kubernetes or /var/lib/kubelet without notice.</description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/helm-charts/maintained/calico/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/helm-charts/maintained/calico/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/helm-charts/maintained/kube-apiserver/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/helm-charts/maintained/kube-apiserver/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/helm-charts/maintained/kube-proxy/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/helm-charts/maintained/kube-proxy/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/helm-charts/maintained/kubelet-rubber-stamp/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/helm-charts/maintained/kubelet-rubber-stamp/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/helm-charts/maintained/kubernetes/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/helm-charts/maintained/kubernetes/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/helm-charts/maintained/tls-bootstrapping/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/helm-charts/maintained/tls-bootstrapping/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/helm-charts/upstream/stable-coredns/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/helm-charts/upstream/stable-coredns/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/helm-charts/upstream/stable-metrics-server/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/helm-charts/upstream/stable-metrics-server/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/project-status/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/project-status/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/cli/commands/apiloadbalancer-pool/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/cli/commands/apiloadbalancer-pool/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/cli/commands/containers/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/cli/commands/containers/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/cli/commands/controlplane/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/cli/commands/controlplane/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/cli/commands/etcd/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/cli/commands/etcd/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/cli/commands/kubeconfig/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/cli/commands/kubeconfig/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/cli/commands/kubelet-pool/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/cli/commands/kubelet-pool/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/cli/commands/pki/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/cli/commands/pki/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/cli/configuration/apiloadbalancer-pool/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/cli/configuration/apiloadbalancer-pool/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/cli/configuration/containers/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/cli/configuration/containers/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/cli/configuration/controlplane/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/cli/configuration/controlplane/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/cli/configuration/etcd/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/cli/configuration/etcd/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/cli/configuration/kubelet-pool/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/cli/configuration/kubelet-pool/</guid>
<description>kubelet-pool </description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/cli/configuration/pki/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/cli/configuration/pki/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/helm-charts/calico/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/helm-charts/calico/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/helm-charts/kube-apiserver/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/helm-charts/kube-apiserver/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/helm-charts/kubelet-rubber-stamp/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/helm-charts/kubelet-rubber-stamp/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/helm-charts/kubernetes/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/helm-charts/kubernetes/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/reference/helm-charts/tls-bootstrapping/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/reference/helm-charts/tls-bootstrapping/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/resources/api-loadbalancer/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/resources/api-loadbalancer/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/resources/containers/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/resources/containers/</guid>
<description>Containers resource This document should describe when containers resource is useful.</description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/resources/controlplane/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/resources/controlplane/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/resources/etcd/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/resources/etcd/</guid>
<description>etcd </description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/resources/kubelet-pool/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/resources/kubelet-pool/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://flexkube.github.io/documentation/resources/pki/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://flexkube.github.io/documentation/resources/pki/</guid>
<description>PKI PKI (Public Key Infrastructure) resource is responsible for generating all X.509 certificates and RSA key pairs which are required by Kubernetes cluster. Kubernetes requires several certificates to be generated, with specific CNs, different CAs etc, which is difficult to manage, so Flexkube provides configurable and convenient interface to manage them.
All certificates are generated by following Kubernetes PKI certificates and requirements best practices.
Current implementation of PKI is experimental and only supports generating the certificates.</description>
</item>
</channel>
</rss>