Some descriptions about target audience is edited.

pull/443/head
Pick1a1username 2019-02-17 19:18:09 +09:00
parent e5ae6fe3f5
commit d85c107995
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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).