DEV Community

Choonho Son
Choonho Son

Posted on

Cloudforet for Production

This guide is for Installation of Cloudforet for Production.

  • On-premise Kubernetes
  • MongoDB Atlas SaaS

Architecture

Image description

Pre-requisite

Kubernetes

  • Install your own Kubernetes Clusters

Nginx Ingress

https://kubernetes.github.io/ingress-nginx/deploy/

helm upgrade --install ingress-nginx ingress-nginx \
  --repo https://kubernetes.github.io/ingress-nginx \
  --namespace ingress-nginx --create-namespace
Enter fullscreen mode Exit fullscreen mode

MongoDB Cluster

Case 1) MongoDB Atlas

Case 2) MongoDB self-hosted (Helm Chart)

Domain Name

  • Prepare your domain name (In this guide, example.com)

Certificates

https://dev.to/choonho/install-cert-manager-lets-encrypt-443b

SMTP Server

  • For sending email notification

https://www.gmass.co/blog/gmail-smtp/

Top comments (0)