File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/overview/working-with-objects Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ metadata:
59
59
## Applications And Instances Of Applications
60
60
61
61
An application can be installed one or more times into a Kubernetes cluster and,
62
- in some cases, the same namespace. For example, wordpress can be installed more
63
- than once where different websites are different installations of wordpress .
62
+ in some cases, the same namespace. For example, WordPress can be installed more
63
+ than once where different websites are different installations of WordPress .
64
64
65
65
The name of an application and the instance name are recorded separately. For
66
66
example, WordPress has a ` app.kubernetes.io/name` of `wordpress` while it has
@@ -168,6 +168,6 @@ metadata:
168
168
...
169
169
` ` `
170
170
171
- With the MySQL `StatefulSet` and `Service` you'll notice information about both MySQL and Wordpress , the broader application, are included.
171
+ With the MySQL `StatefulSet` and `Service` you'll notice information about both MySQL and WordPress , the broader application, are included.
172
172
173
173
You can’t perform that action at this time.
0 commit comments