GG
Size: a a a
GG
GG
T
kind: Service
apiVersion: v1
metadata:
name: ingress-loadbalncer
namespace: ingress-nginx
labels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
spec:
externalTrafficPolicy: Local
type: LoadBalancer
loadBalancerIP: 192.168.100.100
selector:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
- name: https
port: 443
protocol: TCP
targetPort: https
L
apiVersion: v1
kind: Pod
metadata:
name: test
spec:
containers:
- name: alpine
image: alpine
command:
- sh
args:
- "-c"
- "sleep 300000"
SM
L
VS
SM
i
L
i
L
L
SM
L
L
SM
i
i