Setup Kubernetes Components
Add e6data Helm Charts Repository
The Helm chart creates a service account that will be used by the e6data cluster to leverage OIDC (OpenID Connect) authentication and obtain read permissions to access the data buckets. It also creates roles and role bindings in the AKS cluster for the e6data control plane.
These roles and role bindings define the permissions and access levels for the control plane user within the cluster, allowing it to perform specific actions and interact with resources as required by the e6data workspace.
GitHub - e6x-labs/helm-chartsGitHub
Edit values.yaml
values.yaml
Navigate to
./helm-charts/charts/workspace/
Open the
values.yaml
fileReplace
<E6DATA_USER_ASSIGNED_IDENTITY_CLIENT_ID>
with the ClientID of the managed identity created previously.Replace
<OBJECT_ID_OF_THE_E6DATA_APP_REGISTRATION>
with the ObjectID of the app registration created previously.Replace
<WORKSPACE_NAME>
with the name of the e6data workspace you will be creating.Replace the
<NODE_POOL_NAME>
&<NODE_CLASS_NAME>
with the name provided in the previous node pool and node class creation steps.Save the edited
values.yaml
file
Please make note of the Workspace Name, it will be required when creating the Workspace in the e6data Console:
Run Helm Charts3
When the Helm chart finishes running, proceed to the e6data Console to create a Workspace.
Last updated