Understanding How Meshery Generates Models
Meshery uses a combination of techniques to generate models for capabilities defined in its Registry. The following are the primary techniques used:
- Static Models: Pre-defined models included with each Meshery release. See the full list of static models.
- Dynamic Models: Generated at run-time by connecting Meshery to supported platforms like Kubernetes clusters or cloud providers.
Importing Models into the Registry using Meshery CLI
To register a model using the Meshery CLI, you can use the mesheryctl command to import a model from a specified path:
mesheryctl model import -f <path-to-model>
Using Meshery UI
You can also register a model through the Meshery UI:
- Navigate to the Settings β Registry page.
- Click the "Import" button.
- Select the model you want to import.
Suggested Reading
- Managing Events with Notification Center - Meshery tracks operations performed on your infrastructure and workloads, and provides notification of environment issues, application conflicts with infrastructure configuration, policy violations, and so on.