kubernetes

K8s and Openfire

April 8, 2020
kubernetes, xmpp, instant messaging, openfire, devops

Openfire is a popular choice to implement instant messaging through XMPP. Thanks to the DevOps cultural shift widely adopted in modern cloud-native software engineering, infrastructure as code is paramount. Below, I am describing the steps to create a local minikube cluster with instant messaging capabilities via openfire. Running Minikube # very first time follow the installation macos please make sure that default vm is docker because you want to download images without having to switch docker registries locally: minikube config set driver docker start minikube minikube start start minikube dashboard start the dashboard in a separate terminal window because the process should keep running minikube dashboard create cluster create openfire. ...