LoKO Logo

LoKO Catalog v1

Pre-configured workloads for local Kubernetes development

Workload Categories

๐Ÿ—„๏ธ Databases

Relational, document, and NoSQL stores with optional UI companions.

postgres mysql mongodb dynamodb-local

โšก Cache & KV

In-memory key-value stores and caching layers.

valkey memcached

๐Ÿ“จ Message Queues

Async messaging, streaming, and pub/sub brokers.

rabbitmq nats redpanda elasticmq

๐Ÿชฃ Object Storage

S3-compatible local object storage.

garage

๐Ÿ”ง DevOps & CI/CD

Source control and continuous integration tools.

forgejo forgejo-runner

๐Ÿงช Dev & Testing Tools

Utilities to support local development and integration tests.

mock-smtp-sms

๐Ÿš€ GitOps

Continuous delivery and cluster reconciliation operators.

argocd flux-operator flux-instance

๐Ÿค Collaboration

Shared diagramming and team tools.

excalidraw

Catalog Files

๐Ÿ“„ catalog.yaml Root manifest โ€” includes all categories and templates
๐Ÿ“„ components.yaml Reusable Helm component definitions
๐Ÿ“„ repositories.yaml Helm repository sources
๐Ÿ“„ examples.yaml Configuration examples and project templates
๐Ÿ“„ workloads/databases.yaml Postgres, MySQL, MongoDB, DynamoDB Local
๐Ÿ“„ workloads/cache.yaml Valkey, Memcached
๐Ÿ“„ workloads/messaging.yaml RabbitMQ, NATS, Redpanda, ElasticMQ
๐Ÿ“„ workloads/storage.yaml Garage (S3-compatible)
๐Ÿ“„ workloads/devops.yaml Forgejo, Forgejo Runner
๐Ÿ“„ workloads/devtools.yaml Mock SMTP/SMS
๐Ÿ“„ workloads/gitops.yaml ArgoCD, Flux Operator, Flux Instance
๐Ÿ“„ workloads/collaboration.yaml Excalidraw

CLI Commands

# List all available workloads
loko catalog list

# Search by name or tag
loko catalog search postgres

# Show workload details and available presets
loko catalog info postgres

# Install a workload into your environment
loko workload install postgres

# Install with a specific preset
loko workload install postgres --preset postgres-ui

# Sync catalog from remote (update to latest)
loko catalog sync

# Point to a custom catalog source
loko catalog use https://raw.githubusercontent.com/getloko/catalog/main/catalog.yaml

Documentation

Full catalog docs, schema reference, and contribution guidelines live in the LoKO docs site.

Browse Catalog Docs โ†’