Access your application
KubeMaya includes the tab APPS to show all the applications that you installed using the UPLOAD feature. To access an specific application follow the next steps:
- To access your application go to the APPS tab
- Click on the button with the name of your application, for example DEMO1
3. The application will show like this
Note: This demo application is based on the default templates created by using the kubemaya.sh
How KubeMaya deploys your application
KubeMaya run some steps in order to deploy your application:
- Uploads the tgz file in the device
- Copy the tar files containing your container images into a folder where K3s can load them to be used in deployments
- Create a namespace with the same name of your application to deploy it
- Create a service to expose your application through the access point by using Traefik
Note: For more details check the architecture document and the deploy.sh script file in the mayaui source code.