1. Create an account
Before you get started, make sure to create an account at app.komodo.io.2. Install Komodo CLI and authenticate
Install the CLI:
3. Launch a machine
Let’s spin up a development machine Copy the following YAML into adev.yaml
file:
3. Launch a job - Hello World!
Let’s define our very first job, a simple Hello World! program. Copy the following YAML into ahello.yaml
file:
run
section. This section defines how to run your job.
To launch this job, simply run:
4. Launch a service
Now let’s define our very first service, a simple python HTTP server. Copy the follwing YAML into ahttp-service.yaml
file:
run
section, we start our service on port 8000 (and expose port 8000 in the resources
section),
and the service
sections defines the parameters that are used to determine how to scale your service.
To launch this service, simply run: