-
https://github.com/dgkanatsios/CKAD-exercises/blob/master/a.core_concepts.md
-
# 参考資料
- [Frequently Asked Questions: CKA and CKAD & CKS](https://docs.linuxfoundation.org/tc-docs/certification/faq-cka-ckad-cks)
- [CKA & CKAD Certification and Confidentiality Agreement](https://…
-
-
## intro
This is a rough plan of the development internship program for 2024 -8 to 10 weeks program-. The intern need to be able to reason about the code, and be able to write tests (units and integ…
-
Hi,
I was looking today on https://github.com/dgkanatsios/CKAD-exercises/blob/master/f.services.md - and I think I noticed an issue there:
in question:
Get service's ClusterIP, create a temp …
-
`--rm` 可以讓 container exits 後就 rm 掉
``` sh
docker run -it busybox --rm
```
`exec` 可以在現有container 執行程式
``` sh
docker exec -it bash
```
本來在container 在background跑, 用 `attach` 把它移到foreg…
-
Hi Team ,
I have gave CKAD exam 27th april 2021. could you please help me with below questions
![image](https://user-images.githubusercontent.com/59001481/116253333-04a44080-a78e-11eb-8f60-f9aa610…
-
Subscribe to this issue and stay notified about new [daily trending repos in unknown languages](https://github.com/trending/unknown?since=daily)!
-
URL:
https://github.com/dgkanatsios/CKAD-exercises/blob/main/e.observability.md#create-a-busybox-pod-that-runs-i0-while-true-do-echo-i-date-ii1-sleep-1-done-check-its-logs
Task:
Create a busy…
-
By running an example https://github.com/jayendrapatil/kubernetes-exercises/blob/main/topics/jobs.md
`kubectl create job pi --image=perl -- perl -Mbignum=bpi -wle 'print bpi(2000)'`
on
http…