Mirantis Lens
Integrate Mirantis Lens with DuploCloud
Mirantis Lens, commonly referred to as Lens, is a popular open-source Kubernetes IDE (Integrated Development Environment) that simplifies Kubernetes cluster management and visualization. Lens provides an intuitive graphical user interface (GUI) to interact with and manage multiple Kubernetes clusters, local and remote, making it easier for developers and administrators to monitor, troubleshoot, and manage workloads.
Configuring Mirantis Lens for DuploCloud Authentication
Integrate Mirantis Lens with DuploCloud by following these steps:
Install the DuploCloud Client: Ensure the
duploctl
command-line tool is installed. If not, use thepip install duplocloud-client
command to install it.Install the Lens Client: Download and install the Lens Kubernetes IDE client from its official website.
Generate the Kubeconfig File: Using the DuploCloud UI or
duploctl
:
Using the DuploCloud UI.
Using
duploctl
, generate akubeconfig
file for Lens connection, as follows:
Add Kubeconfig to Lens: In Lens, navigate to Catalog, click the
+
button to add thekubeconfig
file, and configure Lens to connect to your Kubernetes cluster.Connect to the Cluster: Lens will prompt for a login through a browser window. For private EKS cluster authentication, ensure VPN connectivity.
Disconnect from the cluster after your session to avoid repeated browser tab openings during reauthentication attempts.
Integrating Mirantis Lens with DuploCloud enhances your Kubernetes cluster management by providing a powerful graphical interface alongside the direct command-line access provided by the kubectl
token.
Last updated