Kubernetes - Services
You want to expose a web app on port 80 inside the cluster and port 32000 externally using NodePort. Which YAML snippet correctly achieves this?
port is the internal cluster port (80), targetPort is the container port (80), and nodePort is the external port (32000).NodePort and ports must be set accordingly to expose externally on 32000.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions