Deploy your application
Microtica provides a range of ready-to-use application templates for quick deployment. These templates cover popular frontend and backend frameworks like:
You can deploy these applications on Kubernetes, either by provisioning a new cluster through Microtica or connecting to an existing one, whether on any cloud provider or on-premise.
Here’s a short video to guide you through deploying an application on Kubernetes with Microtica.
To create an application, select any template from the list and follow the guide. There are only three steps to deploy an application to the cloud:
Connect your GitHub, BitBucket, or GitLab account to Microtica. You can either create a new repository for your application or import an existing one. This repository will house your application’s code and manage version control.
Choose your deployment environment. You can either create a new Amazon EKS cluster or connect to an existing Kubernetes cluster. This step sets up the infrastructure needed to run your application.
Review the setup configurations and initiate the deployment process. Microtica handles the automated deployment, providing real-time logs to monitor progress. Once the deployment is complete, you can access and manage your application directly from the Microtica Console.
To make your application accessible from the Internet, you’ll need to assign a custom domain. This can be done from the app settings:
- Navigate to the Environment where your app is deployed.
- Select your App.
- Click on the Settings button.
- Go to the Domain tab in the settings.
From there, you can configure your custom domain and make your application publicly accessible.
For detailed instructions on configuring your custom domain, view the full documentation here.