Getting Started with Rafay
Prerequisites
Registered with Rafay and account created
- Register with Araali to create an account to:
Access the UI dashboard
Install araalictl and authorize it
Help with generation of Helm values.yaml
Araali UI Login
- Open a chrome browser and go to [Araali Console](https://console.araalinetworks.com)

Click Sign Up to register
You are in!!
- Now, in the left-hand panel, go to Administration and then Araali Tools. You will use this page to authorize Araalictl

Generating Helm values.yaml
__Follow the steps below to generate a values.yaml file to use with Araali Helm chart for your cluster.__
### Setup
Download Araalictl * On Linux
`console curl -O https://s3-us-west-2.amazonaws.com/araalinetworks.cf/araalictl.linux-amd64 `- On Mac
`console curl -O https://s3-us-west-2.amazonaws.com/araalinetworks.cf/araalictl.darwin-amd64 `
Make it executable
`console chmod +x araali* ln -sf araali* araalictl `Authorize araalictl
`console sudo ./araalictl authorize <email-id> `
Now go to Araali UI >> Administration >> Araali Tools to approve the araalictl session. 
### Execution
- Check if araalictl is installed
`console ./araalictl version -v `
- Generate helm values::
`console ./araalictl fortify-k8s -out=helm > /tmp/values.yaml `
Create Rafay Repository for Araali Helm chart access
Add Araali Helm repository to Rafay - [Create Rafay Araali Helm Registry](https://console.rafay.dev/#/app/repositories)

The Rafay repository will be used in the Araali addon below
Create Rafay AddOn for Araali Firewall
Add Araali addon to Rafay - [Create Rafay Araali AddOn](https://console.rafay.dev/#/app/addons)
Click on New AddOn 
Click on New Version 
Upload the previously created values.yaml file
`console Chart Name: araali-fw Chart Version: 1.0.0 `
4. Edit the values.yaml in Rafay to get the runtime clustername from Rafay.

The Rafay addon will be used in the Araali Blueprint below
Create Rafay Blueprint that uses Rafay AddOn
Add Araali blueprint to Rafay - [Create Rafay Araali Blueprint](https://console.rafay.dev/#/app/blueprints)
Click on New AddOn 
Click on New Version 
Use the addon created above in the add AddOn section
This blueprint will be applied to the cluster
Enable Rafay Blueprint on the cluster
Add Araali Blueprint to Rafay - [Create Rafay Araali Blueprint](https://console.rafay.dev/#/app/blueprints>)
Click on the settings wheel icon and select
Update Blueprint
Pick the Blueprint and Version created in previous step 
Once the changes are saved, the Araali add on is __activated in the cluster__. Check for the sync to finish and visit the Araali Dashboard for instant visibility into your cluster.
Araali Dashboard
Go back to the Araali UI and click dashboard. You can see an inventory of your assets covered as well as detailed audits of your communication.

Uninstalling Araali
Select the default blueprint and apply it to the cluster