Daemonset@hostport
This commit is contained in:
parent
33e14f5424
commit
64bf4753c5
@ -467,10 +467,7 @@ NOTES:
|
|||||||
|
|
||||||
In this case configuration of networking in context of services is not needed.
|
In this case configuration of networking in context of services is not needed.
|
||||||
|
|
||||||
This setup is suitable for legacy scenarios where static IP-address are required:
|
This setup is suitable for legacy scenarios where static IP-address are required and a NodePort service is not an alternative:
|
||||||
* inbound mailserver
|
|
||||||
* dns server
|
|
||||||
|
|
||||||
```
|
```
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
@ -523,7 +520,9 @@ spec:
|
|||||||
```
|
```
|
||||||
## Running StatefulSet with NFS storage <a name="user-content-running-statefulset-nfs"></a>
|
## Running StatefulSet with NFS storage <a name="user-content-running-statefulset-nfs"></a>
|
||||||
* https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/
|
* https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/
|
||||||
|
* [NFS dynamic volume provisioning deployed](#pv-nfs)
|
||||||
```
|
```
|
||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user