Core Concepts
Applications
1min
Apps are the core of your project, representing the code you write and store in your Git account. They are deployed within cluster components, which can be hosted on platforms like Kubernetes, Fargate, or Lambda. These apps run on the infrastructure defined by your components, bringing your project's functionality to life.
- Core Functionality: Apps represent the essential logic and services of your project, running on the infrastructure defined by your components.
- Git Integration: Your app’s code is version-controlled in Git, making it easy to manage and collaborate on.
- Cluster Deployment: Apps are deployed within clusters, providing the environment needed to run your applications, whether containerized or serverless.
- Infrastructure Support: The infrastructure components in Microtica provide the necessary resources, networking, and security to keep your apps running smoothly.
- Scalability: Clusters allow your apps to scale according to demand, supporting both simple and complex architectures.
- Unified Management: Microtica lets you manage deployments, monitor performance, and handle environments all in one place, keeping your workflow streamlined.
Apps in Microtica are seamlessly integrated with the infrastructure, allowing you to deploy and manage your applications efficiently while focusing on your code.
Updated 15 Aug 2024
Did this page help you?