Devops
03 | Kubernetes Master & Worker Node Components
Can you tell me all components of Master and Worker nodes? Yes, here they are: What is etcd and it’s role in Kubernetes? etcd is: Distributed key-value store Used by Kubernetes to store all data used to manage the cluster: It stores configuration data used by nodes. It also stores Read more…