mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-09 04:12:41 +03:00
kubernetes-the-hard-way-on-vagrant
This commit is contained in:
21
docs/differences-to-original.md
Normal file
21
docs/differences-to-original.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Differences between original and this solution
|
||||
|
||||
Platform: I use VirtualBox to setup a local cluster, the original one uses GCP
|
||||
|
||||
Nodes: 2 Master and 2 Worker vs 2 Master and 3 Worker nodes
|
||||
|
||||
Configure 1 worker node normally
|
||||
and the second one with TLS bootstrap
|
||||
|
||||
Node Names: I use worker-1 worker-2 instead of worker-0 worker-1
|
||||
|
||||
IP Addresses: I use statically assigned IPs on private network
|
||||
|
||||
Certificate File Names: I use <name>.crt for public certificate and <name>.key for private key file. Whereas original one uses <name>-.pem for certificate and <name>-key.pem for private key.
|
||||
|
||||
I generate separate certificates for etcd-server instead of using kube-apiserver
|
||||
|
||||
Network:
|
||||
We use weavenet
|
||||
|
||||
Add E2E Tests
|
Reference in New Issue
Block a user