Skip to content

Commit

Permalink
Merge pull request #15 from mbaldessari/couple-of-fixes
Browse files Browse the repository at this point in the history
Couple of spellcheck fixes
  • Loading branch information
mbaldessari authored Sep 4, 2024
2 parents 768178b + 20aae21 commit d286b4f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 10 deletions.
29 changes: 29 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
abcdefghijklmnopqrstuvwxyz
ack
acm
activedeadlineseconds
additionaltopics
Expand All @@ -8,8 +9,11 @@ ansible
apiversion
architecting
argocd
argocd’s
argocds
argocd's
argoproj
auth
autogenerated
awscreds
backend
Expand All @@ -24,12 +28,20 @@ ceph
cgj
charset
chartversion
checking files matching specified outlined in >.spellcheck.yml<
checking files matching specified outlined in >.spellcheck.yml<
cis
cli
clusterdomains
clustergroup
clustergroupname
clusterplatform
clusterpools
clustersecretstore
clusterversion
cn
coffeeshop
compiling dictionary...
compiling dictionary...
concurrencypolicy
config
Expand All @@ -47,14 +59,17 @@ cronjob
cronjobname
cronjobs
csi
cte
custompolicy
cyberark
datafrom
declaratively
declarativesync
decrypt
dev
devops
djp
dn
dockerfiles
encryptedsecrets
entrypoint
Expand Down Expand Up @@ -84,6 +99,8 @@ ignoremissingvaluefiles
iib
imagepullpolicy
ini
installplanapproval
ishubcluster
jobname
jobtemplate
jrickard
Expand All @@ -96,6 +113,7 @@ kubeconform
kubectl
kubernetes
kustomize
ldap
letsencrypt
lifecycle
linter
Expand All @@ -109,6 +127,7 @@ mcgo
modularity
multiargos
multicloud
multicluster
multipleargos
multipleclusters
multisource
Expand Down Expand Up @@ -151,8 +170,10 @@ publickey
pullsecret
pwx
py
quarkuscoffeeshop
readme
redhat
redhatlabs
repo
repofork
repos
Expand All @@ -167,6 +188,7 @@ rollout
roughedges
rsa
running spellchecking on the tree
running task: markdown...
running task: markdown...
schemas
scm
Expand All @@ -182,23 +204,30 @@ selfcontained
sig
sigs
soluto
supersecret
syncfail
syncpolicy
syncwave
syncwaves
targetrevision
techslide
templating
tesoro
thebutlers
tmp
todo
topicheader
tradeoffs
ui
uid
uncomment
unittest
unsealvault
usecsv
usernum
using aspell to spellcheck markdown
using aspell to spellcheck markdown
using pyspelling on configuration outlined in >.spellcheck.yml<
using pyspelling on configuration outlined in >.spellcheck.yml<
utils
ux
Expand Down
19 changes: 9 additions & 10 deletions documentation/modules/ROOT/pages/multipleClusters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ image::multicluster-challenges.png[]

* This increase of clusters presents challenges to organizations responsible for managing these clusters.
* The infrastructure/operations teams that are responsible for ensuring the deployment, configuration and management of these clusters will need the proper tools.
* The DevOps teams will need clusters to develop their applications and will have increasing requests for more resources and consistency across clusters.
* The Organization as a whole will need to have multiple target environments in which to deploy clusters.
* In high volume scenarios the clusters might need to be created in cloud providers depending on cost and resource availability.
* This presents a challenge where a central management tool is needed to ensure that operators can deploy, maintain and manage resources.
* The DevOps teams will need clusters to develop their applications and will have increasing requests for more resources and consistency across clusters.
* The Organization as a whole will need to have multiple target environments in which to deploy clusters.
* In high volume scenarios the clusters might need to be created in cloud providers depending on cost and resource availability.
* This presents a challenge where a central management tool is needed to ensure that operators can deploy, maintain and manage resources.


[#options]
Expand All @@ -37,7 +37,7 @@ image::multicluster-challenges.png[]
* You can do it manually using custom scripts
** This presents many challenges as scripts are homegrown and maintainability can become an issue.
* You can use ArgoCD to a degree
** ArgoCDs forte is to declaratively deploy applications onto a Kubernetes cluster not manage clusters.
** ArgoCD's forte is to declaratively deploy applications onto a Kubernetes cluster not manage clusters.
* Use {rhacm} which is built to manage multiple clusters

[#rhacm]
Expand All @@ -49,19 +49,18 @@ For more information visit: link:https://www.redhat.com/en/technologies/manageme

image::multicluster-rhacm-value.png[]

* Multi-Cluster Lifecycle Environment:
** You can centrally create, update and delete Kubernetes clusters across multiple private and public clouds
* Multi-Cluster Lifecycle Environment:
** You can centrally create, update and delete Kubernetes clusters across multiple private and public clouds
** Search, find and modify any kubernetes resource across the entire domain.
** Quickly troubleshoot and resolve issues across your federated domain

* Policy Driven Governance
** Centrally set & enforce policies for security, applications, & infrastructure
** Quickly visualize detailed auditing on configuration of apps and clusters
** Quickly visualize detailed auditing on configuration of apps and clusters
** Built-in CIS compliance policies and audit checks
** Immediate visibility into your compliance posture based on your defined standards

* Advanced Application Lifecycle
** Easily Deploy Applications at Scale
** Easily Deploy Applications at Scale
** Deploy Applications from Multiple Sources
** Quickly visualize application relationships across clusters and those that span clusters

0 comments on commit d286b4f

Please sign in to comment.