File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
content/en/docs/tutorials/stateless-application Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,13 @@ external IP address.
36
36
``` shell
37
37
kubectl apply -f https://k8s.io/examples/service/load-balancer-example.yaml
38
38
```
39
-
40
- The preceding command creates a
41
- {{< glossary_tooltip text="Deployment" term_id="deployment" >}}
42
- and an associated
43
- {{< glossary_tooltip term_id="replica-set" text="ReplicaSet" >}}.
44
- The ReplicaSet has five
45
- {{< glossary_tooltip text="Pods" term_id="pod" >}}
46
- each of which runs the Hello World application.
39
+ The preceding command creates a
40
+ {{< glossary_tooltip text="Deployment" term_id="deployment" >}}
41
+ and an associated
42
+ {{< glossary_tooltip term_id="replica-set" text="ReplicaSet" >}}.
43
+ The ReplicaSet has five
44
+ {{< glossary_tooltip text="Pods" term_id="pod" >}}
45
+ each of which runs the Hello World application.
47
46
48
47
1 . Display information about the Deployment:
49
48
You can’t perform that action at this time.
0 commit comments