Major Changes from Original Kubernetes the Hard Way is added.

pull/443/head
Pick1a1username 2019-02-17 19:21:40 +09:00
parent d85c107995
commit 75441d9a8f
1 changed files with 10 additions and 1 deletions

View File

@ -10,7 +10,7 @@ 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). Also this tutorial assumes that the audience have some experiences of KVM (i.e. creating and deleting VMs).
## Cluster Details ## Cluster Details
@ -24,6 +24,7 @@ Kubernetes The Hard Way guides you through bootstrapping a highly available Kube
* [etcd](https://github.com/coreos/etcd) v3.3.9 * [etcd](https://github.com/coreos/etcd) v3.3.9
* [CoreDNS](https://github.com/coredns/coredns) v1.2.2 * [CoreDNS](https://github.com/coredns/coredns) v1.2.2
## Table of Contents ## Table of Contents
This tutorial assumes you have an KVM host or a Linux PC running KVM. While KVM host is used for basic infrastructure requirements the lessons learned in this tutorial may be applied to other platforms. This tutorial assumes you have an KVM host or a Linux PC running KVM. While KVM host is used for basic infrastructure requirements the lessons learned in this tutorial may be applied to other platforms.
@ -44,6 +45,14 @@ This tutorial assumes you have an KVM host or a Linux PC running KVM. While KVM
* [Cleaning Up](docs/14-cleanup.md) * [Cleaning Up](docs/14-cleanup.md)
## Major Changes from Original Kubernetes the Hard Way
* HA Proxy is used as a load balancer for API Server.
* KVM host is in charge of Pod Network Routes.
* Cloud Shell in GCP is replaced by a virtual machine.
* nodes' name and IP address starts from `1`.
## References ## References
### Kubernetes ### Kubernetes