Skip to content

Installation

Learn how to set up your environment for developing and deploying Fleet Manager applications.

Prerequisites

  • Access to Scale Computing HyperCore infrastructure
  • Fleet Manager API or UI access
  • Basic understanding of virtualization concepts

Development Environment Setup

YAML Editor Configuration

Configure your editor with schema validation:

{
  "yaml.schemas": {
    "https://kraken.scalecomputing.com/schemas/application/v1.0.0.json": [
      "**/*manifest.yaml"
    ]
  }
}

Command Line Tools

Install validation tools:

pip install jsonschema pyyaml

Next Steps