Recently Updated Pages
[28] ServiceAccount Cluster Role Binding
❓ClusterRole & ClusterRoleBinding 구성 Create a new ClusterRole named deployment-clusterrole, wh...
[27] ServiceAccount Role Binding
❓Service Account, Role and Role Binding Create the ServiceAccount named pod-access in a new na...
[26] User Cluster Role Binding
❓Configuring User API Authentication Create a new ClusterRole named app-clusterrole, which onl...
[25] User Role Binding
❓Configuring User API Authentication TASK: Create the kubeconfig named ckauser username:...
[24] Kubernetes Troubleshooting (2)
❓Not Ready 상태의 노드 활성화 A Kubernetes worker node, named hk8s-w2 is in state NotReady. Investiga...
[23] Kubernetes Troubleshooting (1)
❓Not Ready 상태의 노드 활성화 A Kubernetes worker node, named hk8s-w2 is in state NotReady. Investiga...
[22] Kubernetes Upgrade
❓Cluster Upgrade - only Master upgrade system: k8s-master Given an existing Kubernetes cluste...
[21] Check Resource Information
❓Check Resource Information List all PVs sorted by name saving the full kubectl output to /var...
[20] Persistent Volume Claim을 사용하는 Pod 운영
❓Application with Persistent Volume Claim Create a new PersistentVolumeClaim Name: app-volu...
[19] Persistent Volume 생성
Persistent Volume이란 클러스터 내의 지속적인 데이터 저장을 위한 추상화된 스토리지를 제공한다. 클러스터 외부 스토리지 리소스를 클러스터 내부에서 사용할 수 있...
[18] Ingress 구성
Ingress란? 인그레스는 클러스터 외부에서 클러스터 내부 서비스로 HTTP와 HTTPS 경로를 노출한다. 트래픽 라우팅은 인그레스 리소스에 정의된 규칙에 의해 컨트롤된...
[17] Secret 운영
❓Secret을 생성 후 Pod에 전달 Create a kubernetes secret and expose using a file in the pod. 작업 클러스터:...
[16] ConfigMap 운영
ConfigMap이란? ConfigMap은 애플리케이션 설정 데이터를 관리하는 데 사용된다. 애플리케이션 구성, 환경 변수, 설정 파일 등과 같은 설정 정보를 저장하고...
[15] NodePort 서비스 생성
NodePort란? 클러스터 외부의 사용자가 클러스터 내에 위치한 서비스에 접근하도록 할 수 있게 하는 서비스타입 ❓NodePort Service Create the...
[14] init 컨테이너를 포함한 Pod 운영
init 컨테이너에 대해 알아보기 docs에서 init container 검색 초기화 컨테이너 init 컨테이너란 초기화 컨테이너는 파드의 앱 컨테이너들이 실행되기 전...
[13] CPU 사용량이 높은 Pod 검색
❓Find a Pod that consumes a lot of CPU From the pod label name=overloaded-cpu, find pods runni...
[12] Pod Log 추출
❓Record the extracted log lines Monitor the logs of pod custom-app and: Extract log lines corr...
[11] Deployment & Expose the Service
❓Deploy and Service Reconfigure the existing deployment front-end and add a port specification...
[10] Node 정보 수집
❓Check Ready Nodes Check to see how many nodes are ready (not including nodes tainted NoSchedu...
[9] Node 관리
Node 관련된 명령어 정리 # 현재 시스템의 노드 정보 확인하기 kubectl get nodes # 더 자세한 정보 확인 kubectl get nodes -o ...