delete italic style
parent
ab8f4e58c6
commit
231b924608
|
@ -7,7 +7,7 @@ assignees:
|
|||
* TOC
|
||||
{:toc}
|
||||
|
||||
## What is a _Daemon Set_?
|
||||
## What is a Daemon Set?
|
||||
|
||||
A _Daemon Set_ ensures that all (or some) nodes run a copy of a pod. As nodes are added to the
|
||||
cluster, pods are added to them. As nodes are removed from the cluster, those pods are garbage
|
||||
|
|
|
@ -9,7 +9,7 @@ assignees:
|
|||
* TOC
|
||||
{:toc}
|
||||
|
||||
## What is a _Cron Job_?
|
||||
## What is a Cron Job?
|
||||
|
||||
A _Cron Job_ manages time based [Jobs](/docs/user-guide/jobs/), namely:
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ assignees:
|
|||
* TOC
|
||||
{:toc}
|
||||
|
||||
## What is a _Deployment_?
|
||||
## What is a Deployment?
|
||||
|
||||
A _Deployment_ provides declarative updates for [Pods](/docs/user-guide/pods/) and [Replica Sets](/docs/user-guide/replicasets/) (the next-generation Replication Controller).
|
||||
You only need to describe the desired state in a Deployment object, and the Deployment
|
||||
|
|
|
@ -8,7 +8,7 @@ assignees:
|
|||
* TOC
|
||||
{:toc}
|
||||
|
||||
## What is a _job_?
|
||||
## What is a job?
|
||||
|
||||
A _job_ creates one or more pods and ensures that a specified number of them successfully terminate.
|
||||
As pods successfully complete, the _job_ tracks the successful completions. When a specified number
|
||||
|
|
|
@ -13,7 +13,7 @@ See [PodSecurityPolicy proposal](https://github.com/kubernetes/kubernetes/blob/{
|
|||
* TOC
|
||||
{:toc}
|
||||
|
||||
## What is a _Pod Security Policy_?
|
||||
## What is a Pod Security Policy?
|
||||
|
||||
A _Pod Security Policy_ is a cluster-level resource that controls the
|
||||
actions that a pod can perform and what it has the ability to access. The
|
||||
|
|
|
@ -10,7 +10,7 @@ assignees:
|
|||
_pods_ are the smallest deployable units of computing that can be created and
|
||||
managed in Kubernetes.
|
||||
|
||||
## What is a _pod_?
|
||||
## What is a pod?
|
||||
|
||||
A _pod_ (as in a pod of whales or pea pod) is a group of one or more containers
|
||||
(such as Docker containers), the shared storage for those containers, and
|
||||
|
|
|
@ -9,7 +9,7 @@ assignees:
|
|||
* TOC
|
||||
{:toc}
|
||||
|
||||
## What is a _Replica Set_?
|
||||
## What is a Replica Set?
|
||||
|
||||
Replica Set is the next-generation Replication Controller. The only difference
|
||||
between a _Replica Set_ and a
|
||||
|
|
|
@ -8,7 +8,7 @@ assignees:
|
|||
* TOC
|
||||
{:toc}
|
||||
|
||||
## What is a _replication controller_?
|
||||
## What is a replication controller?
|
||||
|
||||
A _replication controller_ ensures that a specified number of pod "replicas" are running at any one
|
||||
time. In other words, a replication controller makes sure that a pod or homogeneous set of pods are
|
||||
|
|
Loading…
Reference in New Issue