Services, Load Balancing, and Networking, Kubernetes Authors, 2024Kubernetes Documentation - Official documentation covering Kubernetes Services, including NodePort, ClusterIP, and LoadBalancer types. It explains how services enable network access to a set of Pods.
Ingress, Kubernetes Authors, 2024Kubernetes Documentation - The official Kubernetes guide on Ingress, detailing its purpose for external access, routing rules, and the role of Ingress controllers.
Kubernetes Up & Running: Dive into the Future of Infrastructure, Brendan Burns, Joe Beda, Kelsey Hightower, Lachlan Evenson, 2022 (O'Reilly Media) - A comprehensive book that offers practical guidance on deploying and managing applications in Kubernetes, with sections dedicated to networking concepts like Services and Ingress.
minikube documentation, Kubernetes Authors, 2025Minikube Documentation - The official documentation for Minikube, providing instructions for local Kubernetes cluster setup and management, including specific commands used in the practical session.