Files
website/content/vi/docs/reference/glossary/node.md
T
Loc Mai 31db0b6a9c Docs ref glossary (#17868)
* init cloud controller doc

* solve 349928135

* update r349928835

* update r349929569

* update r349930047

* update r321969236

* trans to hostname

* update based on reviews from truonghn1992

* fix several typo issues, add tooltips, replace some words back to the original terms

* init taint doc

* fix header Vendor Implementations

* fix directory name

* temporary remove term_id of node and toleration

* solve r350014277

* fix title

* update glossaris: cri,deployment,docker,kube-proxy,kubelet, label, node, pod, selector, service

* add container, rename label to match the label id

* fix typo

* fix a few typo and update based on r324616216

* update dependencies
term

* changed based on review 326584572

* fix typo
2019-12-08 19:49:10 -08:00

845 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Node node 2019-29-11 /docs/concepts/architecture/nodes/ Một node là một máy worker trong Kubernetes
fundamental

Một node là một máy worker trong Kubernetes

Một worker node có thể là một máy tính ảo hay máy tính vậy lý, tùy thuộc vào cluster. Nó bao gồm một số daemons hoặc services cần thiết để chạy các {{< glossary_tooltip text="Pods" term_id="pod" >}} và được quản lý bởi control plane. Daemons trên một node bao gồm {{< glossary_tooltip text="kubelet" term_id="kubelet" >}}, {{< glossary_tooltip text="kube-proxy" term_id="kube-proxy" >}}, và một container runtime triển khai theo {{< glossary_tooltip text="CRI" term_id="cri" >}} như {{< glossary_tooltip term_id="docker" >}}.