Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Kubernetes working example #184

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Kubernetes implementation docs
  • Loading branch information
claudiocleberson committed Nov 12, 2018
commit aac4652ecfd7423d7ae13d6be2a83cc8b0cdeaa2
4 changes: 2 additions & 2 deletions kubernetes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ejabberd + Kubernetes

After some googling around, I scratched my head for why there isn't any documented steps to get Ejabberd working with K8s. For that reason after some searchers, I was abled to setup those two together quite easily. Thanks to the awesome rroemhild/ejabberd docker image and all the scripts already created around that image.
After some googling around, I scratched my head for why there isn't any documented steps to get Ejabberd working with K8s. For that reason after some searches, I was abled to setup those two together quite easily. Thanks to the awesome rroemhild/ejabberd docker image and all the scripts already created around that image.

Because Kubernetes needs the image pre-built with the scripts and modifications, I built a different image available as ccpereira/ejabberd-k8s:0.0.1

Expand Down Expand Up @@ -240,7 +240,7 @@ $kubectl apply -f /path/to/ejabberd-service.yaml
$kubectl apply -f /path/to/statefulset.yaml

````
##Step 5 - Check cluster status
## Step 5 - Check cluster status

````
$kubectl exec -it chat-0 ejabberdctl list_cluster
Expand Down