Lens IDE provides the visual overview of Kubernetes cluster's.
Here I provide short instruction, set by set, how install and add cluster.
Install Lens Desktop from the APT repository.
Get the Lens Desktop public security key and add it to your keyring:
curl -fsSL https://downloads.k8slens.dev/keys/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/lens-archive-keyring.gpg > /dev/null
Add the Lens Desktop repo to your /etc/apt/sources.list.d directory.
Ubuntu newer than 18.04
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/lens-archive-keyring.gpg] https://downloads.k8slens.dev/apt/debian stable main" | sudo tee /etc/apt/sources.list.d/lens.list > /dev/null
sudo apt update && sudo apt install lens
lens-desktop
In next step I added cluster I run command:
kubectl config view --minify --raw
In next step, I paste of command above in window below.
DOKU:
1. https://medium.com/@itsprithiv/how-to-install-lens-the-kubernetes-ide-ca4b8f9dfa2








No comments:
Post a Comment