Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Nov 19, 2024Kubernetes 101: Part 12 : ETCD, KubeAPI server, Controller, Kube-scheduler, Kubelet, Upgrade cluster, backup etcdETCD ETCD is an open-source, distributed key-value store that is used to store that is simple, secure and fast A Key value store This format is to store values in the format of key-value pair How to install etcd? Download binaries and then extract i...1 likeFrom Linux to Kubernetes Expert#etcd-backup
Shishir Tambecoldman22.hashnode.dev·Jan 13, 2023Architecture of kubernetesWorking with kubernetes- We create manifest (.yml file)- Apply this to cluster (to master) to bring into desired state- Pod runs on node, which is controlled by master Roles of Master NodeKubernetes cluster contains containers running on bare metal/ ...87 readsKubernetes