Slide 10
Slide 10 text
The hard way
- Just use the low-level tools
- Workflow is by memory, or
maybe documentation if
you’re lucky
$ kubectl run --image hello-dockercon:1 hello --port=8080
deployment.apps "hello" created
$ kubectl get deployment hello -o json
{
"apiVersion": "extensions/v1beta1",
"kind": "Deployment",
"metadata": {
"annotations": {
"deployment.kubernetes.io/revision": "1"
},
"creationTimestamp": "2018-11-26T12:42:53Z",
"generation": 1,
"labels": {
"run": "hello"
},
"name": "hello",
"namespace": "default",