Giter Site home page Giter Site logo

opendj-helm-chart's Introduction

OpenDJ Directory Services Helm chart

Deploy one or more OpenDJ Directory Server instances using Persistent disk claims and StatefulSets.

Sample Usage

To deploy to a Kubernetes cluster:

$ helm install /
    --set replicas.count=REPLICAS_COUNT /
    --name=RELEASE_NAME /
    --namespace=TARGET_NS_NAME /
    ./opendj-helm

This will install a sample DS userstore.

The instance will be available in the cluster as userstore-0.

If you wish to connect an ldap browser on your local machine to this instance, you can use:

kubectl port-forward userstore-0 1389:1389

And open up a connection to ldap://localhost:1389

The default password is "devqaldappwd".

Values.yaml

Please refer to values.yaml. There are a number of variables you can set on the helm command line, or in your own custom.yaml to control the behavior of the deployment. The features described below are all controlled by variables in values.yaml.

Diagnostics and Troubleshooting

Use kubectl exec to get a shell into the running container. For example:

kubectl exec userstore-0 -it bash

There are a number of utility scripts found under /opt/opendj/scripts, as well as the directory server commands in /opt/opendj/bin.

use kubectl logs to see the pod logs.

kubectl logs userstore-0 -f

Scaling and replication

To scale a deployment set the number of replicas in values.yaml. See values.yaml for the various options. Each node in the statefulset is a combined directory and replication server. Note that the topology of the set can not be changed after installation by scaling the statefulset. You can not add or remove ds nodes without reinitializing the cluster from scratch or from a backup. The desired number of ds/rs instances should be planned in advance.

opendj-helm-chart's People

Contributors

vladk1m0 avatar

Forkers

itay47

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.