Skip to content

Commit 6f0ca09

Browse files
authored
Merge pull request #13 from ibm-cloud-architecture/bak-updateCloudNative
Bak update cloud native
2 parents ebdb824 + 2c3d20c commit 6f0ca09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Bootcamp Overview
44

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. We want to provide a way for
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. We want to provide a way for anyone using this site to come away with some hands-on experience in each of the different technologies listed below.
66

77

88
## Concepts Covered

docs/openshift/pods/health-checks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A Probe is a diagnostic performed periodically by the kubelet on a Container. To
1010

1111
**_HTTPGetAction_**: Performs an HTTP Get request against the Container’s IP address on a specified port and path. The diagnostic is considered successful if the response has a status code greater than or equal to 200 and less than 400.
1212

13-
<br></br>
13+
1414
The kubelet can optionally perform and react to three kinds of probes on running Containers:
1515

1616
**_livenessProbe_**: Indicates whether the Container is running. Runs for the lifetime of the Container.

0 commit comments

Comments
 (0)