mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
feature: helm chart configurations to deploy beelzebub on kubernetes (#63)
* Initial helm chart configuration * configure config map with beelzebub configuration * edit README.md add helm docs * configured config maps *parametric configmaps using values.yaml * addd services confgiuration by chart values * update readme.md
This commit is contained in:
18
README.md
18
README.md
@ -58,6 +58,21 @@ We provide two quick start options for build and run Beelzebub: using Docker Com
|
||||
$ ./beelzebub
|
||||
```
|
||||
|
||||
### Deploy on kubernetes cluster using helm
|
||||
|
||||
1. Install helm
|
||||
|
||||
2. Deploy beelzebub:
|
||||
|
||||
```bash
|
||||
$ helm install beelzebub ./beelzebub-chart
|
||||
```
|
||||
|
||||
3. Next release
|
||||
|
||||
```bash
|
||||
$ helm upgrade beelzebub ./beelzebub-chart
|
||||
```
|
||||
## Testing
|
||||
|
||||
We provide two types of tests: unit tests and integration tests.
|
||||
@ -82,13 +97,14 @@ $ make test.integration
|
||||
|
||||
Beelzebub offers a wide range of features to enhance your honeypot environment:
|
||||
|
||||
- OpenAPI ChatBot GPT-3 Linux virtualization
|
||||
- OpenAI Generative Pre-trained Transformer act as Linux virtualization
|
||||
- SSH Honeypot
|
||||
- HTTP Honeypot
|
||||
- TCP Honeypot
|
||||
- Prometheus openmetrics integration
|
||||
- Docker integration
|
||||
- RabbitMQ integration
|
||||
- kubernetes
|
||||
|
||||
## Example Configuration
|
||||
|
||||
|
Reference in New Issue
Block a user