Skip to content

Commit

Permalink
move Cloud-Migration patterns to chapter 3, add challenges of hybrid/…
Browse files Browse the repository at this point in the history
…multi cloud
  • Loading branch information
anjakammer committed Mar 6, 2024
1 parent fd8e68e commit d5458e3
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## New concepts

- Cloud migration patterns
- Multi/Hybrid cloud patterns
- Hybrid/Multi cloud patterns
- definition, methods, and challenges of Site Reliability Engineering
- DevOps, DevSecOps, and SRE
- Abstraction Layers of Container Managers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

// tag::DE[]
[[LZ-1-1]]
==== LZ 1-1: Cloud-Arten, Cloud-Muster und Cloud Migrationsmuster verstehen und unterscheiden
==== LZ 1-1: Cloud-Arten verstehen und unterscheiden

Softwarearchitekt:innen kennen die gängigen Cloud-Begriffe und können verschiedene Arten wie Public, Private, Hybrid/Multi und On-Premise voneinander unterscheiden.

Sie verstehen gängige Cloud-Migrationsmuster, sowie deren Anwendung.
Sie verstehen, dass der Hybrid/Multi Cloud Betrieb keine Ausnahme darstellt und können die Gründe von Hybrid/Multi Cloud Betrieb benennen, beispielsweise:

Sie verstehen den Unterschied zwischen Public Cloud- und On-Premise-Betrieb sowie die Argumente für und gegen den Public Cloud-Betrieb. Sie erkennen auch, wann der Einsatz von eigener Hardware (Bare Metal) sinnvoller ist.
* Schrittweise Migration in die Cloud
* Kostenersparnis beim Betrieb
* Datenschutz und Datensicherheit
* Integration mit Bestandssystemen

Sie verstehen den Unterschied zwischen Public Cloud- und On-Premise-Betrieb sowie die Herausforderungen und Argumente für und gegen den Public Cloud-Betrieb. Sie erkennen auch, wann der Einsatz von eigener Hardware (Bare Metal) sinnvoller ist.

[[LZ-1-2]]
==== LZ 1-2: Entscheidungskriterien für die Nutzung von managed Services und self-managed Services verstehen
Expand Down Expand Up @@ -43,13 +48,18 @@ Sie kennen die Leistungsanforderungen an die Infrastruktur und die Limitierungen

// tag::EN[]
[[LG-1-1]]
==== LG 1-1: Understand and Distinguish Cloud Types, Cloud Patterns and Cloud Migration Patterns
==== LG 1-1: Understand and differente between cloud types

Software architects know the common cloud terms and can distinguish between different types such as public, private, hybrid/multi and on-premise.

Software architects know the common cloud terms and can distinguish between different types such as public, private, hybrid/multi and on-premise.
They understand that hybrid/multi-cloud operation is no exception and can name the reasons for hybrid/multi-cloud operation, for example:

They understand common cloud migration patterns, and how to apply them.
* Gradual migration to the cloud
* Cost savings during operation
* Data protection and data security
* Integration with existing systems

They understand the difference between operating in the public cloud and on-premises, as well as the arguments for and against operating in the public cloud. They also recognize when the use of own hardware (bare metal) is more appropriate.
Software architects understand the difference between public cloud and on-premise operation as well as the challenges and arguments for and against public cloud operation. They also recognize when it makes more sense to use dedicated hardware (bare metal).

[[LG-1-2]]
==== LG 1-2: Understand Decision Criteria for the Use of Managed Services and Self-Managed Services
Expand Down
4 changes: 2 additions & 2 deletions docs/03-Cloud-Native-Journey/01-duration-terms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|===

=== Begriffe und Konzepte
Qualitätsanforderungen an die Plattform, Cloud Native Storage, Backup & Restore, Overlay Networking, Network Policies, Container Security, Container Linux.
Qualitätsanforderungen an die Plattform, Cloud Native Storage, Backup & Restore, Overlay Networking, Network Policies, Container Security, Container Linux, Cloud Migration.


// end::DE[]
Expand All @@ -15,7 +15,7 @@ Qualitätsanforderungen an die Plattform, Cloud Native Storage, Backup & Restore
|===

=== Terms and Principles
Platform quality requirements, Cloud Native Storage, Backup & Restore, Overlay Networking, Network Policies, Container Security, Container Linux.
Platform quality requirements, Cloud Native Storage, Backup & Restore, Overlay Networking, Network Policies, Container Security, Container Linux, Cloud Migration.

// end::EN[]

Expand Down
15 changes: 15 additions & 0 deletions docs/03-Cloud-Native-Journey/02-learning-goals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ Sie kennen den Unterschied von Object- und Block-Storage und können verschieden
Softwarearchitekt:innen verstehen die Vor- und Nachteile einer Cloud-Native-Storage-Lösung und können die höherwertigen Managed Services (wie etwa RDBMS) der Cloud-Anbieter mit der Verwendung selbstverwalteter Lösungen vergleichen.

Sie kennen verschiedene Konzepte, um Backup und Restore von persistenten Daten in der Cloud zu realisieren.

[[LZ-3-6]]
==== LZ 3-6: Cloud Migrationsmuster verstehen

Softwarearchitekt:innen kennen verschiedene Cloud-Migrationsmuster und können sie Anforderungsgetrieben auswählen.

Sie kennen darüber hinaus Migrationsmuster, die ein Hybrid/Multi Cloud Setup erfordern, z. B. für eine schrittweise Migration in die Cloud.

// end::DE[]

// tag::EN[]
Expand Down Expand Up @@ -112,4 +120,11 @@ Software architects understand the advantages and disadvantages of a cloud-nativ

They are familiar with various concepts for backing up and restoring persistent data in the cloud.

[[LG-3-6]]
==== LG 3-6: Understand cloud migration patterns

Software architects are familiar with various cloud migration patterns and can select them based on requirements.

They are also aware of migration patterns that require a hybrid/multi cloud setup e.g. for a gradual migration to the cloud.

// end::EN[]

0 comments on commit d5458e3

Please sign in to comment.