Skip to content

Commit c45466a

Browse files
ramonsmitsdvdsteltmauroservienti
authored
ServiceControl hosting options (#6935)
* wip * Added header * Docker Desktop for Mac * ECS * Change order * Feedback * Removed supported vs working sections * Update servicecontrol/hosting.md * Converted message on disk limitationt to a warning section --------- Co-authored-by: Dennis van der Stelt <[email protected]> Co-authored-by: Mauro Servienti <[email protected]>
1 parent cdbcf6e commit c45466a

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

menu/menu.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1434,6 +1434,8 @@
14341434
Url: servicecontrol/how
14351435
- Title: Licensing
14361436
Url: servicecontrol/license
1437+
- Title: Hosting
1438+
Url: servicecontrol/hosting
14371439
- Title: Support policy
14381440
Url: servicecontrol/upgrades/support-policy
14391441
- Title: Supported versions

servicecontrol/hosting.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: ServiceControl Hosting Options
3+
summary: Hosting options for running ServiceControl instances
4+
component: ServiceControl
5+
reviewed: 2025-03-20
6+
---
7+
8+
ServiceControl instances can be hosted on:
9+
10+
- Windows Server (virtual machines)
11+
- Linux containers
12+
Deployment options:
13+
14+
- [Monitoring instances](/servicecontrol/monitoring-instances/deployment/)
15+
- [Audit instances](/servicecontrol/audit-instances/deployment/)
16+
- [Error instances](/servicecontrol/servicecontrol-instances/deployment/)
17+
18+
## Windows Server
19+
20+
Instances can be installed on Windows Server (virtual) machines using:
21+
22+
- Commandline: ServiceControl Powershell Module
23+
- Management UI: ServiceControl Management Utility
24+
25+
### Supported editions
26+
27+
- Datacenter
28+
- Standard
29+
30+
### Supported versions
31+
32+
The supported Windows Server versions are aligned with the [Microsoft Mainstream support end date for Windows Server](https://learn.microsoft.com/en-us/windows-server/get-started/windows-server-release-info).
33+
34+
## Containers
35+
36+
That Particular Platform images are OCI compliant and can be used in various environments:
37+
38+
- Docker
39+
- Kubernetes
40+
- Podman
41+
42+
### Supported architectures
43+
44+
- `linux/arm64`
45+
- `linux/amd64`

servicecontrol/servicecontrol-instances/hardware.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ Disk, CPU, RAM, and network performance may be monitored using the Windows Resou
4444
ServiceControl can be hosted in the cloud by:
4545

4646
- Using a virtual machine
47-
- Using a container hosting service. Due to [RavenDB networked disk limitations](https://ravendb.net/docs/article-page/6.0/csharp/start/installation/running-in-docker-container#requirements) there may be [difficulties running the RavenDB container in the cloud with PaaS services](https://github.com/Particular/ServiceControl/issues/3340#issuecomment-2313694640) like [Azure Container Instances](https://azure.microsoft.com/en-us/products/container-instances) or [AWS Elastic Container Service](https://aws.amazon.com/ecs/). ServiceControl containers are compatible with [RavenDB Cloud](https://ravendb.net/cloud).
47+
- Using a container hosting service.
48+
49+
> [!WARNING]
50+
> Due to [RavenDB networked disk limitations](https://ravendb.net/docs/article-page/6.0/csharp/start/installation/running-in-docker-container#requirements) there may be [difficulties running the RavenDB container in the cloud with PaaS services](https://github.com/Particular/ServiceControl/issues/3340#issuecomment-2313694640) like [Azure Container Instances](https://azure.microsoft.com/en-us/products/container-instances) or [AWS Elastic Container Service](https://aws.amazon.com/ecs/). ServiceControl containers are compatible with [RavenDB Cloud](https://ravendb.net/cloud).
4851
4952
## Improving performance
5053

0 commit comments

Comments
 (0)