Launch serverless application with docker/kubernetes

apiVersion: v1
kind: Pod
metadata:
  name: posts
spec:
  containers:
    - name: posts
      image: stephengrider/posts
kubectl apply -f posts.yaml
kubectl get pods
kubectl delete pod posts
kubectl describe pod posts