mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
add blank line before list; do s/-/*/ for list-element prefix; upcase first word in sentence
This commit is contained in:
parent
bbfae80594
commit
e49467e912
@ -83,12 +83,13 @@ is `TCP`.
|
|||||||
|
|
||||||
Services generally abstract access to Kubernetes `Pods`, but they can also
|
Services generally abstract access to Kubernetes `Pods`, but they can also
|
||||||
abstract other kinds of backends. For example:
|
abstract other kinds of backends. For example:
|
||||||
- you want to have an external database cluster in production, but in test
|
|
||||||
you use your own databases
|
* You want to have an external database cluster in production, but in test
|
||||||
- you want to point your service to a service in another
|
you use your own databases.
|
||||||
[`Namespace`](namespaces.md) or on another cluster
|
* You want to point your service to a service in another
|
||||||
- you are migrating your workload to Kubernetes and some of your backends run
|
[`Namespace`](namespaces.md) or on another cluster.
|
||||||
outside of Kubernetes
|
* You are migrating your workload to Kubernetes and some of your backends run
|
||||||
|
outside of Kubernetes.
|
||||||
|
|
||||||
In any of these scenarios you can define a service without a selector:
|
In any of these scenarios you can define a service without a selector:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user