Skip to content

Commit d345d8a

Browse files
committed
Converted certification table to markdawn
Signed-off-by: ShashaankS <shashaank.srivastava04@gmail.com>
1 parent 8337776 commit d345d8a

File tree

1 file changed

+8
-40
lines changed
  • content/en/learning-paths/mastering-kubernetes-for-engineers/cka/content

1 file changed

+8
-40
lines changed

content/en/learning-paths/mastering-kubernetes-for-engineers/cka/content/certifications.md

Lines changed: 8 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -15,46 +15,14 @@ Get an overview of the existing Kubernetes certifications and what you need to l
1515
## Several certifications available
1616
---
1717

18-
The [CNCF](https://cncf.io) delivers several Kubernetes certifications, which are listed in the following table.
19-
20-
<div style="display: flex; justify-content: left;">
21-
<table style="width: 80%; table-layout: fixed;">
22-
<thead>
23-
<tr>
24-
<th style="width: 50%; text-align: left;">Certification</th>
25-
<th style="width: 20%; text-align: center;">Type</th>
26-
<th style="width: 30%; text-align: center;">Badge</th>
27-
</tr>
28-
</thead>
29-
<tbody>
30-
<tr>
31-
<td style="vertical-align: middle; padding: 10px;">Kubernetes and Cloud Native Associate (KCNA)</td>
32-
<td style="vertical-align: middle; text-align: center; padding: 10px;">MCQ</td>
33-
<td style="vertical-align: middle; text-align: center; padding: 10px;">{{< image src="/images/learning-path/cka/certifications/kcna.png" width="120px" align="center" alt="" >}}</td>
34-
</tr>
35-
<tr>
36-
<td style="vertical-align: middle; padding: 10px;">Kubernetes and Cloud Native Security Associate (KCSA)</td>
37-
<td style="vertical-align: middle; text-align: center; padding: 10px;">MCQ</td>
38-
<td style="vertical-align: middle; text-align: center; padding: 10px;">{{< image src="/images/learning-path/cka/certifications/kcsa.png" width="120px" align="center" alt="" >}}</td>
39-
</tr>
40-
<tr>
41-
<td style="vertical-align: middle; padding: 10px;">Certified Kubernetes Application Developer (CKAD)</td>
42-
<td style="vertical-align: middle; text-align: center; padding: 10px;">Practice</td>
43-
<td style="vertical-align: middle; text-align: center; padding: 10px;">{{< image src="/images/learning-path/cka/certifications/ckad.png" width="120px" align="center" alt="" >}}</td>
44-
</tr>
45-
<tr>
46-
<td style="vertical-align: middle; padding: 10px;">Certified Kubernetes Administrator (CKA)</td>
47-
<td style="vertical-align: middle; text-align: center; padding: 10px;">Practice</td>
48-
<td style="vertical-align: middle; text-align: center; padding: 10px;">{{< image src="/images/learning-path/cka/certifications/cka.png" width="120px" align="center" alt="" >}}</td>
49-
</tr>
50-
<tr>
51-
<td style="vertical-align: middle; padding: 10px;">Certified Kubernetes Security Specialist (CKS) <em>passing the CKA is a requirement before passing the CKS</em></td>
52-
<td style="vertical-align: middle; text-align: center; padding: 10px;">Practice</td>
53-
<td style="vertical-align: middle; text-align: center; padding: 10px;">{{< image src="/images/learning-path/cka/certifications/cks.png" width="120px" align="center" alt="" >}}</td>
54-
</tr>
55-
</tbody>
56-
</table>
57-
</div>
18+
| Certification | Type | Badge |
19+
|---------------|------|-------|
20+
| Kubernetes and Cloud Native Associate (KCNA) | MCQ | <img src="/images/learning-path/cka/certifications/kcsa.png" style="width: 120px;"> |
21+
| Kubernetes and Cloud Native Security Associate (KCSA) | MCQ | <img src="/images/learning-path/cka/certifications/kcsa.png" style="width: 120px;"> |
22+
| Certified Kubernetes Application Developer (CKAD) | Practice | <img src="/images/learning-path/cka/certifications/ckad.png" style="width: 120px;"> |
23+
| Certified Kubernetes Administrator (CKA) | Practice | <img src="/images/learning-path/cka/certifications/cka.png" style="width: 120px;"> |
24+
| Certified Kubernetes Security Specialist (CKS) <br> \*passing the CKA is a requirement before passing the CKS* | Practice | <img src="/images/learning-path/cka/certifications/cks.png" style="width: 120px;"> |
25+
5826

5927
If you pass all those certifications, you become a [Kubestronaut](https://www.cncf.io/training/kubestronaut/).
6028

0 commit comments

Comments
 (0)