This repository contains a collection of service definitions for the null platform. It provides pre-configured services that can be deployed and managed within Kubernetes environments.
- Service Catalog
- Databases
- Usage
- Contributing
Each service is defined by its specification files and includes:
- Service Specification (
service-spec.json): Defines the service metadata, attributes, and capabilities - Action Definitions: JSON files describing custom actions the service can perform
- Link Definitions: JSON files describing how the service can be linked to other resources
- Implementation Scripts: Shell scripts that handle the actual service operations
When adding new services:
- Follow the existing directory structure pattern
- Include proper service specifications with required attributes
- Document all available actions and links
- Ensure proper security configurations for production readiness