K8S基本操作-06-imperative指令
Imperative
imperative command 指令式命令,例如詳細描述每個需要的步驟。
Declarative command 宣告式命令,僅需要描述期待,實現則由程式自行決定。
如
kubectl run nginx-pod --image=nginx:alpine
就屬於 imperative command。
imperative command 指令式命令,例如詳細描述每個需要的步驟。
Declarative command 宣告式命令,僅需要描述期待,實現則由程式自行決定。
如
kubectl run nginx-pod --image=nginx:alpine
就屬於 imperative command。