-
should feature deployment, service yaml files, helm charts, dapr sidecar, etc.
-
What certification exists for Kubernetes? Who cares about it? What does each certification mean? Who should get certified?
-
https://netdevops.me/2018/prepping-up-for-and-passing-the-certified-openstack-administrator-exam/
Shortly after I passed AWS CSA exam I went on a hunt for the next certification to claim. Decided t…
hellt updated
4 years ago
-
# 参考資料
- [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://…
-
`--rm` 可以讓 container exits 後就 rm 掉
``` sh
docker run -it busybox --rm
```
`exec` 可以在現有container 執行程式
``` sh
docker exec -it bash
```
本來在container 在background跑, 用 `attach` 把它移到foreg…
-
# Summary
In a few conversations, I've heard from members of the @2i2c-org/tech-team that it would be useful to have access to training in Kubernetes and cloud infrastructure. This could be a good …
-
Subscribe to this issue and stay notified about new [daily trending repos in Shell](https://github.com/trending/shell?since=daily)!
-
I just hit `https://kubernetes.io/search/?q=hostname` and got a pile of results including several Japanese results amongst a flurry of English. Most notably, the *top* result was in Japanese. When I…
-
### What would you like to be added?
Deprecate PodNodeSelector admission plugin and the associated annotation `scheduler.alpha.kubernetes.io/node-selector`
https://github.com/kubernetes/kubernetes…
ahg-g updated
1 month ago
-
**Дедлайн: 12/8/2024**1. Познакомиться с такими объектами Kubernetes, как Services (ClusterIP, LoadBalancer) и его конфигурацией через Readiness Probe, Ingress, Volume, ConfigMap, Secret, Deployment, …