You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,10 @@ The cluster-deployment tools here include helm charts and ansible playbooks to s
64
64
| data-sync |[](https://hub.docker.com/r/instantlinux/data-sync"Version badge")| poor-man's SAN for persistent storage |
65
65
| ddclient |[](https://hub.docker.com/r/instantlinux/ddclient"Version badge")| Dynamic DNS client |
66
66
| ez-ipupdate |[](https://hub.docker.com/r/instantlinux/ez-ipupdate"Version badge")| Dynamic DNS client |
67
+
| fluent-bit |**| central logging for Kubernetes |
| grafana |**| monitoring dashboard with prometheus-based alerting |
69
70
| guacamole |**| authenticated remote-desktop server |
70
-
| logspout |**| central logging for Docker |
71
71
| mysqldump |[](https://hub.docker.com/r/instantlinux/mysqldump"Version badge")| per-database alternative to xtrabackup |
72
72
| nagios |[](https://hub.docker.com/r/instantlinux/nagios"Version badge")| Nagios Core v4 for monitoring |
Copy file name to clipboardExpand all lines: images/dovecot/README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,27 +25,25 @@ Configuration is defined as files in a volume mounted as
25
25
./mkcert.sh
26
26
```
27
27
28
-
For settings, see etc-example directory and [helm]((https://github.com/instantlinux/docker-tools/tree/main/images/dovecot/helm) / kubernetes.yaml / docker-compose.yml. The [k8s/Makefile.vars](https://github.com/instantlinux/docker-tools/blob/main/k8s/Makefile.vars) file defines default values.
28
+
For settings, see etc-example directory and [helm](https://github.com/instantlinux/docker-tools/tree/main/images/dovecot/helm) / docker-compose.yml. The [k8s/Makefile.vars](https://github.com/instantlinux/docker-tools/blob/main/k8s/Makefile.vars) file defines default values.
29
29
30
30
Also configure postfix as described in the postfix image.
31
31
32
32
This repo has complete instructions for
33
-
[building a kubernetes cluster](https://github.com/instantlinux/docker-tools/blob/main/k8s/README.md) where you can launch with [helm](https://github.com/instantlinux/docker-tools/tree/main/images/dovecot/helm)or [kubernetes.yaml](https://github.com/instantlinux/docker-tools/blob/main/images/dovecot/kubernetes.yaml)using _make_and customizing [Makefile.vars](https://github.com/instantlinux/docker-tools/blob/main/k8s/Makefile.vars) after cloning this repo:
33
+
[building a kubernetes cluster](https://github.com/instantlinux/docker-tools/blob/main/k8s/README.md) where you can launch with [helm](https://github.com/instantlinux/docker-tools/tree/main/images/dovecot/helm) using _make_after customizing overrides of [values.yaml](https://github.com/instantlinux/docker-tools/blob/main/images/dovecot/helm/values.yaml) after cloning this repo:
See the Makefile and Makefile.vars files under k8s directory for default values referenced within kubernetes.yaml.
41
-
42
40
To provide high availability across the cluster, the helm chart here includes an optional data-sync service to keep the inbox, mail and spool directories synchronized across 2 or more worker nodes. Minor data loss can occur when the service shifts from one worker to another, so this feature isn't recommended for large production deployments (when running on a cloud provider, simply use their block storage capabilities). That said, unison-based data-sync service has been rock-solid on a bare-metal cluster for years.
43
41
44
42
Auth is the most challenging aspect of implementing dovecot. Use the following command from with the container to verify user authentication:
45
43
```
46
44
doveadm auth login <user>
47
45
```
48
-
If using openldap, turn on log setting `BER` to view raw packet contents as you troubleshoot login from dovecot.
46
+
If using openldap, turn on openldap's log setting `BER` to view raw packet contents as you troubleshoot login from dovecot.
49
47
50
48
### Variables
51
49
@@ -72,7 +70,7 @@ Need more configurability? Edit the ConfigMap defined in the helm chart.
0 commit comments