###### tags: `CI/CD`
# CI/CD
::: success
* [CNCF領域圖](https://landscape.cncf.io/)
:::
---
::: info
* Kubernetes管理:[介紹](https://kubernetes.io/docs/tasks/manage-kubernetes-objects/)
* Imperative: Focus on how a program operates
* tell k8s api -> ctl
* Declarative: Focus on what a program should accomplish
* kubectl apply -f app.yaml ->etcd
* [圖示](https://ithelp.ithome.com.tw/articles/10240455)
:::