Login
Remember
Register
Ask a Question
kubectl expose command: port VS targetport: (which one is which ?)
0
votes
asked
Aug 5, 2023
in
Kubernetes K8s
by
Robin
kubectl expose command: port VS targetport: (which one is which ?)
targetport
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 5, 2023
by
Robin
port : on the cluster
targetport: on the container (just like ALB)
...