-
Notifications
You must be signed in to change notification settings - Fork 42
Cloud hosted mgmt cluster #496
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
Open
agracey
wants to merge
10
commits into
suse-edge:main
Choose a base branch
from
agracey:adding-cloud-and-scaling
base: main
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
10 commits
Select commit
Hold shift + click to select a range
949fbfb
Initial check in
agracey 4eec753
Fill in object count and networking
agracey 0873e5f
add start of federation section and todo about SUMA
agracey c4755c9
filling in more
agracey f3e2aef
filling in a bit more
agracey 1e855d6
changing TODOs
agracey 5f67dae
dropping federation section
agracey c0dc5eb
adding diagram
agracey fb4daef
Adding intro
agracey b58221d
filling out SUMA section
agracey 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 hidden or 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 hidden or 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,69 @@ | ||
| [#guides-public-cloud] | ||
| = Running the Management Cluster in the Public Cloud | ||
| :experimental: | ||
|
|
||
| ifdef::env-github[] | ||
| :imagesdir: ../images/ | ||
| :tip-caption: :bulb: | ||
| :note-caption: :information_source: | ||
| :important-caption: :heavy_exclamation_mark: | ||
| :caution-caption: :fire: | ||
| :warning-caption: :warning: | ||
| endif::[] | ||
|
|
||
|
|
||
|
|
||
| TODO: Write intro section | ||
|
|
||
|
|
||
| == Networking and Topology | ||
|
|
||
| TODO: Add diagram here | ||
|
|
||
| Downstream clusters need to have access to the Rancher server that's managing it. This means that we need to provide a FQDN that's resolves to a LoadBalancer that routes the traffic to Rancher. | ||
|
|
||
| In the public cloud, this typically is done through the tools provided by your cloud provider. | ||
|
|
||
| [NOTE] | ||
| ==== | ||
| For example, in Amazon AWS you could set up an EKS cluster then use an Application Load Balancer (ALB) to both terminate TLS and route traffic to the cluster's ingress controller. If AWS is also your DNS registrar, it can also create a CNAME entry to point at the ALB being created. | ||
| ==== | ||
|
|
||
| === SUSE Manager | ||
|
|
||
| It can also be advantageous to use <<component-suse-manager,SUSE Manager>> to reduce network traffic for updates along with reducing risk of losing access to individual nodes with a "belt and suspenders" approach. | ||
|
|
||
| TODO: some basics about SUMA | ||
|
|
||
| === Cloud Marketplace | ||
|
|
||
| SUSE also maintains offerings in the marketplace of the most commonly used cloud providers. For more information here | ||
|
|
||
| TODO: find link for above | ||
|
|
||
| == Sizing Considerations | ||
|
|
||
| The number of downstream clusters a single Rancher server is able to manage is influenced by both the number of objects being created for each cluster as well as the size of the VMs hosting the management cluster's workers. | ||
|
|
||
| === Object Count | ||
|
|
||
| Rancher creates several Kubernetes objects for each cluster which affects it's performance. The amount of objects that are created depends on factors such as: | ||
|
|
||
| - # of Roles/RoleBindings | ||
| - # of Users | ||
| - # of workloads | ||
| - # of extensions being used | ||
|
|
||
| More information can be found at https://ranchermanager.docs.rancher.com/v2.10/reference-guides/best-practices/rancher-server/tuning-and-best-practices-for-rancher-at-scale#managing-your-object-counts | ||
|
|
||
| === Instance Size: | ||
|
|
||
| Some basic sizing considerations can be found at https://ranchermanager.docs.rancher.com/v2.10/getting-started/installation-and-upgrade/installation-requirements#rke2-kubernetes | ||
|
|
||
| == Federation | ||
agracey marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| If you need to scale further (or limit impact of outages) it make be advantageous to split your clusters across several Rancher server instances. | ||
|
|
||
| To make this configuration easier to manage, you can use Fleet to configure the Rancher instances themselves. | ||
|
|
||
| TODO: fill out with mention of tech preview rancher exporter | ||
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.
Uh oh!
There was an error while loading. Please reload this page.