---
title: "Blog — Lens"
description: "News, product releases, and deep dives on Kubernetes and cloud-native development from Team Lens."
url: https://lenshq.io/blog/
---

Blog

# The Lens Blog

News, product releases, and deep dives from Team Lens.

[![What's new in Lens K8S IDE 2026.8: 20× performance boost and Argo CD](https://lenshq.io/blog/lens-release-august26/cover.webp)](https://lenshq.io/blog/lens-release-august26/)

Lens Release

### [What's new in Lens K8S IDE 2026.8: 20× performance boost and Argo CD](https://lenshq.io/blog/lens-release-august26/)

Lens K8S IDE 2026.8 is up to 20× faster on large clusters and brings Argo CD GitOps into the navigator, with one-click Sync, Refresh, and Ask AI.

Yalton Ruiz August 19, 2026 2 min read

[![Hermes Agent: how to run it securely in enterprise environments](https://lenshq.io/blog/how-to-run-hermes-agent-securely/cover.webp)](https://lenshq.io/blog/how-to-run-hermes-agent-securely/)

Tutorials

### [How to run Hermes Agent Securely in Enterprise Environments](https://lenshq.io/blog/how-to-run-hermes-agent-securely/)

Hermes Agent runs autonomously with your credentials. Harden it in six steps: identity, default-deny egress, credential isolation, containment, and audit.

Flavius Dinu August 13, 2026 9 min read

[![VMs, Containers, or MicroVMs? A comparison of isolation, speed, and resource usage across the three](https://lenshq.io/blog/vms-vs-containers-vs-microvms/cover.webp)](https://lenshq.io/blog/vms-vs-containers-vs-microvms/)

Tutorials

### [VMs vs Containers vs MicroVMs: Which to Choose for Your Workloads](https://lenshq.io/blog/vms-vs-containers-vs-microvms/)

VMs, containers, and MicroVMs each trade isolation for speed differently. Learn how each works, when to use them, and why MicroVMs are the new standard for untrusted code and AI agent workloads.

Flavius Dinu July 31, 2026 8 min read

[![MCP security threat model: tool poisoning, line jumping, and rug pulls](https://lenshq.io/blog/mcp-security-tool-poisoning-threat-model/cover.webp)](https://lenshq.io/blog/mcp-security-tool-poisoning-threat-model/)

Tutorials

### [MCP Security: Tool Poisoning, Line Jumping & Rug Pulls Explained](https://lenshq.io/blog/mcp-security-tool-poisoning-threat-model/)

Every MCP server you connect to sends information to your model's context, and the model treats descriptions as trusted developer instructions. Tool poisoning hides malicious orders in the metadata, so a simple function can exfiltrate credentials, while still returning the right answer.

Flavius Dinu July 24, 2026 11 min read

[![Run Lens Agents locally on your own machine](https://lenshq.io/blog/run-lens-agents-locally/cover.webp)](https://lenshq.io/blog/run-lens-agents-locally/)

Tutorials

### [You can now try Lens Agents on your own machine](https://lenshq.io/blog/run-lens-agents-locally/)

Until now, seeing Lens Agents meant talking to us. That is the right call for a platform built for production and enterprise governance — but it's a slow way to answer the most basic question a builder has: what does this actually do?

Mario Sarcher July 21, 2026 3 min read

[![What's new in Lens Desktop 2026.6](https://lenshq.io/blog/lens-release-june-26/cover.webp)](https://lenshq.io/blog/lens-release-june-26/)

Lens Release

### [What's new in Lens Desktop 2026.6: Integrated with familiar AI Tools and Flux](https://lenshq.io/blog/lens-release-june-26/)

Lens Prism has evolved: You can run the AI agent you already use, Claude Code, Codex, GitHub Copilot CLI, or Gemini CLI, right inside Lens, without needing to bring your own API key.

Yalton Ruiz June 23, 2026 5 min read

[![AI agents as non-human identities](https://lenshq.io/blog/ai-agents-non-human-identities/cover.webp)](https://lenshq.io/blog/ai-agents-non-human-identities/)

Tutorials

### [AI Agents are Non-Human Identities. Treat Them Like One.](https://lenshq.io/blog/ai-agents-non-human-identities/)

Non-Human Identities now significantly outnumber human users, making AI agent governance a critical security priority. This article explains how to treat AI agents as enterprise identities with proper credential management and access controls.

Flavius Dinu June 18, 2026 9 min read

[![Lens Experimental Features](https://lenshq.io/blog/lens-experimental-features/cover.webp)](https://lenshq.io/blog/lens-experimental-features/)

Lens Release

### [Lens Experimental Features: Ship Faster, Opt-In Only](https://lenshq.io/blog/lens-experimental-features/)

Lens Experimental Features let you try out new functionality that is still in development, a new opt-in delivery mechanism that ships features to Lens Kubernetes IDE outside of the normal release cycles.

Flavius Dinu June 3, 2026 4 min read

[![Compounding error reliability curves for multi-step AI agent workflows](https://lenshq.io/blog/ai-agent-compounding-errors-math/cover.webp)](https://lenshq.io/blog/ai-agent-compounding-errors-math/)

Tutorials

### [The Math Behind Why Your Multi-Step AI Agentic Workflow Fails in Production](https://lenshq.io/blog/ai-agent-compounding-errors-math/)

Agent reliability compounds: 95% per-step accuracy gives only ~60% success over 10 steps and 36% over 20 steps. This post explains why multi-step AI agents fail in production despite working in demos.

Flavius Dinu May 26, 2026 5 min read

[![Lens Agents governance platform for AI workflows](https://lenshq.io/blog/how-lens-built-lens-agents/cover.webp)](https://lenshq.io/blog/how-lens-built-lens-agents/)

Company

### [How Lens Built Lens Agents to Govern Its Own AI Workflows](https://lenshq.io/blog/how-lens-built-lens-agents/)

Lens Agents was built for internal use first, with Lens becoming its own initial customer before launching externally. The platform uses a microVM-based sandbox with policy-driven oversight to govern autonomous AI agents across operations.

Flavius Dinu May 21, 2026 8 min read

[![What's new in Lens Desktop 2026.5](https://lenshq.io/blog/lens-release-may26/cover.webp)](https://lenshq.io/blog/lens-release-may26/)

Lens Release

### [What's new in Lens Desktop 2026.5](https://lenshq.io/blog/lens-release-may26/)

Lens Desktop 2026.5 comes equipped with Navigator support for the Kubernetes Gateway API, support for Kubernetes Admission Policies, and Premium Features dashboard updates for the Lens Plus trial.

Yalton Ruiz May 20, 2026 5 min read

[![Why AI Agents Fail in Production](https://lenshq.io/blog/why-ai-agents-fail-in-production/cover.webp)](https://lenshq.io/blog/why-ai-agents-fail-in-production/)

Tutorials

### [Why AI Agents Fail in Production (and How to Fix It)](https://lenshq.io/blog/why-ai-agents-fail-in-production/)

Most AI agents fail in production because of multiple reasons: no governance implemented, poor context management, fragile tool connectors, and compounding errors across multi-step workflows.

Flavius Dinu May 12, 2026 10 min read

[![Introducing Lens Agents: the governed platform for running AI agents on enterprise systems](https://lenshq.io/blog/introducing-lens-agents/cover.webp)](https://lenshq.io/blog/introducing-lens-agents/)

Announcements

### [Introducing Lens Agents: The governed platform for running AI agents on enterprise systems](https://lenshq.io/blog/introducing-lens-agents/)

Today we're introducing Lens Agents, the governed platform for running AI agents on enterprise systems: any agent, any model, any environment, your rules.

Miska Kaipiainen April 30, 2026 7 min read

[![Platform engineering for Kubernetes teams](https://lenshq.io/blog/platform-engineering-kubernetes/cover.webp)](https://lenshq.io/blog/platform-engineering-kubernetes/)

Tutorials

### [What Is Platform Engineering? A Practical Guide for Kubernetes Teams](https://lenshq.io/blog/platform-engineering-kubernetes/)

Platform engineering transforms internal infrastructure into a product for developers. Internal Developer Platforms abstract Kubernetes complexity through self-service portals and automated governance, with Gartner projecting 80% of large enterprises will have dedicated platform teams by 2026.

Flavius Dinu April 16, 2026 7 min read

[![GitOps for Kubernetes with ArgoCD and Flux](https://lenshq.io/blog/gitops-argocd-flux/cover.webp)](https://lenshq.io/blog/gitops-argocd-flux/)

Tutorials

### [Implementing GitOps for your Kubernetes Workflows using ArgoCD and Flux](https://lenshq.io/blog/gitops-argocd-flux/)

GitOps uses your version control system (VCS) as the single source of truth for your deployments. In Kubernetes, it uses an in-cluster agent that continuously reconciles the desired and actual state.

Flavius Dinu April 8, 2026 11 min read

[![18 Best DevOps MCP Servers](https://lenshq.io/blog/best-devops-mcp-servers/cover.webp)](https://lenshq.io/blog/best-devops-mcp-servers/)

Tutorials

### [18 Best DevOps MCP Servers for 2026 | The Definitive Guide](https://lenshq.io/blog/best-devops-mcp-servers/)

Model Context Protocol (MCP) is the open standard introduced by Anthropic at the end of 2024, which lets AI agents use different tools using natural language. This article covers 18 relevant MCP servers across DevOps categories.

Flavius Dinu April 1, 2026 8 min read

[![Managing Multi-Cloud Infrastructure with Crossplane](https://lenshq.io/blog/crossplane-kubernetes-tutorial/cover.webp)](https://lenshq.io/blog/crossplane-kubernetes-tutorial/)

Tutorials

### [Managing Multi-Cloud Infrastructure with Crossplane](https://lenshq.io/blog/crossplane-kubernetes-tutorial/)

Managing multi-cloud infrastructure has traditionally been associated with Terraform, its open-source alternative OpenTofu, Pulumi, or a mix of vendor-specific infrastructure as code (IaC) tools such as AWS CloudFormation or Azure Bicep.

Flavius Dinu March 26, 2026 8 min read

[![Lens MCP Server connecting AI assistants to Kubernetes clusters](https://lenshq.io/blog/lens-mcp-server/cover.webp)](https://lenshq.io/blog/lens-mcp-server/)

Lens Release

### [Manage All Your K8s Clusters from Any AI Assistant with the Lens MCP Server](https://lenshq.io/blog/lens-mcp-server/)

Lens Kubernetes IDE now offers its own MCP server that makes it easy for AI assistants to communicate with the Kubernetes clusters you have added in Lens K8s.

Flavius Dinu March 19, 2026 6 min read

[![Lens Kubernetes IDE 2026.3 release banner](https://lenshq.io/blog/lens-release-march26/cover.webp)](https://lenshq.io/blog/lens-release-march26/)

Lens Release

### [Major updates to Lens Kubernetes IDE – Release 2026.3](https://lenshq.io/blog/lens-release-march26/)

AI is reshaping how we manage our Kubernetes clusters, and Lens K8s IDE is here to help. This release brings deeper AI integration with a new MCP Server, an upgraded Lens Prism that can act on your behalf, and tools to get new users productive from day one.

Flavius Dinu March 17, 2026 4 min read

[![Kubernetes RBAC: Roles, ClusterRoles, and Service Accounts](https://lenshq.io/blog/kubernetes-rbac-tutorial/cover.webp)](https://lenshq.io/blog/kubernetes-rbac-tutorial/)

Tutorials

### [Kubernetes RBAC Tutorial: Roles, ClusterRoles, and Service Accounts](https://lenshq.io/blog/kubernetes-rbac-tutorial/)

RBAC in Kubernetes is the authorization layer that decides if an API request succeeds or fails. Without least-privilege implementation, a single compromised account can access an entire cluster.

Flavius Dinu March 13, 2026 8 min read

[![Lens Premium features for Kubernetes operations](https://lenshq.io/blog/lens-premium-features/cover.webp)](https://lenshq.io/blog/lens-premium-features/)

Engineering

### [Accelerate Kubernetes Operations with Lens Premium Features](https://lenshq.io/blog/lens-premium-features/)

Operations engineers and developers face recurring challenges managing Kubernetes clusters through manual kubeconfig configuration and troubleshooting. Lens Premium features help address this complexity at scale.

Yalton Ruiz February 27, 2026 4 min read

[![Managing Kubernetes from Claude Desktop using MCP servers](https://lenshq.io/blog/kubernetes-claude-mcp/cover.webp)](https://lenshq.io/blog/kubernetes-claude-mcp/)

Tutorials

### [How To Manage Kubernetes from Claude Desktop Using MCP Servers](https://lenshq.io/blog/kubernetes-claude-mcp/)

The Model Context Protocol enables Claude Desktop to connect directly to Kubernetes clusters for natural language management of pods, deployments, and services without memorizing kubectl commands.

Flavius Dinu February 20, 2026 6 min read

[![How to connect to a Kubernetes pod shell with kubectl exec](https://lenshq.io/blog/kubernetes-pod-shell/cover.webp)](https://lenshq.io/blog/kubernetes-pod-shell/)

Tutorials

### [How to Connect to a Kubernetes Pod Shell with kubectl exec](https://lenshq.io/blog/kubernetes-pod-shell/)

The kubectl exec command lets you run commands and open interactive shell sessions inside running containers in your Kubernetes pods. This article covers everything you need to know to connect to a Kubernetes pod shell and execute commands inside its running containers.

Flavius Dinu February 10, 2026 6 min read

[![Securing Kubernetes with Trivy](https://lenshq.io/blog/secure-kubernetes-with-trivy/cover.webp)](https://lenshq.io/blog/secure-kubernetes-with-trivy/)

Tutorials

### [How to Use Trivy with Kubernetes: From CLI to CI/CD to Lens](https://lenshq.io/blog/secure-kubernetes-with-trivy/)

Every container image you deploy, configuration you apply, and dependency you include is a potential attack surface. This article explores Trivy, a popular open-source security scanner, with practical examples for the CLI, CI/CD pipelines, and Lens.

Flavius Dinu February 6, 2026 7 min read

[![12 Best Kubernetes Security Tools You Need in 2026](https://lenshq.io/blog/best-kubernetes-security-tools/cover.webp)](https://lenshq.io/blog/best-kubernetes-security-tools/)

Tutorials

### [12 Best Kubernetes Security Tools You Need in 2026](https://lenshq.io/blog/best-kubernetes-security-tools/)

One of the biggest challenges in cloud-native infrastructure is securing Kubernetes. Knowing which security tools to implement can be the difference between a hardened cluster and a vulnerable one.

Flavius Dinu January 30, 2026 6 min read

[![Lens 2026.1 release with Azure integration and AI improvements](https://lenshq.io/blog/lens-release-january26/cover.webp)](https://lenshq.io/blog/lens-release-january26/)

Lens Release

### [AI Improvements and Azure Integration in Lens 2026.1](https://lenshq.io/blog/lens-release-january26/)

Lens Desktop 2026.1 has been released and is now available to download. It helps platform and DevOps teams operate Kubernetes more efficiently with native Azure AKS integration, Prism AI improvements, and UX updates.

Yalton Ruiz January 28, 2026 3 min read

[![Enforcing Kubernetes Security and Compliance with Kyverno](https://lenshq.io/blog/kubernetes-security-kyverno-policy-enforcement-guide/cover.webp)](https://lenshq.io/blog/kubernetes-security-kyverno-policy-enforcement-guide/)

Tutorials

### [Enforcing Kubernetes Security and Compliance with Kyverno: A Complete Guide](https://lenshq.io/blog/kubernetes-security-kyverno-policy-enforcement-guide/)

Kubernetes excels at container orchestration, but it doesn't natively enforce security best practices or organizational policies. Kyverno is a CNCF incubating project that enables your team to define, validate, and enforce policies across your Kubernetes projects.

Flavius Dinu January 22, 2026 8 min read

[![One Click AKS Integration](https://lenshq.io/blog/lens-aks-integration/cover.webp)](https://lenshq.io/blog/lens-aks-integration/)

Lens Release

### [One Click AKS Integration](https://lenshq.io/blog/lens-aks-integration/)

Lens Kubernetes IDE now offers one-click Azure AKS integration, allowing users to automatically discover and access all their AKS clusters without manual kubeconfig configuration, dramatically reducing setup time for managing multiple Kubernetes clusters.

Flavius Dinu January 15, 2026 4 min read

[![How to use Kubernetes Secrets](https://lenshq.io/blog/kubernetes-secrets/cover.webp)](https://lenshq.io/blog/kubernetes-secrets/)

Tutorials

### [How to use Kubernetes Secrets](https://lenshq.io/blog/kubernetes-secrets/)

Hard-coding sensitive data in your applications makes it very easy for attackers to gain access to your systems and compromise them.

Flavius Dinu January 9, 2026 9 min read

[![AI agents as the next computing platform across AWS, Azure, and Google](https://lenshq.io/blog/ai-agents-are-becoming-the-next-computing-platform/cover.webp)](https://lenshq.io/blog/ai-agents-are-becoming-the-next-computing-platform/)

AI Engineering

### [AI Agents Are Becoming the Next Computing Platform: Signals Across AWS, Azure, and Google (Through the Lens of re:Invent 2025)](https://lenshq.io/blog/ai-agents-are-becoming-the-next-computing-platform/)

The industry is converging on a new compute architecture with AI agents at the top, foundation models in the middle, Kubernetes underneath, and OpenTelemetry connecting the entire system. This synthesis explores how AWS, Azure, and Google Cloud are treating agents as production-grade operational entities rather than experimental features.

Miska Kaipiainen December 16, 2025 6 min read

[![Accessing private Kubernetes clusters through a bastion host with Lens](https://lenshq.io/blog/lens-bastion-access/cover.webp)](https://lenshq.io/blog/lens-bastion-access/)

Tutorials

### [Accessing Private Kubernetes Clusters Through a Bastion Host with Lens](https://lenshq.io/blog/lens-bastion-access/)

When you are working with Kubernetes in production, security best practices dictate that your cluster's API server should not be exposed to the public internet.

Flavius Dinu December 15, 2025 6 min read

[![The new AI development loop for LLM systems](https://lenshq.io/blog/the-new-ai-development-loop/cover.webp)](https://lenshq.io/blog/the-new-ai-development-loop/)

AI Engineering

### [The New AI Development Loop: Solving the Organizational Visibility Gap in LLM Systems](https://lenshq.io/blog/the-new-ai-development-loop/)

Most organizations lack unified visibility into how their AI systems actually behave. This post explores the organizational visibility gap that probabilistic LLM systems create and the Observe, Understand, Improve loop that closes it.

Miska Kaipiainen November 26, 2025 5 min read

[![Meet the Lens Team at AWS re:Invent 2025](https://lenshq.io/blog/lens-aws-reinvent25/cover.webp)](https://lenshq.io/blog/lens-aws-reinvent25/)

Events

### [Meet the Lens Team at AWS re:Invent 2025](https://lenshq.io/blog/lens-aws-reinvent25/)

The Lens team will be on-site at AWS re:Invent 2025, showcasing Lens Kubernetes IDE, Lens Loop, and Lens Prism at Booth #687, plus hosting an exclusive happy hour event.

Flavius Dinu November 25, 2025 2 min read

[![Lens Loop IDE for LLM application developers](https://lenshq.io/blog/introducing-lens-loop/cover.webp)](https://lenshq.io/blog/introducing-lens-loop/)

Announcements

### [Introducing Lens Loop: The World's First Power Tool for LLM Application Developers](https://lenshq.io/blog/introducing-lens-loop/)

The first IDE purpose-built for observing, debugging, and improving LLM-powered applications. Powered by OpenTelemetry, Loop gives you full visibility into every model call so you can ship AI features with confidence instead of guesswork.

Miska Kaipiainen November 18, 2025 4 min read

[![Meet the Lens Team at Microsoft Ignite 2025](https://lenshq.io/blog/lens-ms-ignite25/cover.webp)](https://lenshq.io/blog/lens-ms-ignite25/)

Events

### [Meet the Lens Team at Microsoft Ignite 2025](https://lenshq.io/blog/lens-ms-ignite25/)

The Lens team will be on-site at Microsoft Ignite, ready to connect with our community. Visit us at Booth #5338 on the expo floor to discuss the latest developments in Lens Kubernetes IDE and Lens Prism, our new AI assistant.

Flavius Dinu November 14, 2025 3 min read

[![Kubernetes ConfigMaps tutorial](https://lenshq.io/blog/kubernetes-configmaps-guide/cover.webp)](https://lenshq.io/blog/kubernetes-configmaps-guide/)

Tutorials

### [Kubernetes ConfigMaps Tutorial: Best Practices & Examples](https://lenshq.io/blog/kubernetes-configmaps-guide/)

Managing multiple application configurations in Kubernetes can be inconvenient. This guide walks through everything needed to understand Kubernetes ConfigMaps, from basics to practical implementation strategies.

Flavius Dinu November 13, 2025 7 min read

[![Kubectl port-forward guide for Kubernetes developers](https://lenshq.io/blog/kubernetes-port-forward/cover.webp)](https://lenshq.io/blog/kubernetes-port-forward/)

Tutorials

### [How to Use Kubectl Port-Forward: Complete Guide for Kubernetes Developers](https://lenshq.io/blog/kubernetes-port-forward/)

Port forwarding is a powerful Kubernetes feature that helps you debug applications, test connections, and access internal dashboards without modifying cluster network configuration.

Flavius Dinu November 7, 2025 7 min read

[![How to manage Kubernetes deployments](https://lenshq.io/blog/kubernetes-deployment-management/cover.webp)](https://lenshq.io/blog/kubernetes-deployment-management/)

Tutorials

### [How to Manage Kubernetes Deployments: Complete Guide 2025](https://lenshq.io/blog/kubernetes-deployment-management/)

Managing Kubernetes deployments involves handling pods, replicas, and updates. This guide walks through essential deployment management tasks you'll encounter in practice.

Flavius Dinu November 3, 2025 6 min read

[![Lens Release October 2025](https://lenshq.io/blog/lens-release-october25/cover.webp)](https://lenshq.io/blog/lens-release-october25/)

Lens Release

### [Lens Release October 2025](https://lenshq.io/blog/lens-release-october25/)

We are proud to announce a new stable release of Lens Desktop that features major improvements to Lens Prism, along with enhancements to AWS EKS integration and the log viewer.

Flavius Dinu October 24, 2025 3 min read

[![Prometheus and Grafana in Kubernetes with Alertmanager and Slack alerts](https://lenshq.io/blog/prometheus-grafana-kubernetes/cover.webp)](https://lenshq.io/blog/prometheus-grafana-kubernetes/)

Tutorials

### [How to Set Up Prometheus and Grafana in Kubernetes with Alertmanager and Slack Alerts](https://lenshq.io/blog/prometheus-grafana-kubernetes/)

Monitoring your Kubernetes clusters is a mandatory step, but the process doesn't have to be intimidating. This tutorial walks through setting up Prometheus with Grafana dashboards on a Minikube cluster and sending Slack alerts via Alertmanager.

Flavius Dinu October 17, 2025 7 min read

[![Kubernetes deployment strategies guide](https://lenshq.io/blog/kubernetes-deployment-strategies/cover.webp)](https://lenshq.io/blog/kubernetes-deployment-strategies/)

Tutorials

### [Mastering Kubernetes Deployment Strategies: Complete End-to-End Guide with Real Example](https://lenshq.io/blog/kubernetes-deployment-strategies/)

Kubernetes offers many deployment options for your applications, and what options you implement determine whether your strategy is smooth or risky. This guide walks through the most important strategies with a real, follow-along example.

Flavius Dinu October 10, 2025 12 min read

[![Best AI tools for Kubernetes in 2025](https://lenshq.io/blog/best-kubernetes-ai-tools/cover.webp)](https://lenshq.io/blog/best-kubernetes-ai-tools/)

Tutorials

### [Best AI Tools for Kubernetes in 2025: Optimize, Troubleshoot & Scale with AI](https://lenshq.io/blog/best-kubernetes-ai-tools/)

Managing Kubernetes, especially in enterprise environments, has outpaced what most humans can manage manually. AI tools powered by ChatGPT, Claude, and AI agents can help reduce operational risk and make systems reliable.

Flavius Dinu October 2, 2025 8 min read

[![Top 15 Kubernetes Use Cases](https://lenshq.io/blog/kubernetes-use-cases/cover.webp)](https://lenshq.io/blog/kubernetes-use-cases/)

Tutorials

### [Top 15 Kubernetes Use Cases](https://lenshq.io/blog/kubernetes-use-cases/)

Kubernetes has transformed how organizations deploy and scale applications. This guide explores the top 15 use cases where Kubernetes excels, from microservices management to AI workloads, and when simpler alternatives may be more appropriate.

Flavius Dinu September 26, 2025 15 min read

[![Lens User Survey 2024 banner](https://lenshq.io/blog/lens-user-survey-2024/cover.webp)](https://lenshq.io/blog/lens-user-survey-2024/)

Community

### [Lens User Survey 2024: The Voice of Our Community](https://lenshq.io/blog/lens-user-survey-2024/)

At Lens we care deeply about our community, and as we prepare the launch of a new annual user survey, we want to share last year's results and how they've influenced our experience over the past year.

Flavius Dinu September 18, 2025 16 min read

[![Lens Release September 2025](https://lenshq.io/blog/lens-release-september25/cover.webp)](https://lenshq.io/blog/lens-release-september25/)

Lens Release

### [Lens Release September 2025](https://lenshq.io/blog/lens-release-september25/)

A new stable release of Lens Desktop featuring improvements to Lens Prism and AWS EKS integration, with UX enhancements and bug fixes.

Flavius Dinu September 16, 2025 3 min read

[![14 Best Kubernetes Tools in 2025](https://lenshq.io/blog/best-kubernetes-tools/cover.webp)](https://lenshq.io/blog/best-kubernetes-tools/)

Tutorials

### [14 Best Kubernetes Tools in 2025](https://lenshq.io/blog/best-kubernetes-tools/)

Kubernetes is flexible, scalable and powerful, but without the right tools, running it in production environments can quickly turn into chaos.

Flavius Dinu September 10, 2025 14 min read

[![Managing AWS EKS Clusters at Scale: Best Practices & Tools](https://lenshq.io/blog/aws-eks/cover.webp)](https://lenshq.io/blog/aws-eks/)

Tutorials

### [Managing AWS EKS Clusters at Scale: Best Practices & Tools](https://lenshq.io/blog/aws-eks/)

Running Kubernetes (K8s) clusters in Amazon Web Services (AWS) is an easy process thanks to Elastic Kubernetes Services (EKS). Managing them at scale, however, is an entirely different process as complexity starts to increase.

Flavius Dinu September 4, 2025 8 min read

[![The most common Kubernetes errors and how to fix them](https://lenshq.io/blog/fix-common-kubernetes-errors/cover.webp)](https://lenshq.io/blog/fix-common-kubernetes-errors/)

Tutorials

### [The Most Common Kubernetes Errors (and How to Fix Them)](https://lenshq.io/blog/fix-common-kubernetes-errors/)

Managing Kubernetes at scale can quickly become cumbersome. Learn the most common Kubernetes errors and how to fix them fast with Lens and Lens Prism.

Flavius Dinu August 29, 2025 13 min read

[![Lens Kubernetes IDE Overview: How to simplify Kubernetes Management](https://lenshq.io/blog/lens-kubernetes/cover.webp)](https://lenshq.io/blog/lens-kubernetes/)

Tutorials

### [Lens Kubernetes IDE Overview: How to simplify Kubernetes Management](https://lenshq.io/blog/lens-kubernetes/)

Managing Kubernetes clusters at scale can be an overwhelming process. Lens - The Kubernetes IDE removes the friction by offering a visual, real-time interface for troubleshooting, monitoring, and inspecting your clusters at scale.

Flavius Dinu August 22, 2025 14 min read

[![One-Click AWS Integration for Lens Desktop](https://lenshq.io/blog/one-click-aws-integration/cover.webp)](https://lenshq.io/blog/one-click-aws-integration/)

Lens Release

### [One-Click AWS Integration – Instant EKS Cluster Access Without the Complexity](https://lenshq.io/blog/one-click-aws-integration/)

Lens already makes working with Kubernetes clusters easier. Now, we're removing one of the biggest roadblocks in the onboarding journey: connecting to your AWS EKS clusters.

Miska Kaipiainen July 16, 2025 4 min read

[![Lens Prism conversational assistant inside Lens Desktop](https://lenshq.io/blog/introducing-lens-prism/cover.webp)](https://lenshq.io/blog/introducing-lens-prism/)

Lens Release

### [Introducing Lens Prism: Your AI-Powered Kubernetes Copilot](https://lenshq.io/blog/introducing-lens-prism/)

Lens Prism brings a context-aware AI assistant into the Kubernetes IDE, plus one-click AWS EKS integration — so you can talk to your clusters instead of memorizing kubectl.

Miska Kaipiainen July 2, 2025 7 min read

[![Lens plans and pricing update](https://lenshq.io/blog/lens-plans-and-pricing-update/cover.webp)](https://lenshq.io/blog/lens-plans-and-pricing-update/)

Announcements

### [Lens Plans & Pricing Update](https://lenshq.io/blog/lens-plans-and-pricing-update/)

Lens has grown to serve over a million users with diverse use cases. We've redesigned our pricing structure to better align with real-world needs across individuals and organizations.

Miska Kaipiainen June 4, 2025 4 min read

[![Lens ID Two-Factor Authentication](https://lenshq.io/blog/lens-id-just-leveled-up-your-security-with-two-factor-authentication/cover.webp)](https://lenshq.io/blog/lens-id-just-leveled-up-your-security-with-two-factor-authentication/)

Announcements

### [Lens ID Just Leveled-Up Your Security with Two-Factor Authentication](https://lenshq.io/blog/lens-id-just-leveled-up-your-security-with-two-factor-authentication/)

Two-Factor Authentication (2FA) is now available for every Lens ID account, adding a time-based one-time passcode check on top of your password for enhanced security.

Lauri Nevala May 6, 2025 1 min read

[![Lens Desktop Hotbar release banner](https://lenshq.io/blog/hotbar-is-back/cover.webp)](https://lenshq.io/blog/hotbar-is-back/)

Lens Release

### [Hotbar is Back!](https://lenshq.io/blog/hotbar-is-back/)

We're excited to announce the latest release of Lens Desktop, bringing back one of the most beloved features of all time - Hotbar - stronger and more powerful than ever.

Miska Kaipiainen April 10, 2025 4 min read

[![Contextual Tab Filtering in Lens](https://lenshq.io/blog/introducing-contextual-tab-filtering-in-lens/cover.webp)](https://lenshq.io/blog/introducing-contextual-tab-filtering-in-lens/)

Lens Release

### [Introducing Contextual Tab Filtering in Lens: Streamline Your Kubernetes Workflow and Reduce Tab Clutter](https://lenshq.io/blog/introducing-contextual-tab-filtering-in-lens/)

This update introduces Contextual Tab Filtering, a feature designed to help you stay organized while managing multiple clusters by ensuring only tabs relevant to your current context remain visible.

Miska Kaipiainen February 19, 2025 3 min read

[![Lens User Survey banner](https://lenshq.io/blog/lens-user-survey-2023/cover.webp)](https://lenshq.io/blog/lens-user-survey-2023/)

Community

### [Lens User Survey: The Voice of Our Community](https://lenshq.io/blog/lens-user-survey-2023/)

The team reflects on 2023 survey results and their impact on Lens development, highlighting how user feedback shaped the product while introducing a new 2024 survey to guide future improvements.

Miska Kaipiainen October 22, 2024 17 min read

[![Beyond Metrics: How KPIs Drive Lens's Engineering Evolution](https://lenshq.io/blog/how-kpis-drive-lens-engineering-evolution/cover.webp)](https://lenshq.io/blog/how-kpis-drive-lens-engineering-evolution/)

Engineering

### [Beyond Metrics: How KPIs Drive Lens's Engineering Evolution](https://lenshq.io/blog/how-kpis-drive-lens-engineering-evolution/)

In the world of software development, it's often said that what gets measured gets managed. But at Lens, we're not interested in just managing—we're aiming to redefine how teams can push the boundaries of what's possible with Kubernetes.

Mario Sarcher October 21, 2024 4 min read

[![A fresher, more powerful version of Lens](https://lenshq.io/blog/lens-just-got-better-october-2024/cover.webp)](https://lenshq.io/blog/lens-just-got-better-october-2024/)

Lens Release

### [Lens Just Got Better: A Fresher, More Powerful Version of Lens Out Now!](https://lenshq.io/blog/lens-just-got-better-october-2024/)

With over a million individual users and 50,000 organizations using Lens, the latest version introduces a host of enhancements that transform how you interact with Kubernetes, making management more intuitive and efficient.

Miska Kaipiainen October 1, 2024 6 min read

[![Illustration of the next generation of Lens Kubernetes IDE](https://lenshq.io/blog/journey-to-the-next-generation-of-lens/cover.webp)](https://lenshq.io/blog/journey-to-the-next-generation-of-lens/)

Engineering

### [The Journey to the Next Generation of Lens: A Modern Kubernetes IDE for the Future](https://lenshq.io/blog/journey-to-the-next-generation-of-lens/)

Lens Desktop, the world's most popular Kubernetes IDE with over 1 million users, is about to take a significant leap forward. The modernization effort refreshes both design and underlying architecture to meet evolving cloud-native developer needs.

Miska Kaipiainen September 11, 2024 3 min read

[![Simplify Kubernetes monitoring and management with Lens Desktop](https://lenshq.io/blog/simplify-kubernetes-monitoring-and-management-with-lens-desktop/cover.webp)](https://lenshq.io/blog/simplify-kubernetes-monitoring-and-management-with-lens-desktop/)

Tutorials

### [Simplify Kubernetes Monitoring and Management with Lens Desktop: A Comprehensive Guide](https://lenshq.io/blog/simplify-kubernetes-monitoring-and-management-with-lens-desktop/)

Managing Kubernetes workloads efficiently is crucial for ensuring the stability and performance of your applications. Lens Desktop streamlines this process, providing real-time insights and control over your Kubernetes environments.

Daiani Macedo July 30, 2024 4 min read

[![Adding a Kubernetes cluster to Lens](https://lenshq.io/blog/how-to-add-a-cluster-to-lens-a-step-by-step-guide/cover.webp)](https://lenshq.io/blog/how-to-add-a-cluster-to-lens-a-step-by-step-guide/)

Tutorials

### [How to Add a Cluster to Lens: A Step-by-Step Guide](https://lenshq.io/blog/how-to-add-a-cluster-to-lens-a-step-by-step-guide/)

Adding your Kubernetes cluster to Lens is a straightforward process that enables you to manage and monitor your workloads with ease.

Daiani Macedo July 17, 2024 4 min read

[![Announcing Lens 2024](https://lenshq.io/blog/announcing-lens-2024/cover.webp)](https://lenshq.io/blog/announcing-lens-2024/)

Announcements

### [Announcing Lens 2024](https://lenshq.io/blog/announcing-lens-2024/)

After an intense period of development, involving more than 1,800 commits and changes to over 5,000 files, we are thrilled to announce that the most substantial update to Lens Desktop since its inception is almost here.

Miska Kaipiainen March 12, 2024 4 min read

[![Lens Security Center](https://lenshq.io/blog/introducing-lens-security-center/cover.webp)](https://lenshq.io/blog/introducing-lens-security-center/)

Lens Release

### [Introducing Lens Security Center](https://lenshq.io/blog/introducing-lens-security-center/)

Security is of utmost importance for all organizations, and we understand that at Lens. That's why we're proud to introduce Lens Security Center, a feature that empowers Lens users to identify vulnerabilities and misconfigurations in their workloads and clusters with ease.

Lee Namba March 2, 2023 8 min read

[![Join us on Lens Forums banner](https://lenshq.io/blog/join-us-on-lens-forums/cover.webp)](https://lenshq.io/blog/join-us-on-lens-forums/)

Community

### [Join us on Lens Forums!](https://lenshq.io/blog/join-us-on-lens-forums/)

The Lens team announces a brand-new community forums platform, inviting members to discover knowledge, connect with other enthusiasts, and engage in discussions about use cases, troubleshooting, and extensions development.

Elodie Meste February 13, 2023 1 min read

[![Join Team Lens](https://lenshq.io/blog/join-team-lens/cover.webp)](https://lenshq.io/blog/join-team-lens/)

Company

### [Join Team Lens](https://lenshq.io/blog/join-team-lens/)

Mirantis is recruiting senior engineers to help advance Lens, the leading IDE for Kubernetes, used by over 700k DevOps professionals. Join the Lens revolution and shape the future of Kubernetes development!

Elodie Meste January 13, 2023 2 min read

[![Lens security and compliance continuous updates](https://lenshq.io/blog/lens-security-and-compliance-change-to-continuous-updates-model/cover.webp)](https://lenshq.io/blog/lens-security-and-compliance-change-to-continuous-updates-model/)

Engineering

### [Lens Security & Compliance, Change to Continuous Updates Model](https://lenshq.io/blog/lens-security-and-compliance-change-to-continuous-updates-model/)

Security is the number one priority for most organizations, and Lens has moved to a modern continuous update model so users always have the latest security fixes automatically applied in the background.

Miska Kaipiainen November 16, 2022 4 min read

[![Team Lens at AWS re:Invent](https://lenshq.io/blog/meet-team-lens-aws-re-invent/cover.webp)](https://lenshq.io/blog/meet-team-lens-aws-re-invent/)

Events

### [Meet Team Lens @ AWS re:Invent](https://lenshq.io/blog/meet-team-lens-aws-re-invent/)

Team Lens of Mirantis, creators of Lens, the world's most popular Kubernetes IDE, will be at AWS re:Invent (Nov 28 to Dec 2, 2022), one of the year's biggest technology events.

Elodie Meste November 7, 2022 1 min read

[![Lens Kubernetes development environment](https://lenshq.io/blog/lens-kubernetes-is-all-you-need-in-the-development-env-to-build-ship-and-run/cover.webp)](https://lenshq.io/blog/lens-kubernetes-is-all-you-need-in-the-development-env-to-build-ship-and-run/)

Tutorials

### [Lens Kubernetes is all you need in the development env to build, ship, and run](https://lenshq.io/blog/lens-kubernetes-is-all-you-need-in-the-development-env-to-build-ship-and-run/)

How containers and Kubernetes let developers build, ship, and run cloud-native applications, and how the Lens Desktop Kube feature in Lens 6 consolidates many developer tools into one to reduce complexity.

Elodie Meste October 18, 2022 1 min read

[![Lens Business ID](https://lenshq.io/blog/easily-manage-lens-subscriptions-for-teams-with-lens-business-id/cover.webp)](https://lenshq.io/blog/easily-manage-lens-subscriptions-for-teams-with-lens-business-id/)

Tutorials

### [Easily Manage Lens Subscriptions for Teams with Lens Business ID](https://lenshq.io/blog/easily-manage-lens-subscriptions-for-teams-with-lens-business-id/)

Lens Business ID is designed to make purchasing and managing multiple Lens subscriptions as easy as possible for larger teams, businesses and organizations.

Elodie Meste October 17, 2022 1 min read

[![Eliminating Kubernetes Complexity for Developers Using Lens](https://lenshq.io/blog/eliminating-kubernetes-complexity-for-developers-using-lens/cover.webp)](https://lenshq.io/blog/eliminating-kubernetes-complexity-for-developers-using-lens/)

Tutorials

### [Eliminating Kubernetes Complexity for Developers Using Lens](https://lenshq.io/blog/eliminating-kubernetes-complexity-for-developers-using-lens/)

Containers and Kubernetes changed how we build, deploy, and run applications, yet getting started with Kubernetes development and daily cluster interactions remains extremely complex. This post walks through the typical developer workflow and how Lens Platform simplifies it.

Lee Namba September 27, 2022 1 min read

[![5 Things You Didn't Know You Could Do with Lens](https://lenshq.io/blog/5-things-you-didn-t-know-you-could-do-with-lens/cover.webp)](https://lenshq.io/blog/5-things-you-didn-t-know-you-could-do-with-lens/)

Tutorials

### [5 Things You Didn't Know You Could Do with Lens](https://lenshq.io/blog/5-things-you-didn-t-know-you-could-do-with-lens/)

Over 750,000 users and many thousands of organizations rely on Lens to interact with Kubernetes clusters. Even experienced users may not have discovered every feature Lens has to offer.

Lee Namba September 15, 2022 1 min read
