From 02cd3a2eeee8374e7f91332da185920537c745a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Sat, 30 Apr 2022 17:06:00 +0300 Subject: [PATCH] Update Clustered-Environment.md --- docs/en/Deployment/Clustered-Environment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/Deployment/Clustered-Environment.md b/docs/en/Deployment/Clustered-Environment.md index 8fd07796f4..11db6c7e0f 100644 --- a/docs/en/Deployment/Clustered-Environment.md +++ b/docs/en/Deployment/Clustered-Environment.md @@ -3,6 +3,8 @@ This document introduces the topics that you should care when you are deploying your application to a clustered environment where **multiple instances of your application runs concurrently**, and explains how you can deal with these topics in your ABP based application. > This document is valid regardless you have a monolith application or a microservice solution. The Application term is used for a process. An application can be a monolith web application, a service in a microservice solution, a console application, or another kind of executable process. +> +> For example, if you are deploying your application to Kubernetes and configure so that your application or service runs in multiple pods, then your application or service runs in a clustered environment. ## Understanding the Clustered Environment