deployment vs xxxSets

This commit is contained in:
Dominik Chilla 2020-09-22 16:59:28 +02:00
parent afc3eb9c7e
commit 4e32669e2e

View File

@ -267,7 +267,8 @@ kubectl logs my-nginx-65c68bbcdf-xkhqj -f
``` ```
# Running DaemonSets on `hostPort` <a name="running-daemonsets"></a> # Running DaemonSets on `hostPort` <a name="running-daemonsets"></a>
Docs: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ * Docs: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
* Good article: https://medium.com/stakater/k8s-deployments-vs-statefulsets-vs-daemonsets-60582f0c62d4
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.