k8s certs info

#662
Raw
Author
socdev
Created
Jan. 22, 2023, 4:31 p.m.
Expires
Never
Size
1.5 KB
Hits
41
Syntax
markdown
Private
✗ No
You are viewing the source code of this paste. Click "Render" to see the formatted version.
# certifications

## cloud native computing foundation

###  Certified Kubernetes Administrator (CKA)

>The purpose of the Certified Kubernetes Administrator (CKA) program is to provide assurance that CKAs have the skills, knowledge, and competency to perform the responsibilities of Kubernetes administrators.

|||
|-|-|
|cost|395$usd|
|Cluster Architecture, Installation & Configuration|25%|
|Workloads & Scheduling|15%|
|Services & Networking|20%|
|Storage|10%|
|Troubleshooting|30%|

https://www.cncf.io/certification/cka/

### Certified Kubernetes Application Developer (CKAD)

>The Certified Kubernetes Application Developer exam certifies that users can design, build, configure, and expose cloud native applications for Kubernetes.
>
> A Certified Kubernetes Application Developer can define application resources and use core primitives to build, monitor, and troubleshoot scalable applications and tools in Kubernetes.

The exam assumes working knowledge of container runtimes and microservice architecture. The successful candidate will be comfortable:

-   working with (OCI-compliant) container images
-   applying Cloud Native application concepts and architectures
-   working with and validating Kubernetes resource definitions

|||
|-|-|
|cost|395$usd|
|Application Design and Build|20%|
|Application Deployment|20%|
|Application Observability and Maintenance|15%|
|Application Environment, Configuration and Security|25%|
|Services and Networking|20%|

https://www.cncf.io/certification/ckad/