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/

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay