출처 : https://www.linuxtechi.com/install-kubernetes-1-7-centos7-rhel7/ How to Install Kubernetes (k8s) 1.7 on CentOS 7 / RHEL 7by Pradeep Kumar · Published September 4, 2017 · Updated December 12, 2017Kubernetes is a cluster and orchestration engine for docker containers. In other words Kubernetes is an open source software or tool which is used to orchestrate and manage docker containers in clus..
Docker(커널버전: 3.10.0-229.el7.x86_64)yum update (권장사항)curl -sSL https://get.docker.com/ | shservice docker startchkconfig docker onHello worlddocker run hello-world사용 권한root기타 권한sudo 사용docker 그룹CMD: usermod -aG docker [your_username]Uninstallyum -y remove docker-engine.x86_64rm -rf /var/lib/docker (사용하던 images, containers, and volumes에 대한 모든 데이터 삭제 시)Docker 공식 페이지 - CentOS에서의 Docker 설치
출철 : https://blog.naver.com/freepsw/220882543182 http://kubernetes.io/docs/whatisk8s/ 참고 https://www.digitalocean.com/community/tutorials/an-introduction-to-kubernetes 먼저 Kubernetes의 발음은 쿠버네티스(koo-ber-net-eez)라고 한다. 그리스어로 의미는 "배의 키잡이"라는데... 작명이 왠지 좋아보인다. 그리고 K8s 은 첫글자 K와 끝글자 s를 제외한 8 글자인 “ubernete”를 8로 대체한 약어임. 구글이 2014년 오픈소스로 공개했고, 구글 자체 인프라 기반의 대규모 서버 클러스터에서 구동하는 컨테이너를 관리하기 위한 엔진이다. (Google Cl..
PV(Para-Virtualization) vs FV(Full-Virtualization) at Xenserver(Critix) * 테스트 목적Critix Xenserver의 7.X 부터 I/O 알고리즘이 전가상화에 유리하도록 변경 되었으며(Interupt less), CentOS 6.X 이하 버전은 PV 를 지원하며, CentOS 7.X 부터는 FV 를 지원하고 있다. 때문에 Xenserver 버전별로 최적의 성능을 발휘할 수 있는 OS 가상화 방법 및 변경된 IO 알고리즘으로 인한 성능 변화 확인이 필요하다. * 결과Xenserver 7.X 변경된 IO 알고리즘은 미비한 수준의 CPU 성능 저하가 있지만 IO 성능은 대폭 향상되었음을 확인했다. * Insight1. CentOS 7.X 를 사용할 경우..