kubernetes-the-hard-way/docs/01-prerequisites.md

15 lines
451 B
Markdown
Raw Normal View History

2017-08-29 00:19:25 +03:00
# Prerequisites
2019-02-03 16:38:10 +03:00
## KVM
2017-08-29 00:19:25 +03:00
2019-02-03 16:38:10 +03:00
This tutorial leverages KVM. So you need to have a linux machine on which KVM is installed.
2017-08-29 00:19:25 +03:00
2019-02-03 16:38:10 +03:00
You can find how to install KVM on any linux distribution on the Internet.
2017-08-29 00:19:25 +03:00
2019-02-03 16:38:10 +03:00
In this tutorial, [openSUSE Tumbleweed](https://en.opensuse.org/Portal:Tumbleweed) will be used, but in most cases, there should be no problem caused by specific distributions or libvirt versions.
2017-08-29 00:19:25 +03:00
2017-08-29 00:19:25 +03:00
Next: [Installing the Client Tools](02-client-tools.md)