-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into bck-updates
- Loading branch information
Showing
9 changed files
with
102 additions
and
20 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,45 @@ | ||
# IBM Cloud Native Bootcamp | ||
|
||
## Bootcamp Overview | ||
|
||
This Cloud Native Bootcamp has been created to teach and guide IBMers, Business Partners, and clients what it takes to move to the cloud. | ||
|
||
|
||
## Concepts Covered | ||
|
||
1. **Cloud Native** - open *[Cloud Native](./cloud-native/index.md)* to read more. | ||
2. **Containers** - open *[Containers](./containers/index.md)* to read more. | ||
3. **Kubernetes** - open *[Kubernetes](./openshift/index.md)* to read more. | ||
4. **DevOps** - open *[Devops](./devops/index.md)* to read more. | ||
- *[Continuous Integration (CI)](./devops/tekton/index.md)* | ||
- *[Continuous Deployment (CD)](./devops/argocd/index.md)* | ||
<div class="grid cards" markdown> | ||
|
||
- :octicons-cloud-24:{ .lg .middle } __Cloud Native__ | ||
|
||
--- | ||
|
||
Moving to the cloud comes with some new concepts and standards that should be understood before starting your journey to cloud. Learn about them by clicking the link below. | ||
|
||
[:octicons-arrow-right-24: Getting started](./cloud-native/index.md) | ||
|
||
- :octicons-container-24:{ .lg .middle } __Containers__ | ||
|
||
--- | ||
|
||
The first task when moving to the cloud is getting your applications running in containers. Get your hands on with containers by clicking the link below. | ||
|
||
[:octicons-arrow-right-24: Containerization](./containers/index.md) | ||
|
||
- :simple-redhatopenshift:{ .lg .middle } __Kubernetes/OpenShift__ | ||
|
||
--- | ||
|
||
Managing hundreds of containers is chaos to manage on your own. Learn how container orchestration can make it easy using Kubernetes or OpenShift. | ||
|
||
[:octicons-arrow-right-24: Container Orchestration](./openshift/index.md) | ||
|
||
- :octicons-git-compare-24:{ .lg .middle } __DevOps/GitOps__ | ||
|
||
--- | ||
|
||
DevOps/GitOps adds standards and reliability to your development lifecycle. Learn how to use it by clicking below. | ||
|
||
[:octicons-arrow-right-24: DevOps](./devops/index.md) | ||
|
||
</div> | ||
|
||
## Test your Knowledge | ||
After taking the virtual bootcamp with an instructor from IBM Garage or learning on your own self paced you can take the quizzes and even get a Badge to show off your Cloud Native street cred. |
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
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,9 @@ | ||
# OpenShift Operators | ||
|
||
## Overview | ||
Operators and Red Hat OpenShift Container Platform | ||
Red Hat® OpenShift® Operators automate the creation, configuration, and management of instances of Kubernetes-native applications. Operators provide automation at every level of the stack—from managing the parts that make up the platform all the way to applications that are provided as a managed service. | ||
|
||
Red Hat OpenShift uses the power of Operators to run the entire platform in an autonomous fashion while exposing configuration natively through Kubernetes objects, allowing for quick installation and frequent, robust updates. In addition to the automation advantages of Operators for managing the platform, Red Hat OpenShift makes it easier to find, install, and manage Operators running on your clusters. | ||
|
||
Included in Red Hat OpenShift is the Embedded OperatorHub, a registry of certified Operators from software vendors and open source projects. Within the Embedded OperatorHub you can browse and install a library of Operators that have been verified to work with Red Hat OpenShift and that have been packaged for easy lifecycle management. |
This file was deleted.
Oops, something went wrong.
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.