Type | Name | Description |
---|---|---|
Deployment | backend-federation-deployment | Backend Stateless container, multiple scaling possible |
Deployment | backend-batch-deployment | Backend Batch container, multiple scaling not possible |
Service | backend-service | Backend service internal load balancer |
Type | Name | Description |
---|---|---|
Deployment | frontend-deployment | Frontend Stateless container, multiple scaling possible |
Service | backend-service | Frontend service internal load balancer |
Ingress | app-service | Frontend, backend external URL access router, SSL certificate processing, etc. |
Type | Name | Description |
---|---|---|
MongoDBCommunity | mongo | MongoDB replica set deployment |
Service | mongo-svc | NodePort opening for external access to MongoDB |
PersistentVolume | mongo-data-volume | MongoDB data storage |
PersistentVolume | mongo-log-volume | MongoDB log storage |
Type | Name | Description |
---|---|---|
StatefulSet | redis | Redis replica set deployment |
Service | redis-svc | NodePort opening for external access to Redis |