wonpick
devvon
wonpick
방문자🌱
오늘
어제
  • 분류 전체보기 (147)
    • 개발 (42)
      • Spark (7)
      • Hadoop (3)
      • ML&DL (4)
      • Paper Review (0)
      • ETC (24)
    • STUDY (77)
      • Data Engineering (54)
      • Cloud (4)
      • Algorithm (5)
      • SQL (10)
      • Toy Project (1)
    • Android (2)
    • Backend (14)
    • 인턴 (0)
    • 공모전 (0)

블로그 메뉴

  • 홈
  • 태그
  • 방명록

인기 글

태그

  • 인턴강연
  • 쿠버네티스
  • SQL
  • 데이터엔지니어링
  • cka
  • 최신 데이터 인프라 이해하기 #7
  • Python
  • kodekloud
  • 자연어처리
  • 최신 데이터 인프라 이해하기

최근 댓글

최근 글

티스토리

Designed By.hELLO
wonpick

devvon

[kodekloud] 02 Scheduling : Daemonsets 풀이
STUDY/Data Engineering

[kodekloud] 02 Scheduling : Daemonsets 풀이

2023. 1. 23. 17:30
Q1. How many DaemonSets are created in the cluster in all namespaces?
kubectl get daemonsets --all-namespaces

Q2. Which namespace are the DaemonSets created in?

Q3. Which of the below is a DaemonSet?

>> kube-flannel-ds

Q4. On how many nodes are the pods scheduled by the DaemonSet kube-proxy?

1

Q5. What is the image used by the POD deployed by the kube-flannel-ds DaemonSet?
kubectl describe daemonset kube-flannel-ds --namespace=kube-flannel

 

Q6. Deploy a DaemonSet for FluentD Logging. Use the given specifications.
 kubectl create deployment elasticsearch --image=registry.k8s.io/fluentd-elasticsearch:1.20 \
                 -n kube-system --dry-run=client -o yaml > fluentd.yaml
 k create -f fluentd.yaml

 


참고

1. 데몬셋을 바로 생성할 수 없는 이유 (stackoverflow)

'STUDY > Data Engineering' 카테고리의 다른 글

[kodekloud] 02 Multiple Schedulers 풀이 (😵‍💫)  (0) 2023.01.23
[kodekloud] 02 Scheduling : Static Pods 풀이 (😵‍💫)  (0) 2023.01.23
[kodekloud] 02 Scheduling : Resource Limits 풀이  (0) 2023.01.23
[kodekloud] 02 Scheduling : Node Affinity 풀이  (0) 2023.01.23
[kodekloud] 02 Scheduling : Taints and Tolerations 풀이  (0) 2023.01.23
    wonpick
    wonpick

    티스토리툴바