Month: May 2023
-
VMware Orchestrator script that adds a virtual machine to a DRS group
Script is below This script first gets a reference to the vCenter server, the DRS cluster, and the virtual machine you want to add to the DRS group. It then checks if a DRS group already exists in the cluster, and if so, it creates a new VcClusterGroupVmGroup object representing the virtual machine and adds…
-
VMware NSX-T: New Features
VMware NSX-T is a network virtualization and security platform designed for multi-cloud environments. It provides a range of services for network automation, security, and virtualization. With every new release, NSX-T introduces new features and improvements to enhance the platform’s functionality and ease of use. Here are some of the latest new features in NSX-T. NSX-T…
-
WORKSPACE ONE ACCESS INTEGRATION WITH NSX-T
Very quick walkthrough on how to integrate NSX-T and Workspace One Access (VIDM) This allows workspace one to create a OAuth connection with NSX-T where you can control user access via Active directory and instead of trying to manage local accounts. Logon to NSX-T manager > System settings > user management Then Login into Workspace…
-
Adding VM Notes and Custom Attributes with vRA8
First I’ll add a few new inputs to the cloud template in Cloud Assembly: I’ll also need to add these to the resources section of the template so that they will get passed along with the deployment properties: vRO Workflow Okay, so we’ve got the information to pass on to vCenter. Now I need to…
-
Installing K9S on Kubernetes
K9S is a command-line interface (CLI) tool that allows you to manage Kubernetes clusters from the terminal. It provides an intuitive user interface and helps you quickly navigate through resources in your cluster. To install K9S on your Kubernetes cluster, follow the steps below: Step 1: Download K9S binary The first step is to download…