Install the NGINX ingress controller and configure HTTP rules for the two deployed backend services.
Set Up Tools to Make DOKS Cluster Operationally Ready
Validated on 27 Apr 2022 • Last edited on 29 Nov 2023
DigitalOcean Kubernetes (DOKS) is a Kubernetes service with a fully managed control plane, high availability, and autoscaling. DOKS integrates with standard Kubernetes toolchains and DigitalOcean’s load balancers, volumes, CPU and GPU Droplets, API, and CLI.
You can set up a variety of tools to make your DigitalOcean Kubernetes (DOKS) cluster operationally ready. Your operationally-ready DOKS cluster can have a set up as shown below, which includes:
-
Setting up an ingress controller using Ambassador or nginx
-
Installing apps such as Prometheus to monitor the cluster
-
Installing apps such as Loki to aggregate logs
-
Configuring backups and restoration using Velero or Trilio

This tutorial series consists of three parts:
Configure production-ready TLS certificates with Cert-Manager using the HTTP-01 challenge.
Configure production-ready TLS certificates with Cert-Manager using the DNS-01 challenge to support wildcard certificates.