-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ServiceControl hosting options #6935
Open
ramonsmits
wants to merge
7
commits into
master
Choose a base branch
from
servicecontrol-hosting
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
a7b420d
wip
ramonsmits fe42d73
Added header
dvdstelt 64e8520
Docker Desktop for Mac
ramonsmits 6fb60e0
ECS
ramonsmits 588b99c
Change order
ramonsmits 569a5b4
Feedback
ramonsmits 6d790c8
Removed supported vs working sections
ramonsmits File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
--- | ||
title: ServiceControl Hosting Options | ||
summary: Hosting options for running ServiceControl instances | ||
component: ServiceControl | ||
reviewed: 2024-12-16 | ||
--- | ||
|
||
ServiceControl instances can be hosted on: | ||
|
||
- Windows Server (virtual machines) | ||
- Linux containers | ||
|
||
|
||
Deployment options: | ||
|
||
- [Monitoring instances](/servicecontrol/monitoring-instances/deployment/) | ||
- [Audit instances](/servicecontrol/audit-instances/deployment/) | ||
- [Error instances](/servicecontrol/servicecontrol-instances/deployment/) | ||
|
||
## Windows Server | ||
|
||
Instances can be installed on Windows Server (virtual) machines using: | ||
|
||
- Management UI: ServiceControl Management Utility | ||
- Commandline: ServiceControl Powershell Module | ||
|
||
### Supported editions | ||
|
||
- Datacenter | ||
- Standard | ||
|
||
### Supported versions | ||
|
||
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). | ||
|
||
## Containers | ||
|
||
Various containerized hosting options are available: | ||
|
||
- Docker | ||
- Kubernetes | ||
|
||
### Supported architectures | ||
|
||
- `linux/arm64` | ||
- `linux/amd64` | ||
|
||
### Supported environments | ||
|
||
The following environments are getting production supports | ||
|
||
- Azure Container Apps | ||
- Azure Managed Kubernetes Service (AKS) | ||
- Amazon Elastic Kubernetes Service (EKS) | ||
- Amazon Elastic Container Service (ECS) | ||
- Docker Engine on Windows 2022 | ||
|
||
|
||
### Known working environments | ||
|
||
Docker and Kubernetes are available in many configurations and environments. Many will "just work" but are unsupported for production deployments. | ||
|
||
The following additional environments are known to work: | ||
|
||
- Docker Desktop for Windows | ||
- Docker Desktop for Mac | ||
- Docker on Fedora | ||
- Podman on Fedora Workstation 41 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be downplaying SCMU, as it isn't very devops friendly and promote powershell for Windows more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've never seen a customer use Powershell. I'm not disagreeing with you and change the order but most of our customers especially those that need support are the point and clicky type users.