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.


export UNAMESPACE=$UNAMESPACE
export WEBPAGEAPPURL=asia-south2-docker.pkg.dev/c8-labs/c8-labs-repo/toolkit-c8-labs-nginx-static:v1
                    
                

Run below command to deploy the landing page app.


envsubst '${UNAMESPACE} ${WEBPAGEAPPURL}' < 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)