@@ -15,42 +15,44 @@ weight: 1
15
15
16
16
<p >The <a href =" https://cncf.io " >CNCF</a > delivers several Kubernetes certifications, which are listed in the following table.</p >
17
17
18
- <table >
18
+ <div style =" display : flex ; justify-content : center ;" >
19
+ <table style =" width : 80% ; table-layout : fixed ;" >
19
20
<thead >
20
21
<tr >
21
- <th >Certification</th >
22
- <th >Type</th >
23
- <th >Badge</th >
22
+ <th style = " width : 50 % ; text-align : left ; " >Certification</th >
23
+ <th style = " width : 20 % ; text-align : center ; " >Type</th >
24
+ <th style = " width : 30 % ; text-align : center ; " >Badge</th >
24
25
</tr >
25
26
</thead >
26
27
<tbody >
27
28
<tr >
28
- <td style =" vertical-align : middle ;" >Kubernetes and Cloud Native Associate (KCNA)</td >
29
- <td style =" vertical-align : middle ;" >MCQ</td >
30
- <td style =" vertical-align : middle ; text-align : center ;" >{{< image src="/images/learning-path/cka/certifications/kcna.png" width="90px " align="center" alt="" >}}</td >
29
+ <td style =" vertical-align : middle ; padding : 10 px ; " >Kubernetes and Cloud Native Associate (KCNA)</td >
30
+ <td style =" vertical-align : middle ; text-align : center ; padding : 10 px ; " >MCQ</td >
31
+ <td style =" vertical-align : middle ; text-align : center ; padding : 10 px ; " >{{< image src="/images/learning-path/cka/certifications/kcna.png" width="120px " align="center" alt="" >}}</td >
31
32
</tr >
32
33
<tr >
33
- <td style =" vertical-align : middle ;" >Kubernetes and Cloud Native Security Associate (KCSA)</td >
34
- <td style =" vertical-align : middle ;" >MCQ</td >
35
- <td style =" vertical-align : middle ; text-align : center ;" >{{< image src="/images/learning-path/cka/certifications/kcsa.png" width="90px " align="center" alt="" >}}</td >
34
+ <td style =" vertical-align : middle ; padding : 10 px ; " >Kubernetes and Cloud Native Security Associate (KCSA)</td >
35
+ <td style =" vertical-align : middle ; text-align : center ; padding : 10 px ; " >MCQ</td >
36
+ <td style =" vertical-align : middle ; text-align : center ; padding : 10 px ; " >{{< image src="/images/learning-path/cka/certifications/kcsa.png" width="120px " align="center" alt="" >}}</td >
36
37
</tr >
37
38
<tr >
38
- <td style =" vertical-align : middle ;" >Certified Kubernetes Application Developer (CKAD)</td >
39
- <td style =" vertical-align : middle ;" >Practice</td >
40
- <td style =" vertical-align : middle ; text-align : center ;" >{{< image src="/images/learning-path/cka/certifications/ckad.png" width="90px " align="center" alt="" >}}</td >
39
+ <td style =" vertical-align : middle ; padding : 10 px ; " >Certified Kubernetes Application Developer (CKAD)</td >
40
+ <td style =" vertical-align : middle ; text-align : center ; padding : 10 px ; " >Practice</td >
41
+ <td style =" vertical-align : middle ; text-align : center ; padding : 10 px ; " >{{< image src="/images/learning-path/cka/certifications/ckad.png" width="120px " align="center" alt="" >}}</td >
41
42
</tr >
42
43
<tr >
43
- <td style =" vertical-align : middle ;" >Certified Kubernetes Administrator (CKA)</td >
44
- <td style =" vertical-align : middle ;" >Practice</td >
45
- <td style =" vertical-align : middle ; text-align : center ;" >{{< image src="/images/learning-path/cka/certifications/cka.png" width="90px " align="center" alt="" >}}</td >
44
+ <td style =" vertical-align : middle ; padding : 10 px ; " >Certified Kubernetes Administrator (CKA)</td >
45
+ <td style =" vertical-align : middle ; text-align : center ; padding : 10 px ; " >Practice</td >
46
+ <td style =" vertical-align : middle ; text-align : center ; padding : 10 px ; " >{{< image src="/images/learning-path/cka/certifications/cka.png" width="120px " align="center" alt="" >}}</td >
46
47
</tr >
47
48
<tr >
48
- <td style =" vertical-align : middle ;" >Certified Kubernetes Security Specialist (CKS) <em >passing the CKA is a requirement before passing the CKS</em ></td >
49
- <td style =" vertical-align : middle ;" >Practice</td >
50
- <td style =" vertical-align : middle ; text-align : center ;" >{{< image src="/images/learning-path/cka/certifications/cks.png" width="90px " align="center" alt="" >}}</td >
49
+ <td style =" vertical-align : middle ; padding : 10 px ; " >Certified Kubernetes Security Specialist (CKS) <em >passing the CKA is a requirement before passing the CKS</em ></td >
50
+ <td style =" vertical-align : middle ; text-align : center ; padding : 10 px ; " >Practice</td >
51
+ <td style =" vertical-align : middle ; text-align : center ; padding : 10 px ; " >{{< image src="/images/learning-path/cka/certifications/cks.png" width="120px " align="center" alt="" >}}</td >
51
52
</tr >
52
53
</tbody >
53
54
</table >
55
+ </div >
54
56
55
57
<p >If you pass all those certifications, you become a <a href =" https://www.cncf.io/training/kubestronaut/ " >Kubestronaut</a >.</p >
56
58
<p >If you pass all those certifications, you become a <a href =" https://www.cncf.io/training/kubestronaut/ " >Kubestronaut</a >.</p >
@@ -60,7 +62,8 @@ weight: 1
60
62
61
63
<p >The following table summarizes the distribution of the CKA questions across 5 main subjects.</p >
62
64
63
- <table >
65
+ <div style =" display : flex ; justify-content : center ;" >
66
+ <table style =" width : 80% ; table-layout : fixed ;" >
64
67
<thead >
65
68
<tr >
66
69
<th >Subject</th >
@@ -90,6 +93,7 @@ weight: 1
90
93
</tr >
91
94
</tbody >
92
95
</table >
96
+ </div >
93
97
94
98
<h2 >CKA Environment</h2 >
95
99
<hr >
0 commit comments