[Kubernetes] Kubernetes Services DNS
Kubernetes Services DNS Starting with 1.11, CoreDNS is provided as an internal DNS When using hostnames(e.g. curl {hostname}) it works only when the s...
Kubernetes Services DNS Starting with 1.11, CoreDNS is provided as an internal DNS When using hostnames(e.g. curl {hostname}) it works only when the s...
NodePort and LoadBalancer Service Relation between the Services NodePort LoadBalancer
Cluster IP service ```bash watch pods in runtime kubectl get pods -w
Service & Service Types Service: a stable address for pods(i.e an endpoint that is consistent so that other things(in and outside the cluster) can a...
Inspecting Kubernetes Object get describe logs Watching recreation of Pods