Justin의 개발 로그
Kubernetes ETCD 이름의 유래
Kubernetes 2020. 5. 7. 10:58

"d"istributed "/etc" is "etcd". The unix "/etc" folder and "d"istributed systems. etcd versus other key-value stores The name "etcd" originated from two ideas, the unix "/etc" folder and "d"istributed systems. The "/etc" folder is a place to store configuration data for a single system whereas etcd stores configuration information for large scale distributed systems. Hence, a "d"istributed "/etc..

article thumbnail
AWS Lightsail 쿠버네티스 실습 #1
Kubernetes 2019. 10. 17. 17:56

AWS Lightsail 인스턴스 생성 AWS -> Lightsail -> Create an instance Linux/Unix OS Only Ubuntu 18.04 LTS Add launch script를 선택하고 다음과 같은 명령어를 입력합니다. sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/' /etc/ssh/sshd_config echo "ubuntu:1q2w3e4r" | chpasswd service sshd reload apt-get -y update apt-get -y install nodejs npm npm install -g wetty curl https://gist.githubusercontent.com/subicura/..