Move kubectl Concept topics to Tutorials. (#2804)

* Move kubectl Concept topics to Tutorials.

* Add redirects and update links.
This commit is contained in:
Steve Perry
2017-03-14 10:06:54 -07:00
committed by GitHub
parent ee23982f7b
commit bdaa82e79a
8 changed files with 27 additions and 16 deletions
@@ -0,0 +1,16 @@
apiVersion: extensions/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