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
  • kodekloud
  • Python
  • ์ตœ์‹  ๋ฐ์ดํ„ฐ ์ธํ”„๋ผ ์ดํ•ดํ•˜๊ธฐ
  • ์ตœ์‹  ๋ฐ์ดํ„ฐ ์ธํ”„๋ผ ์ดํ•ดํ•˜๊ธฐ #7
  • ์ž์—ฐ์–ด์ฒ˜๋ฆฌ

์ตœ๊ทผ ๋Œ“๊ธ€

์ตœ๊ทผ ๊ธ€

ํ‹ฐ์Šคํ† ๋ฆฌ

Designed By.hELLO
wonpick

devvon

[kodekloud] 02 Multiple Schedulers ํ’€์ด (๐Ÿ˜ต‍๐Ÿ’ซ)
STUDY/Data Engineering

[kodekloud] 02 Multiple Schedulers ํ’€์ด (๐Ÿ˜ต‍๐Ÿ’ซ)

2023. 1. 23. 19:10
Q1. What is the name of the POD that deploys the default kubernetes scheduler in this environment?
kubectl get pods --namespace=kube-system

 

Q2. What is the image used to deploy the kubernetes scheduler?
kubectl describe pod kube-scheduler-controlplane --namespace=kube-system

 

Q3. We have already created the ServiceAccount and ClusterRoleBinding that our custom scheduler will make use of.
Checkout the following Kubernetes objects:
ServiceAccount: my-scheduler (kube-system namespace)
ClusterRoleBinding: my-scheduler-as-kube-scheduler
ClusterRoleBinding: my-scheduler-as-volume-scheduler
Run the command: 
kubectl get serviceaccount -n kube-system and kubectl get clusterrolebinding

Q4. Let's create a configmap that the new scheduler will employ using the concept of ConfigMap as a volume.
We have already given a configMap definition file called my-scheduler-configmap.yaml at /root/ path that will create a configmap with name my-scheduler-config using the content of file /root/my-scheduler-config.yaml.

Q5. Deploy an additional scheduler to the cluster following the given specification.
Use the manifest file provided at /root/my-scheduler.yaml.
Use the same image as used by the default kubernetes scheduler.
kubectl describe pod kube-scheduler-controlplane --namespace=kube-system | grep Image # registry.k8s.io/kube-scheduler:v1.26.0
vi my-scheduler.yaml
kubectl create -f my-scheduler.yaml
kubectl get pods -n kube-system
Q6. A POD definition file is given. Use it to create a POD with the new custom scheduler.
File is located at /root/nginx-pod.yaml

 

'STUDY > Data Engineering' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

[kodekloud] 03 Monitor Cluster Components ํ’€์ด  (0) 2023.01.24
15. CKA udemy ๊ฐ•์˜ ์ •๋ฆฌ - Section 8 [Storage]  (0) 2023.01.24
[kodekloud] 02 Scheduling : Static Pods ํ’€์ด (๐Ÿ˜ตโ€๐Ÿ’ซ)  (0) 2023.01.23
[kodekloud] 02 Scheduling : Daemonsets ํ’€์ด  (0) 2023.01.23
[kodekloud] 02 Scheduling : Resource Limits ํ’€์ด  (0) 2023.01.23
    wonpick
    wonpick

    ํ‹ฐ์Šคํ† ๋ฆฌํˆด๋ฐ”