Move "Object management using kubectl"

The section contains four articles which fit better under concepts.

Closes: #4178
This commit is contained in:
Qiming Teng
2018-01-02 14:14:26 +08:00
parent 57235f6530
commit 0f243328c2
17 changed files with 63 additions and 55 deletions
@@ -0,0 +1,16 @@
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: nginx-deployment
spec:
minReadySeconds: 5
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.7.9
ports:
- containerPort: 80