Typo fixes

This commit is contained in:
Tim Carry 2018-10-18 10:08:58 +02:00 committed by GitHub
parent 1aefb2ac57
commit 2ade7e55ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -38,10 +38,10 @@ Let's have a look a the fields:
* `metadata`: some metadata about this `pod`, more on it later
* `spec`: specification of the desired behavior of this pod
* `containers`: the list of containers to start in this pod
* `name`: the name of the this container
* `name`: the name of the container
* `image`: which image to start
Let's `apply` this configuration k8s. This will tell k8s to create the `pod` and run it.
Let's `apply` this configuration to k8s. This will tell k8s to create the `pod` and run it.
```bash
$ kubectl apply -f 04-pods/01-simple-service.yml
@ -118,4 +118,4 @@ $ kubectl delete pod --all
## Answers
2. Nop, the pod is only visible from the inside of the cluster
2. Nop, the pod is only visible from the inside of the cluster