Daemonset@hostport

This commit is contained in:
Dominik Chilla 2021-04-09 15:09:45 +02:00
parent 33e14f5424
commit 64bf4753c5

View File

@ -467,10 +467,7 @@ NOTES:
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:
* inbound mailserver
* dns server
This setup is suitable for legacy scenarios where static IP-address are required and a NodePort service is not an alternative:
```
kind: DaemonSet
apiVersion: apps/v1
@ -523,7 +520,9 @@ spec:
```
## Running StatefulSet with NFS storage <a name="user-content-running-statefulset-nfs"></a>
* https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/
* [NFS dynamic volume provisioning deployed](#pv-nfs)
```
---
apiVersion: v1
kind: Service
metadata: