0

How can I configure kubectl cli without logging into the web UI? My environment isn't up set and I want to run some kubctl commands.

Ali Kaba
  • 119
  • 6

1 Answers1

1

After that, you can issue the command.

e.g. kubectl -s 127.0.0.1:8888 -n kube-system get pods

Kudos to Arjun.

Ali Kaba
  • 119
  • 6