$ k create -f fortune-pod.yaml
NAME READY STATUS RESTARTS AGE
pod/fortune 2/2 Running 0 48s
$ k port-forward fortune 8080:80
Forwarding from 127.0.0.1:8080 -> 80
Forwarding from [::1]:8080 -> 80
$ curl http://localhost:8080/
So this is it. We're going to die.