Removed docker usage from daemontsets

pull/36457/head
rogue-gamer-ryt 2022-08-31 18:22:21 +05:30
parent 7d2cf00124
commit a174afba76
1 changed files with 1 additions and 2 deletions

View File

@ -203,8 +203,7 @@ running such processes via a DaemonSet:
- Ability to monitor and manage logs for daemons in the same way as applications.
- Same config language and tools (e.g. Pod templates, `kubectl`) for daemons and applications.
- Running daemons in containers with resource limits increases isolation between daemons from app
containers. However, this can also be accomplished by running the daemons in a container but not in a Pod
(e.g. start directly via Docker).
containers. However, this can also be accomplished by running the daemons in a container but not in a Pod.
### Bare Pods