### Services:
A service is a Kubernetes resource that provides a stable IP address and DNS name for a set of pods. Services allow you to expose your application to the outside world and to other services within your cluster. You'll use services to manage load balancing, service discovery, and [[Networking & Kubernetes]] for your application.