Skip to content

Commit 5cf699c

Browse files
committed
fixes to the course.
1 parent 4ef7e08 commit 5cf699c

File tree

2 files changed

+40
-10
lines changed

2 files changed

+40
-10
lines changed

docs/index.md

Lines changed: 39 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,45 @@
1-
# IBM Client Engineering Cloud Native Bootcamp
1+
# IBM Cloud Native Bootcamp
22

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.
46

57

68
## Concepts Covered
79

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>
1445

15-
## Test your Knowledge

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ theme:
2323
logo: images/watson-white-logo.png
2424
favicon: images/watson-white-logo.png
2525
font:
26-
text: IBM Plex Sans Light
26+
text: IBM Plex Sans
2727
plugins:
2828
- search
2929
- git-revision-date-localized:

0 commit comments

Comments
 (0)