apiVersion: v1
kind: Service
metadata:
name: nginx-service
labels:
run: nginx-service
spec:
type: NodePort
ports:
- port: 80
nodePort: 30009
protocol: TCP
selector:
app: nginx
可以不断溯源下去
内容来自:
https://coding.imooc.com/class/284.html