mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-01 18:38:06 +00:00
Add some explanations
This commit is contained in:
22
charts/README.md
Normal file
22
charts/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Starting Databunker DEMO using Kubernetes
|
||||
|
||||
You can run the following command:
|
||||
```
|
||||
helm install databunker-demo ./databunker-demo --set service.type=NodePort
|
||||
```
|
||||
|
||||
The `./databunker-demo` directory must contain all help chart files for the **databunker-demo** project.
|
||||
|
||||
## Default port for NodePort
|
||||
|
||||
The default port is **30300**.
|
||||
|
||||
## Running Kubernetes on the local machine
|
||||
|
||||
You can open `http://localhost:30300/` in your browser.
|
||||
|
||||
## Using AWS KMS
|
||||
|
||||
You will need to get to know what is the public IP address of the Kubernetes node used to run the service.
|
||||
|
||||
You need to open port **30300** on the same host in the security groups configuration.
|
||||
Reference in New Issue
Block a user