Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 2.89 KB

README.md

File metadata and controls

53 lines (39 loc) · 2.89 KB

Kubernetes The Hard Way Onprem

이 가이드는 Kelsey Hightower가 작성한 GCP에서의 Kubetnetes Hardway를 On-premise 구성으로 테스트 해 볼 수 있는 수정 버전입니다.

Copyright

라이센스는 원작자의 라이센스를 그대로 따릅니다. Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Architecture

architecture

Differences from kubernetes-the-hard-way by Kelsey Hightower

  • CNI는 Calico를 사용하였습니다.
  • On-premise의 환경에서 사용하는 LoadBalancer는 MetalLB로 구성하였습니다.
  • Kube-apiserver의 Endpoint 단일화를 위해 Master node에 Keepalived/Haproxy를 추가 구성하였습니다.

Cluster Details

Labs

테스트는 On-premise와 비슷하게 테스트하기 위해 가상머신에서 테스트를 진행하며, 가상머신은 Virtualbox를 사용하였습니다.

참고 사이트