Install Landing Page
A simple html page to navigate Camunda apps and other aspects covered in this program.
Open a new terminal in VS Code.
Set the namespace variable. Use the namespace assigned to you.
Set the namespace variable. Use the namespace assigned to you.
export UNAMESPACE=$UNAMESPACE
Run below command to deploy the landing page app.
envsubst '${UNAMESPACE}' < deploy-landing-page.yaml | kubectl apply -f -
Open browser and access the landing page.
https://$UNAMESPACE.makelabs.in
Note: If the page is not accessible, you may continue with the next steps. You can test this after completing the Camunda app install. (before Deploy sample app)