분류 전체보기133 [k8s] Network-weave 1.In this practice test we will install weave-net POD networking solution to the cluster. Let us first inspect the setup. We have deployed an application called app in the default namespace. What is the state of the pod? k get pods A) Not Running 2. Inspect why the POD is not running. k describe pods app A) No Network Configured 3.Deploy weave-net networking solution to the cluster. Replace the .. 2022. 8. 1. [K8S]Network-CNI Weave 1. Inspect the kubelet service and identify the network plugin configured for Kubernetes. A) CNI 2. What is the path configured with all binaries of CNI supported plugins? A) /opt/cni/bin 3. Identify which of the below plugins is not available in the list of available CNI plugins on this host? ls /opt/cni/bin A) Cisco 4. What is the CNI plugin configured to be used on this kubernetes cluster? ls.. 2022. 8. 1. [k8s]Networking-Explore Environment 1.How many nodes are part of this cluster? Including the controlplane and worker nodes. k get nodes 2. What is the Internal IP address of the controlplane node in this cluster? k get nodes -o wide A) 10.0.243.9 3.What is the network interface configured for cluster connectivity on the controlplane node? node-to-node communication k get nodes -o wide ip a | grep 10.0.243.9 A) eth0 4. What is the .. 2022. 8. 1. [k8s]Kodekloud-storageClasses 1. How many StorageClasses exist in the cluster right now? k get sc A)1 2.How about now? How many Storage Classes exist in the cluster? We just created a few new Storage Classes. Inspect them. k get sc A) 3 3. What is the name of the Storage Class that does not support dynamic volume provisioning? k get sc A) local-storage 4. What is the Volume Binding Mode used for this storage class (the one i.. 2022. 8. 1. [Linux-basic] 리눅스와 쉘 공부를 하다보니 리눅스 기초 명령어를 한번 정리하고 가면 좋을 것 같아 관련된 강의를 찾게 되었고 가볍게 보기 좋은 강의를 정리해보려합니다. 많은 분들에게 도움이 되기를 바라며.. "시스템엔제니어가 알려주는 리눅스 기초편" 을 통해 공부한 사항을 작성합니다. 1. 기초 명령어 모음 # pwd (Print Working Directory) : 현재 디렉토리를 확인하는 명령어 # cd : 위치를 변경하는 명령어 # tab : 명령어 자동완성 : 예약어, 경로, 파일 명 등등 Full Name 을 입력하지 않아도 2~3 글자 입력을 한뒤 "TAB" 을 통해 자동완성을 할 수 있다. 2. 쉘 예시 # num=0;while true;do ((num+=1));echo ${num};sleep 1;done : 0부터 .. 2022. 7. 28. [NCP]windows-인터넷 접속 1. 인터넷 접속 방법 : 인터넷 선택만 하면 되는 거 아닌가? : 맞다 그런데.. 로그인이 안된다.. : 이유는? 보안이 걸려있어서 -> 보안 강도를 낮춰야 한다. 서 2) 서버 관리자 접속 : 참고로 NCP 는 영어만 지원된다. 3) 로컬 서버 : 서버 매니저 접속 후 로컬 서버를 선택 후 -> IE 보안강화구성 선택 : 그럼 하기의 왼쪽 사진처럼 확인 되고 : 오른쪽 처럼 변경하면 된다. 원격 PC 에서도 로그인 가능 -> 여러 파일을 다운 받을 수 있음 2022. 7. 6. 이전 1 ··· 12 13 14 15 16 17 18 ··· 23 다음