Meet the New Features:

  1. Cluster Comparison Tool: Easily compare two Kubernetes clusters to identify configuration differences or inconsistencies. This feature is invaluable for troubleshooting, especially when determining why one cluster behaves differently from another. Use it to spot differences in provisioning states or configurations at a glance.

  2. Enhanced Cluster Creation: The upgraded UX for creating new clusters streamlines the process, allowing developers to initiate new clusters with standard setups directly from VS Code. This feature is particularly useful for quickly setting up development or test environments without leaving the code editor.

diagram-export-3-13-2024-1_10_45-PM.png

  1. Reconcile and Abort Operations: Gain better control over your cluster operations with the ability to reconcile or abort operations directly from VS Code. Reconciling applies the desired state to a running cluster, helping to correct any deviations. The abort functionality allows you to cancel the most recently started operation, providing a safety net for mistaken commands.

  2. Granular TCP Dump Capturing: Troubleshoot network issues more effectively with integrated TCP dump capabilities. This feature simplifies the complex setup traditionally required for capturing network packets, offering a straightforward interface within VS Code.

  3. The Eraser Tool: Keep your clusters lean and secure by erasing older, unused images from your nodes. This tool helps in managing disk space and maintaining a clean and efficient environment.

In-Depth Look at the Features:

Comparing AKS Clusters: This feature responds to a common request from our community. Developers can now compare two clusters with a simple click, eliminating the need for manual JSON comparisons. This is particularly handy for blue-green deployments and for identifying configuration drifts.

Creating Clusters with Ease: The new creation UX is designed to be intuitive, allowing for one-click cluster creation. This feature supports developers in maintaining their flow, enabling the rapid provisioning of new clusters for various purposes.

Managing Operations: The reconcile and abort features bring a new level of control to cluster management. Reconcile ensures that clusters align with their intended state, while abort provides an immediate stop to unwanted operations, enhancing operational safety.

TCP Dump Made Easy: The TCP dump feature addresses the technical challenge of network troubleshooting within Kubernetes environments. By integrating this capability into VS Code, developers can initiate captures and analyze network traffic without leaving their development environment, streamlining the debugging process.

Clean Up with Eraser: Disk space management and security are ongoing concerns in Kubernetes clusters. The Eraser tool automates the cleanup of unused images, helping to prevent disk space issues and maintain a secure and tidy environment.