mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 01:08:58 +03:00
Some descriptions about target audience is edited.
This commit is contained in:
@@ -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.
|
||||
|
||||
Also this tutorial assumes that you have some experiences of KVM (i.e. creating and deleting VMs).
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
|
||||
## 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.
|
||||
* [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).
|
||||
|
||||
Reference in New Issue
Block a user