Tag

ClusterIP

0 views collected around this technical thread.

System Architect Go
System Architect Go
Nov 16, 2024 · Cloud Native

Kubernetes 10 Common Questions and Answers

This article answers ten common Kubernetes questions, covering pod scheduling strategies, OOM behavior, dynamic ConfigMap updates, pod stability, ClusterIP service load balancing, log collection, liveness probes, scaling mechanisms, exec access, and troubleshooting container restarts, providing concise explanations for each scenario.

ClusterIPConfigMapHorizontal Pod Autoscaler
0 likes · 9 min read
Kubernetes 10 Common Questions and Answers
Efficient Ops
Efficient Ops
Dec 15, 2022 · Cloud Native

Demystifying Kubernetes Service Discovery: How Services Keep Pods Connected

This article explains Kubernetes service discovery by first covering essential network concepts, then detailing how Services, DNS, Endpoints, and kube-proxy work together to provide stable, load‑balanced communication between dynamic Pods in a cluster.

ClusterIPCoreDNSPod Network
0 likes · 14 min read
Demystifying Kubernetes Service Discovery: How Services Keep Pods Connected
Efficient Ops
Efficient Ops
Jun 30, 2022 · Cloud Native

Demystifying Kubernetes Networking: Services, IPs, and Ports Explained

This article breaks down Kubernetes' networking model by defining key concepts such as network namespaces, veth pairs, iptables, bridges, services, ClusterIP, NodePort, and illustrates intra‑ and inter‑node communication, as well as external access methods like NodePort and Ingress.

ClusterIPNetworkingService
0 likes · 16 min read
Demystifying Kubernetes Networking: Services, IPs, and Ports Explained
IT Architects Alliance
IT Architects Alliance
Dec 10, 2021 · Cloud Native

Understanding the Kubernetes Networking Model: Services, IPs, and Ports

This article provides a comprehensive overview of Kubernetes networking, explaining key concepts such as network namespaces, veth pairs, iptables, services, ClusterIP, NodePort, Ingress, and the role of CNI plugins, while illustrating internal and external communication with practical YAML and kubectl examples.

CNIClusterIPNetworking
0 likes · 16 min read
Understanding the Kubernetes Networking Model: Services, IPs, and Ports
Cloud Native Technology Community
Cloud Native Technology Community
Mar 13, 2020 · Cloud Native

Understanding Kubernetes Service Discovery and Networking

This article explains how Kubernetes provides stable service discovery by using a flat pod network, Service objects with immutable front‑ends and dynamic back‑ends, DNS registration, Endpoints, and kube‑proxy iptables/IPVS rules to route traffic from virtual ClusterIP addresses to healthy pods.

ClusterIPDNSPod Network
0 likes · 11 min read
Understanding Kubernetes Service Discovery and Networking