Some descriptions about target audience is edited.
parent
e5ae6fe3f5
commit
d85c107995
|
@ -10,6 +10,9 @@ Kubernetes The Hard Way is optimized for learning, which means taking the long r
|
||||||
|
|
||||||
The target audience for this tutorial is someone planning to support a production Kubernetes cluster and wants to understand how everything fits together.
|
The target audience for this tutorial is someone planning to support a production Kubernetes cluster and wants to understand how everything fits together.
|
||||||
|
|
||||||
|
Also this tutorial assumes that you have some experiences of KVM (i.e. creating and deleting VMs).
|
||||||
|
|
||||||
|
|
||||||
## Cluster Details
|
## Cluster Details
|
||||||
|
|
||||||
Kubernetes The Hard Way guides you through bootstrapping a highly available Kubernetes cluster with end-to-end encryption between components and RBAC authentication.
|
Kubernetes The Hard Way guides you through bootstrapping a highly available Kubernetes cluster with end-to-end encryption between components and RBAC authentication.
|
||||||
|
|
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
## KVM
|
## KVM
|
||||||
|
|
||||||
This tutorial leverages KVM. So you need to have a linux machine on which KVM is installed and running. Also this tutorial assumes that you have some experiences of KVM (i.e. creating and deleting VMs).
|
This tutorial leverages KVM. So you need to have a linux machine on which KVM is installed and running.
|
||||||
|
|
||||||
|
The following KVM-related tools will be used frequently:
|
||||||
|
|
||||||
* [Virtual Machine Manager](https://virt-manager.org/): used to create VMs and Networks.
|
* [Virtual Machine Manager](https://virt-manager.org/): used to create VMs and Networks.
|
||||||
* [qemu-img](https://qemu.weilnetz.de/doc/qemu-doc.html#disk_005fimages): used to [image files](https://people.gnome.org/~markmc/qcow-image-format-version-1.html).
|
* [qemu-img](https://qemu.weilnetz.de/doc/qemu-doc.html#disk_005fimages): used to [image files](https://people.gnome.org/~markmc/qcow-image-format-version-1.html).
|
||||||
|
|
Loading…
Reference in New Issue