[CKA] Pod 유형 1) DaemonSet 문제 문제)Ensure a single instance of pod nginx is running on each node of the Kubernetes cluster where nginx also represents the Image name which has to be used.Do not override any taints currently in place. Use DaemonSet to complete this task and use ds-kusc00201 as DaemonSet name. 답)# 명령어cat apiVersion: apps/v1kind: DaemonSetmetadata: name: ds-kusc00201spec: selector: matchLabe.. 2025. 2. 7. [CKA] Apiserver Crash Apiserver Crash문제. K8s API-Server 장애를 복구한다.답.로그 확인하는 것# journalctl 로 보기journalctl -r (역순)f (front)b (before)로 커서 이동 # cri 상태 확인crictl pscontrolplane $ crictl psCONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD9cffaa1a8bd39 03c7f74a90d48 31 minutes ago Running local-pat.. 2025. 2. 3. [KIND] KIND란? KIND란?https://kind.sigs.k8s.io/ kindkind 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. If you have go 1.16+ and docker, podman or nerdctl installed gokind.sigs.k8s.io KIND (Kubernetes IN Docker)는 Docker 컨테이너를 사용하여 로컬 Kubernetes 클러스터를 실행하기 위한 도구입니다. 주로 Kubernet.. 2025. 1. 24. [KIND] KIND 활용 예제 MSA 샘플 1. 은행 계좌 조회구성 : 은행 시스템에 자신의 계좌에 잔고 조회를 할 수 있는 시스템 - Flask 로 웹 애플리케이션 구성, etcd 로 데이터베이스 구성https://github.com/tigera/ccol1/blob/main/yaobank.yaml # 생성curl -s -O https://raw.githubusercontent.com/tigera/ccol1/main/yaobank.yamlsed -i 's/nodeSelector/#nodeSelector/g' yaobank.yaml && sed -i 's/kubernetes.io/#kubernetes.io/g' yaobank.yamlsed -i 's/istio-injection: disabled/istio-injection: enabled/g' .. 2025. 1. 24. vue.js state machine https://dev.to/decoeur_/managing-state-with-vuex---the-guide-i-wish-id-had-28h 2024. 7. 9. [펌] Redis KEYS vs SCAN 보호되어 있는 글 입니다. 2024. 7. 2. 이전 1 ··· 8 9 10 11 12 13 14 ··· 17 다음