Service
Resource Icon

Resource Overview
An abstract Kubernetes resource that provides a single entry point to Pods and manages communication between them.
Associated Resources
Parent Resource
Connected Resources
Resource Configuration
Basic Settings
namespace: Namespace where the Service resource will be deployedannotations: Kubernetes system metadatalabels: Labels for Service identification and classificationselector: Label selector used to choose Pods to receive traffictype: Service type -ClusterIP,NodePort,LoadBalancersession_affinity: Whether to route requests from the same client to a specific Pod -None,ClientIP
Port Settings (port)
port.protocol: Protocol used on the Service port -TCP,UDPport.port: Service port number exposed externallyport.target_port: Port number on the Pod that receives traffic