From bc707130cf5ca4cfd28a95396680daa473cf8f2c Mon Sep 17 00:00:00 2001 From: Pick1a1username <20301273+Pick1a1username@users.noreply.github.com> Date: Sun, 17 Feb 2019 17:32:33 +0900 Subject: [PATCH] README.md is updated. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 5c8c6b3..78477fc 100644 --- a/README.md +++ b/README.md @@ -43,5 +43,25 @@ This tutorial assumes you have access to the [Google Cloud Platform](https://clo ## References +### Kubernetes + * [Kubernetes The Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way) * [Kubernetes The Hard Way - Bare Metal](https://github.com/Praqma/LearnKubernetes/blob/master/kamran/Kubernetes-The-Hard-Way-on-BareMetal.md) + +### HA Proxy + +* [Load Balancing with HAProxy](https://serversforhackers.com/c/load-balancing-with-haproxy) +* [How to Use HAProxy for Load Balancing](https://www.linode.com/docs/uptime/loadbalancing/how-to-use-haproxy-for-load-balancing/) +* [HAProxy TCP Reverse Proxy Setup Guide (SSL/TLS Passthrough Proxy)](https://www.ssltrust.com.au/help/setup-guides/haproxy-reverse-proxy-setup-guide) +* [TLS errors in apiserver when running with calico](https://github.com/kubernetes-incubator/bootkube/issues/960) +* [Building HAProxy so that it can use TLSv1.3](https://dnsprivacy.org/wiki/display/DP/Building+HAProxy+so+that+it+can+use+TLSv1.3) + +### tmux + + +* [tmux Tutorial — Split Terminal Windows Easily](https://lukaszwrobel.pl/blog/tmux-tutorial-split-terminal-windows-easily/) +* [How do I equally balance tmux(1) split panes?](https://unix.stackexchange.com/questions/32986/how-do-i-equally-balance-tmux1-split-panes) + +### SSH + +* [Copy SSH RSA security key for multiple servers](http://www.technokain.org/copy-ssh-rsa-security-key-multiple-servers/)