From 43144c0bf338a41b574baf806d70029867d21c79 Mon Sep 17 00:00:00 2001 From: haasad Date: Wed, 29 Jan 2025 17:55:12 +0100 Subject: [PATCH] Description of night node class --- docs/modules/ROOT/pages/references/node-classes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/modules/ROOT/pages/references/node-classes.adoc b/docs/modules/ROOT/pages/references/node-classes.adoc index 4e12af6f..508ec03b 100644 --- a/docs/modules/ROOT/pages/references/node-classes.adoc +++ b/docs/modules/ROOT/pages/references/node-classes.adoc @@ -31,3 +31,10 @@ This gives you consistent performance but will cost you more (see https://produc + The plus node class is probably the right choice for your production frontends, database and other applications sensitive to latency. +night:: ++ +Night nodes are plus nodes where workload interruptions during (European) office hours are limited as much as possible. +Regular node maintenance and any other non-emergency node changes are carried out after 22:00 (CET/CEST). +Night maintenance comes at a premium (see https://products.docs.vshn.ch/products/appuio/cloud/pricing.html[pricing]). ++ +Night nodes are useful for production applications that require minimal downtime but can't be run with multiple replicas in high availability (HA) fashion.