Microsoft Azure
Installer Guide for Microsoft Azure
Last updated
Installer Guide for Microsoft Azure
Last updated
There are two scenarios when deploying the LightBeam application:
The AKS (Azure Kubernetes Service) cluster is already present on the customer account.
The AKS cluster is to be deployed by LightBeam.
This pre-setup is required only for the second scenario.
Create a micro instance (Ubuntu OS) to use as a Jump Box VM to configure and access the AKS clusters.
Install unzip
package:
sudo apt-get update
sudo apt-get install unzip
Install Kubectl CLI:
curl -LO "https://dl.k8s.io/release/
$(
curl -L -s https://dl.k8s.io/release/stable.txt
)
/bin/linux/amd64/kubectl"
chmod +x kubectl
mv kubectl /usr/local/bin/
kubectl version
Install Helm CLI:
Download the release from here:
Run the following commands:
tar -xvf
mv linux-amd64/helm /usr/local/bin/
ii) Click on Kubernetes services. You will see the following page:
iii) Click on Create Kubernetes cluster.
iv) Provide Kubernetes cluster name. Give the same name to a resource group.
Select a VM size. We recommend a node with resource 8vCPU and 32 GB memory per node.
Once the instance type is selected, choose the Manual option for the Scale method.
Set node count to 3 (minimum)
iv) Click on the Review + Create button.
v) Once the validation is passed, click on the Create button which will start the AKS cluster deployment.
vi) Once the deployment is ready, the AKS cluster will be ready for access.
Click on Go To Resource once the deployment is completed.
vii) Click on Connect. This will open up the following window on the right side:
Additional Setup to access the AKS cluster from the local machine or VM running in Azure.
To set up Azure CLI on your system:
To authenticate Azure CLI on your system:
az account set --subscription <SUBSCRIPTION_ID>
az aks get-credentials --resource-group <GROUP_NAME> --name <CLUSTER_NAME>
kubectl get nodes
Use the --aks
flag in the installer command to specify the platform used is Azure AKS.
LightBeam automates Privacy, Security, and AI Governance, so businesses can accelerate their growth in new markets. Leveraging generative AI, LightBeam has rapidly gained customers’ trust by pioneering a unique privacy-centric and automation-first approach to security. Unlike siloed solutions, LightBeam ties together sensitive data cataloging, control, and compliance across structured and unstructured data applications providing 360-visibility, redaction, self-service DSRs, and automated ROPA reporting ensuring ultimate protection against ransomware and accidental exposures while meeting data privacy obligations efficiently. LightBeam is on a mission to create a secure privacy-first world helping customers automate compliance against a patchwork of existing and emerging regulations.
i) Login to the and search for “Kubernetes services”.
Follow the installation instructions in the .
For any questions or suggestions, please get in touch with us at: .