KMKhaja Moinuddin Mohammedinmoinuddin14.hashnode.dev·Jul 27, 2023 · 25 min readDeep dive into CoreDNSIntroduction CoreDNS is a flexible, extensible DNS server that is written in Go and can be used for service discovery, configuration management, and other networking tasks, offering advanced features and plugins for customization. In 2016, Miek Giebe...00
KMKhaja Moinuddin Mohammedinmoinuddin14.hashnode.dev·Mar 19, 2022 · 3 min readKubernetes Part# 1.2.1What is etcd? Etcd is highly-available, distributed and consistent key-value store database. The name etcd was formed from /etc directory of Linux and distribution. Thus the addition of those two formed etcd Etcd is a leader based highly available di...00
KMKhaja Moinuddin Mohammedinmoinuddin14.hashnode.dev·Mar 17, 2022 · 2 min readKubernetes Part# 1.1Kube API Server is the only component that as a user we will directly interact with. When we run a simple kubectl command (imperative style, we can also use an yaml file instead) like below $ kubectl get pods Behind the scenes kubectl will convert ou...01M
KMKhaja Moinuddin Mohammedinmoinuddin14.hashnode.dev·Mar 16, 2022 · 1 min readKubernetes Part# 1.0Kubernetes is an Orchestration Platform for your OCI Compliant container images. Meaning that, if you have to run containers across multiple nodes, provide auto-scheduling, intelligent behaviors to your containers etc., Kubernetes provides most of th...00