How can I get WMI object from kubernetes pod

0

When I'm running a container with the docker run command, The Get-WmiObjet cmdlet executes without any problems to a remote server. However when the container image is started by Kubernetes, I get Get-WmiObject : The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)

The kubernetes cluster is configured with the flannel network plugin and all servers are on premise.

powershell
kubernetes
wmi
get-wmiobject
asked on Stack Overflow May 12, 2020 by lalwk

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0