Fix typo in concepts
parent
8dd5d7b8ad
commit
ab7d2c1b3c
|
@ -17,7 +17,7 @@ Once you've set your desired state, the *Kubernetes Control Plane* works to make
|
||||||
|
|
||||||
## Kubernetes Objects
|
## Kubernetes Objects
|
||||||
|
|
||||||
Kubernetes contains a number of abstractions that represent your the state of your system: deployed containerized applications and workloads, their associated network and disk resources, and other information about what your cluster is doing. These abstractions are represented by objects in the Kubernetes API; see the [Kubernetes Objects overview](/docs/concepts/abstractions/overview/) for more details.
|
Kubernetes contains a number of abstractions that represent the state of your system: deployed containerized applications and workloads, their associated network and disk resources, and other information about what your cluster is doing. These abstractions are represented by objects in the Kubernetes API; see the [Kubernetes Objects overview](/docs/concepts/abstractions/overview/) for more details.
|
||||||
|
|
||||||
The basic Kubernetes objects include:
|
The basic Kubernetes objects include:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue