https://rancher.com/ logo
Title
g

great-egg-9736

11/18/2022, 2:05 AM
hi, I’m able to expose a clusterIp to map a localhost port with
k3d cluster create --api-port 6550 -p "8081:80@loadbalancer" --agents 3
but how can I have multiple port mapping to use ingress to handle multiple k8s services/apps? I would like to do something like
k3d cluster create --api-port 6550 -p "7001-7001:8081-80@loadbalancer" --agents 3
is that possible?
c

creamy-pencil-82913

11/18/2022, 2:07 AM
-> #k3d
👍 1