00-kubernetes the hard way 소개

Dante·2024년 6월 2일
0

kubernetes-hard-way

목록 보기
1/13

개요


github.com/kelseyhightower/kubernetes-the-hard-way

첫 쿠버네티스를 접할 때 kubernetes the hard way를 통해 어떻게 설치하고 작동하는지 알아봤습니다.

kubernetes 1.30 나온 기념으로 복습도 할 겸 다시 정리해보고자 합니다.

kubernetes the hard way는 kubernetes를 어렵게 세팅하는 방법입니다. 자동으로 구성해주는 kubeamd, kubespray 없이 오로지 kubernetes cluster를 구성하는데 있어 각 작업에 대해 이해하는겁니다.

Kubernetes the hard way는 kelseyhightower 님이 작성한 글 기반으로 저만의 내용으로 다시 정리하려고 합니다.

Kubernetes Cluster Component


  • Kubernetes v1.30.1
  • containerd v1.7.14
  • cni v1.5.0
  • etcd v3.5.13

위 컴포넌트들을 통해서 kubernetes control-plane 1대, Worker node 2대를 세팅해 진행할 예정입니다.

NameIPspecdescribe
jumpbox10.0.35.1774core, 8GB, 50GBkubernetes 관리
controlplane-110.0.35.2074core, 8GB, 50GBkubernetes controlplane(master)
node-110.0.34.934core, 8GB, 50GBkubernetes worker node
node-210.0.32.2374core, 8GB, 50GBkubernetes woker node

다른분들도 참고해서 kubernetes the hard way를 따라 해보고 싶으시면, kubernetes 최소 스펙으로 진행 하셔도 지장은 없습니다. 특히 같은 네트워크 대역에 진행하면 좀 더 수월하실 겁니다.

Labs


Lab 순서는 깃헙 게시글과 동일하게 진행 될 예정입니다.

profile
it's me.

0개의 댓글

관련 채용 정보