Alternative 2: Ansible - Step-by-Step
Step-by-step deployment option uses kubectl and Helm commands to facilitate a more customized deployment plan
Set-up the Deployer
kubectl create namespace deploymentkubectl create serviceaccount --namespace=deployment deployer-sakubectl create clusterrole deployer-admin --verb=* --resource=*kubectl create clusterrolebinding deployer-admin:deployment:deployer-sa --clusterrole=deployer-admin --serviceaccount=deployment:deployer-sa --namespace=deploymenthelm upgrade --install global-deployment https://rierino-open.github.io/helm-charts/unit/global --namespace=deploymentPopulate Assets
Deploy Admin Core Runners
Prepare Namespace
Deploy Core Runners
Deploy Authentication Runner
Deploy Admin Gateway Services
Prepare Namespace
Deploy API Gateway
Deploy Admin UI
Prepare Namespace
Deploy Front-end
Last updated
