docker-keepalived VS docker-openldap

Compare docker-keepalived vs docker-openldap and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
docker-keepalived docker-openldap
1 15
388 3,956
0.3% 0.6%
0.0 0.0
5 months ago 6 months ago
Shell Shell
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

docker-keepalived

Posts with mentions or reviews of docker-keepalived. We have used some of these posts to build our list of alternatives and similar projects.
  • a few questions about swarm failover, redundancy, speed, etc
    1 project | /r/docker | 20 May 2023
    For this you are right. If that IP isnt available then your cluster wouldnt be reachable. So you counter this by having the nodes create they're own ip that can be shared. I have my nodes on 10.0.1.10-15, and i use a Keepalived (check here and herefor info) service to claim 10.0.1.5 and use that as the target for my forwarding. It works by designating a "master" which claims the ip and having other slaves running on the other (specifically manager) nodes. When they lose connection to the master, another takes the role, claims the IP from the DHCP server and starts accepting the traffic. The equivalent in kubernetes is MetalLB i believe, for those that are interested.

docker-openldap

Posts with mentions or reviews of docker-openldap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-22.
  • Question: How to Use LDAP Authentication and User Accounts On TAK Servers
    1 project | /r/ATAK | 9 Jul 2023
    I'm entirely unfamiliar with overlays. I don't believe I've configured any on my OpenLDAP server, as it is just a default docker image I've populated with some OUs and users.
  • LDAP resources/recommendations question
    3 projects | /r/selfhosted | 22 Jun 2023
    I'm trying to integrate LDAP into my small homelab but I'm extreme noobie in it. So far I've tried: 1. OpenLDAP - not so resource heavy but I found it difficult go get working correctly with NextCloud, Keycloak and Jellyfin. Maybe someone could recommend an easy to follow guide? 2. LLDAP - honestly it's almost prefect. Nice clean UI, great guides how to setup with everything I need, but it's a read-only LDAP, so I cannot create or manage users with Keycloak or NC, that's about the only downside and probably bugs me more than it should. 3. 389ds - has everything I need (and probably some more), super easy to setup with this guide but the elephant in the room is that it uses 700MiB of RAM (whereas LLDAP uses only 7-8MiB). That's a big difference which really makes me question whether I want to use this particular solution.
  • `sudo: account validation failure, is your account locked?`
    2 projects | /r/openldap | 27 Feb 2023
    I have been struggling for a week to get sudo to work with my LDAP setup. I am using this docker setup. I have added these attributes to my server.
  • OpenLDAP Docker Container issue
    1 project | /r/devops | 6 Feb 2023
    Hi, I've used the osixia github repository to spin up a docker container act as a LDAP Slave and I've successfully used the custom configuration and spin up the container. When i checked the logs of the container i saw the following as the output when it tries to sync with the Master.
  • Using sssd in a Playground Without TLS
    4 projects | dev.to | 1 Oct 2022
    It is quite straightforward to stand up an LDAP server listening in plaintext. My favorite mechanism is using the openldap container, although there are other options.
  • osixia/docker-openldap configuration to let users other than admin search the database
    1 project | /r/openldap | 8 Jul 2022
    I'm trying to setup a LDAP server using the Osixia Docker container through docker-compose. I want it to contain lists of PosixAccount and PosixGroups, and use them to grant access to some external applications which also have a simpleSecurityObject entry in the directory (e.g. Grafana, which I already integrated with another LDAP server).
  • OpenLdap Docker setup help
    1 project | /r/openldap | 7 Apr 2022
    I've been trying to setup an openldap server from https://github.com/osixia/docker-openldap
  • Guter Einstieg in LDAP
    1 project | /r/de_EDV | 16 Feb 2022
  • Keycloak users out there, how do you use Keycloak with apps that require LDAP?
    3 projects | /r/selfhosted | 10 Dec 2021
    I've grown quite tired of how painful it is to manage my LDAP server with multi-master replication. Currently I'm running osixia/openldap, with a wheelybird/ldap-user-manager frontend to manage users, all hosted on my Kubernetes cluster. Eventually, I'm looking to migrate to nitnelave/lldap
  • Best OpenLDAP docker container with WebUI
    2 projects | /r/selfhosted | 24 Sep 2021