Minimum Viable Product - MariaDB Kubernetes Operator for traditional replication
(MDBF-299)
|
|
| Status: | Closed |
| Project: | MariaDB Foundation Development |
| Component/s: | Kubernetes |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Technical task | Priority: | Major |
| Reporter: | Anel Husakovic | Assignee: | Anel Husakovic |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 6d 7.5h | ||
| Time Spent: | 0.5h | ||
| Original Estimate: | 7d | ||
| Description |
|
1. Create headless service for writes within the cluster (port 3306) - service that is needed to retain unique identity of Statefulset. Normal service resolves DNS record to a single Cluster IP address of a Service, whereas for Headless service DNS record resolves to multiple IP of Pods. |
| Comments |
| Comment by Anel Husakovic [ 2022-04-06 ] | |||||||||||
|
Example of Service
|