mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 01:38:58 +03:00
* Delete CKA stuff. It's covered in CKA repo * Rename nodes * Cluster up again * Update issue template * Update README * Begin rearranging docs * Update links * Initial mac instructions * iterm2 image * update ssh-copy-id to be cross platform * remove vagrant specific * Apple scripts WIP * Add var for architecture * order input files * Apple build working! * auto-locate docs * install sshpass * Set execute bit * apple done! * install sshpass * edits * Corrections * kube version output * Adjustments * Adjustments
12 lines
741 B
Markdown
12 lines
741 B
Markdown
# Differences between original and this solution
|
|
|
|
* Platform: I use VirtualBox to setup a local cluster, the original one uses GCP.
|
|
* Nodes: 2 controlplane and 2 worker vs 2 controlplane and 3 worker nodes.
|
|
* Configure 1 worker node normally and the second one with TLS bootstrap.
|
|
* Node names: I use node01 node02 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.
|