Hi@akhtar,
You need to tell your Plugin name in your Jenkins CLI command. It will automatically connect to your Jenkins with the help of the jenkins-cli.jar file and install the plugin. Use the below-given command to install your plugin.
$ java -jar jenkins-cli.jar -s Jenkins_URL -webSocket install-plugin Kubernetes
Installing Kubernetes from update center
I hope this will help you.