serviceType
plugin_daemon
. It can be NodePort
, or LoadBalancer
.NodePort
: Exposes the service on each Node’s IP at a static port.LoadBalancer
: Creates an external load balancer in supported cloud providers, which routes traffic to the plugin daemon.remoteInstallHost
: This is Node
IP or LoadBalancer
IP.
NodePort
, it should be the IP of one of your Kubernetes nodes.LoadBalancer
, it should be the IP of the load balancer.remoteInstallPort
: This is the port on which the plugin daemon is listening for debug.
NodePort
, it should be the port assigned to the service.LoadBalancer
, it should be the port exposed by the load balancer.