This repository serves as a template for creating modules for the Deckhouse Kubernetes Platform. Deckhouse is a comprehensive and flexible Kubernetes management platform designed to simplify cluster maintenance and operations.
The goal of this template is to provide a structured starting point for developers looking to create their own modules to extend Deckhouse's functionality.
- Structured Layout: Follow best practices in module design with a clear directory structure.
- Customization: Easily customize the template to fit your specific requirements.
- Compatibility: Ensure your module integrates seamlessly with the Deckhouse platform.
These instructions will help you set up and modify the module template for your specific use case.
Before you begin, ensure you have met the following requirements:
- Deckhouse Platform installed and running on your Kubernetes cluster.
- Basic knowledge of Kubernetes and Helm charts.
- Reading the doc about (how to create your own module](https://deckhouse.io/products/kubernetes-platform/documentation/v1/module-development/).