|
|
@ -1,9 +1,11 @@
|
|
|
|
# Kubernetes Deployment
|
|
|
|
# Kubernetes Deployment
|
|
|
|
|
|
|
|
|
|
|
|
## Origin Deploy
|
|
|
|
## Resource Requests
|
|
|
|
|
|
|
|
- CPU: 2 cores
|
|
|
|
## First, Deployment All config and services
|
|
|
|
- Memory: 4 GiB
|
|
|
|
|
|
|
|
- Disk usage: 20 GiB (on Node)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Origin Deploy
|
|
|
|
1. Enter the target dir
|
|
|
|
1. Enter the target dir
|
|
|
|
`cd ./deployments/deploy/`
|
|
|
|
`cd ./deployments/deploy/`
|
|
|
|
|
|
|
|
|
|
|
@ -19,7 +21,7 @@ Run infrasturcture components.
|
|
|
|
>Note: Ensure that infrastructure services like MinIO, Redis, and Kafka are running before deploying the main applications.
|
|
|
|
>Note: Ensure that infrastructure services like MinIO, Redis, and Kafka are running before deploying the main applications.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Final, run all deployments and services
|
|
|
|
3. run all deployments and services
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
kubectl apply \
|
|
|
|
kubectl apply \
|
|
|
|