Service types determine how services are exposed:
# NodePort Service apiVersion: v1 kind: Service metadata: name: my-service spec: type: NodePort selector: app: myapp ports: - port: 80 targetPort: 8080 nodePort: 30007
Generating explanation with Claude AI...
This will use 10 credits