Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The user interface is not distributed by default. Installation is very simple, just run the following command (check here the version)

Code Block
languagebash
titleInstall Dashboard
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.25.0/aio/deploy/recommended.yaml

...

If you have done this correctly, the config file will look like below (look at the token field at the end of the file). Launch To look at the new configuration, launch the command kubectl config view

...