|
1 |
| -# IBM Client Engineering Cloud Native Bootcamp |
| 1 | +# IBM Cloud Native Bootcamp |
2 | 2 |
|
3 |
| -This Cloud Native bootcamp covers. |
| 3 | +## Bootcamp Overview |
| 4 | + |
| 5 | +This Cloud Native Bootcamp has been created to teach and guide IBMers, Business Partners, and clients what it takes to move to the cloud. |
4 | 6 |
|
5 | 7 |
|
6 | 8 | ## Concepts Covered
|
7 | 9 |
|
8 |
| -1. **Cloud Native** - open *[Cloud Native](./cloud-native/index.md)* to read more. |
9 |
| -2. **Containers** - open *[Containers](./containers/index.md)* to read more. |
10 |
| -3. **Kubernetes** - open *[Kubernetes](./openshift/index.md)* to read more. |
11 |
| -4. **DevOps** - open *[Devops](./devops/index.md)* to read more. |
12 |
| - - *[Continuous Integration (CI)](./devops/tekton/index.md)* |
13 |
| - - *[Continuous Deployment (CD)](./devops/argocd/index.md)* |
| 10 | +<div class="grid cards" markdown> |
| 11 | + |
| 12 | +- :octicons-cloud-24:{ .lg .middle } __Cloud Native__ |
| 13 | + |
| 14 | + --- |
| 15 | + |
| 16 | + 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. |
| 17 | + |
| 18 | + [:octicons-arrow-right-24: Getting started](./cloud-native/index.md) |
| 19 | + |
| 20 | +- :octicons-container-24:{ .lg .middle } __Containers__ |
| 21 | + |
| 22 | + --- |
| 23 | + |
| 24 | + 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. |
| 25 | + |
| 26 | + [:octicons-arrow-right-24: Containerization](./containers/index.md) |
| 27 | + |
| 28 | +- :simple-redhatopenshift:{ .lg .middle } __Kubernetes/OpenShift__ |
| 29 | + |
| 30 | + --- |
| 31 | + |
| 32 | + Managing hundreds of containers is chaos to manage on your own. Learn how container orchestration can make it easy using Kubernetes or OpenShift. |
| 33 | + |
| 34 | + [:octicons-arrow-right-24: Container Orchestration](./openshift/index.md) |
| 35 | + |
| 36 | +- :octicons-git-compare-24:{ .lg .middle } __DevOps/GitOps__ |
| 37 | + |
| 38 | + --- |
| 39 | + |
| 40 | + DevOps/GitOps adds standards and reliability to your development lifecycle. Learn how to use it by clicking below. |
| 41 | + |
| 42 | + [:octicons-arrow-right-24: DevOps](./devops/index.md) |
| 43 | + |
| 44 | +</div> |
14 | 45 |
|
15 |
| -## Test your Knowledge |
|
0 commit comments