moinuddin14.hashnode.devDeep 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...Jul 27, 2023·25 min read
moinuddin14.hashnode.devKubernetes 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...Mar 19, 2022·3 min read
moinuddin14.hashnode.devKubernetes 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...Mar 17, 2022·2 min read
moinuddin14.hashnode.devKubernetes 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...Mar 16, 2022·1 min read