You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Credits: This material heavily draws from [Cloud-Native bootcamp](https://cloudnative101.dev/).
9
-
!!! note
10
-
11
7
Before you jump straight into Cloud-Native development using this crafted enablement journey, you must understand the related basic concepts, technologies used and methodologies applied for Cloud-Native development.
12
8
13
9
Developer Foundation is broken into three areas:
14
-
<Row>
15
-
16
-
<ColumncolLg={4}colMd={4}noGutterMdLeft>
17
-
<ArticleCard
18
-
color="dark"
19
-
title="Concepts"
20
-
subTitle="Principles of Cloud, Cloud-Native development & deployment"
21
-
href="/developer-foundation#concepts"
22
-
>
23
-
24
-

25
-
26
-
</ArticleCard>
27
-
</Column>
28
-
29
-
<ColumncolLg={4}colMd={4}noGutterMdLeft>
30
-
<ArticleCard
31
-
color="dark"
32
-
title="Technology"
33
-
subTitle="Basics of Containers, Kubernetes/Openshift"
34
-
href="/developer-foundation#technologies"
35
-
>
36
-
37
-

38
-
39
-
</ArticleCard>
40
-
</Column>
41
-
42
-
<ColumncolLg={4}colMd={4}noGutterMdLeft>
43
-
<ArticleCard
44
-
color="dark"
45
-
title="Methodology"
46
-
subTitle="IBM Garage Method"
47
-
href="developer-foundation#method"
48
-
>
49
-
50
-

51
-
52
-
</ArticleCard>
53
-
</Column>
54
-
55
-
</Row>
56
-
57
-
!!! note
58
-
59
-
Developer Foundation uses Katacoda service extensively for hands-on labs. Katacoda is an interactive learning and training platform for software developers. Each student is given access to a new environment without the need to install all the required components by themselves.
60
10
11
+
-[Principles of Cloud, Cloud-Native development & deployment](developer-foundation#concepts)
12
+
-[Basics of Containers, Kubernetes/Openshift](developer-foundation#technologies)
@@ -72,7 +25,6 @@ Developer Foundation uses Katacoda service extensively for hands-on labs. Kataco
72
25
| Continuous Delivery | CD overview. |[CD](/ibm-gsi-cloudnative-journey/developer-intermediate/continuous-delivery/)|
73
26
74
27
75
-
76
28
## Technologies
77
29
### Topics Covered
78
30
@@ -89,8 +41,6 @@ Developer Foundation uses Katacoda service extensively for hands-on labs. Kataco
89
41
| State Persistence| Covering Volumes and Persistence Volumes. |[State Persistence](/ibm-gsi-cloudnative-journey/developer-foundation/k8s-state-persistence/)|
90
42
| Troubleshooting | Ways to troubleshoot your kubernetes. |[Troubleshooting](/ibm-gsi-cloudnative-journey/developer-foundation/k8s-troubleshooting/)|
91
43
92
-
93
-
94
44
### Activities
95
45
96
46
=== "Self Paced"
@@ -107,11 +57,8 @@ Developer Foundation uses Katacoda service extensively for hands-on labs. Kataco
107
57
| Setting up Persistent Volumes | Covers the topics in the [State Persistence](/ibm-gsi-cloudnative-journey/developer-foundation/k8s-state-persistence/) page. |[Setting up Persistent Volumes](/ibm-gsi-cloudnative-journey/developer-foundation/activities/labs/lab10)|
108
58
| Debugging | Covers the topics in the [ Troubleshooting](/ibm-gsi-cloudnative-journey/developer-foundation/k8s-troubleshooting/) page. |[Debugging](/ibm-gsi-cloudnative-journey/developer-foundation/activities/labs/lab5)|
0 commit comments