Skip to content

P4: Custos Deployment Custos Deployment Step 3

anbadrin edited this page May 6, 2022 · 7 revisions

Initial Steps

Back to Home

The yaml files are all in the branch https://github.com/airavata-courses/orion/tree/custos-deployment

On the master node, follow the steps:-

  1. Open the cluster link on the Rancher UI. Click on the kubeconfig file on the top right corner:-

img

  1. Copy the file content and paste it into the ~/.kube/config file. If this file or folder does not exist, create one like we have done below:-

img

img

Modify the file and save.

  1. The kubectl command won't already be installed. The following command can be used to install it or you could refer kubectl page for installing using curl command.

img

  1. You can clone our repository and switch to the custos-deployment branch to get access to the yaml files. You can also copy these files into your repository and use that instead. We have used Team Scapsulators's branch to create our branch.

img

  1. Install helm using sudo snap

img

  1. Create the namespaces, custos, keycloak and vault using the following commands
create namespace custos
create namespace keycloak
create namespace vault

img

  1. Create a hashicorp directory and give 777 permission on all the 3 VM's

img

img

Clone this wiki locally