본문 바로가기

전체 글109

K8s 구성 - KinD on MacOS 2020.08.26 1. kind - KinD ? kind is a tool for running local Kubernetes clusters using Docker container “nodes”. kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI. kind supports multi-node (including HA) clusters kind is a CNCF certified conformant Kubernetes installer https://kind.sigs.k8s.io/ - supported K8s list https://hub.docker.com/r/kin.. 2021. 9. 14.
K8s 구성 - Single on GCE 2020.07.14 1. K8s 설치 개요 - 내용: K8s 1.18.1/1.15.11 (Single control plane) install, K8s Dashboard v2.0.0 / Weave scope install - 환경 : Google Compute Engine, Centos 7.7 - 참조: https://futurecreator.github.io/2019/02/25/kubernetes-cluster-on-google-compute-engine-for-developers/ https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ - 참고: Kubeflow v1.0 설치 기준 요구사항 compat.. 2021. 9. 14.
K8s 구성 - HA K8s on bare-metal server 2020.06.10 1. K8s 설치 개요 내용: K8s 1.16.15 (Stacked control plane nodes) install 환경 : Centos 7.8, Baremetal server 참조 : Creating Highly Available clusters with kubeadm https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/ 2. Stacked control plane nodes 3. 사전 작업 - K8s master nodes & worker nodes 사전 작업 $ sudo su - # swapoff -a && echo 0 > /proc/sys/vm/swappiness # /.. 2021. 9. 14.
Metrics-server 2020.09.19 1. What is Metrics-server ? - https://www.replex.io/blog/the-ultimate-guide-to-the-kubernetes-dashboard-how-to-install-and-integrate-metrics-server Metrics-server replaces Heapster as the primary cluster-wide metrics aggregator for Kubernetes with an integration into the Kubernetes dashboard. Metrics-server aggregates resource consumption data like CPU and memory usage for Kubernetes .. 2021. 9. 14.