Skip to main content

Command Palette

Search for a command to run...

CKA study: day 6

Published
2 min readView as Markdown
CKA study: day 6
W

constant failure

Lecture Notes

Scheduling

Taints vs Affinity

todo

Resource requirements/limits

todo

DaemonSets

todo

StaticPods

todo

Multiple Schedulers

todo

Below are extra topics that David Flanagan explained in his video, Advanced Kubernetes Scheduling | Kubernetes Deep Dive's.

Topology Spread Constraints

todo

Scheduling Gates (v1.26 alpha)

todo

Dynamic Resource Allocation (v1.26 alpha)

todo

Labs

Modifications to fluent-d.yaml

Converting the generated Deployment to a DaemonSet is easy:

  1. Replace Deployment with DaemonSet

  2. Remove replicas and strategy

Static Pods

kubectl get po -A -o jsonpath='{..kind}' | grep -o 'Node' | wc -l

kubectl get no
kubectl get po -A | grep '.*-controlplane'

ps -aux | grep config.yaml --color
grep 'static' /var/lib/kubelet/config.yaml

ls /etc/kubernetes/manifests

grep 'image:' /etc/kubernetes/manifests/kube-apiserver.yaml

Solving Practice

Today we had our second session with Muni solving difficult practice questions. It was inspiring to see her dedication when it is still week 2. So in tandem with her sessions, I will try to solve questions from two GitHub Repos containing practice questions of their own. To do that I would need to speed-run the entire course and figure out which questions are ok for the current cohort's progress.

Configuring a new k3d cluster with minimal bash support can be done with Git Bash; however, it was harder than I thought it would be with Lens. Workaround for WSL2.
[TODO: add a note to day1 regarding Lens support]

k3d cluster create --agents=3

Further Reading

More from this blog

[ossca] 모델 리소스 추가

1. 시작하기 먼저 Hugging Face Transformers GitHub에서 해당 이슈를 읽어보세요. 다양한 모델의 문서를 관련 리소스를 모아서 개선하자는 내용이 있습니다. 저희 채널은 물론이고, 해당 이슈에 댓글을 달아 작업하고 싶은 모델을 신청하세요. 아래에 상위 21개 모델의 주요 특징, 게재 연도, 도메인, 기관, 링크를 정리해뒀습니다. 모델주요 특징게재 연도도메인기관링크 BART사전 훈련 목표(pre-training ...

Aug 1, 20234 min read
[ossca] 모델 리소스 추가

mint

19 posts

I don't know.