Setting up a kubernetes cluster on DigitalOcean for deploying Liferay
For a project I’m doing on Liferay for a customer I decided to deploy Liferay on a managed Kubernetes cluster at DigitalOcean
k8s-liferay$ kubectl get namespaces
NAME STATUS AGE
default Active 9d
kube-node-lease Active 9d
kube-public Active 9d
kube-system Active 9d
Installed helm with homebrew and added the official Helm stable charts repo.
k8s-liferay$ brew install helm
k8s-liferay$ helm repo add stable https://kubernetes-charts.storage.googleapis.com/
k8s-liferay$ helm repo update
You can read more about it on the Helm quickstart page
k8s-liferay$ helm create liferay