Skip to content

Instantly share code, notes, and snippets.

@sarjarapu
Created July 11, 2018 20:27
Show Gist options
  • Save sarjarapu/de6fd9936aadf02c238df33b74e695bc to your computer and use it in GitHub Desktop.
Save sarjarapu/de6fd9936aadf02c238df33b74e695bc to your computer and use it in GitHub Desktop.
Install MongoDB Enterprise Operator for Kubernetes using helm
# Download the helm chart from mongodb-enterprise-kubernetes GitHub repo
wget -O master.zip https://github.com/mongodb/mongodb-enterprise-kubernetes/archive/master.zip
unzip master.zip
# Initialize the helm and helm chart
helm init --upgrade
helm install mongodb-enterprise-kubernetes-master/helm_chart/ --name mongodb-enterprise
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment