Junior
Name the three main types of services in Kubernetes that provide network access.
sobes.tech AI
Answer from AI
Deployment, StatefulSet, and DaemonSet. Deployment is used for stateless applications, StatefulSet for stateful applications that require stable network identifiers and storage, and DaemonSet for running a pod on each or selected nodes of the cluster.