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
insert into certification (name, provider, short_name, description, url, logo_url) values
14
+
('Certified Kubernetes Administrator', 'CNCF', 'CKA', 'Performance-based exam where candidates interact with the command line to solve real-world challenges', 'https://www.cncf.io/training/certification/cka/', 'https://www.cncf.io/wp-content/uploads/2021/09/kubernetes-cka-color.svg'),
15
+
('Certified Kubernetes Application Developer', 'CNCF', 'CKAD', 'Proves you can design, build, and manage cloud-native applications on Kubernetes', 'https://www.cncf.io/training/certification/ckad/', 'https://www.cncf.io/wp-content/uploads/2021/09/kubernetes-ckad-color.svg'),
16
+
('Certified Kubernetes Security Specialist', 'CNCF', 'CKS', 'Covers best practices for securing container-based applications and Kubernetes platforms', 'https://www.cncf.io/training/certification/cks/', 'https://www.cncf.io/wp-content/uploads/2020/11/kubernetes-security-specialist-logo.svg'),
17
+
('Kubernetes and Cloud Native Associate', 'CNCF', 'KCNA', 'Entry-level credential focusing on Kubernetes and broader cloud native ecosystem', 'https://www.cncf.io/training/certification/kcna/', 'https://www.cncf.io/wp-content/uploads/2021/09/kcna_color.svg'),
18
+
('Kubernetes and Cloud Security Associate', 'CNCF', 'KCSA', 'Validates skills in evaluating Kubernetes cluster security configurations and compliance', 'https://www.cncf.io/training/certification/kcsa/', 'https://www.cncf.io/wp-content/uploads/2024/03/kubernetes-kcsa-color.svg'),
19
+
('Prometheus Certified Associate', 'CNCF', 'PCA', 'Entry-level certification demonstrating foundational knowledge of observability and Prometheus monitoring', 'https://www.cncf.io/training/certification/pca/', 'https://www.cncf.io/wp-content/uploads/2023/11/PCA-Prometheus-Certified-Associate-logo-color.svg'),
20
+
('Istio Certified Associate', 'CNCF', 'ICA', 'Pre-professional certification demonstrating foundational knowledge of Istio principles, terminology, and best practices', 'https://www.cncf.io/training/certification/ica/', 'https://www.cncf.io/wp-content/uploads/2024/03/ica-icon-color.svg'),
21
+
('Cilium Certified Associate', 'CNCF', 'CCA', 'Entry-level certification designed for platform or cloud engineers interested in networking, security, and observability', 'https://www.cncf.io/training/certification/cca/', 'https://www.cncf.io/wp-content/uploads/2024/03/cca-icon-color.svg'),
22
+
('Certified Argo Project Associate', 'CNCF', 'CAPA', 'Designed for engineers, data scientists, and others interested in demonstrating their understanding of the Argo Project ecosystem', 'https://www.cncf.io/training/certification/capa/', 'https://www.cncf.io/wp-content/uploads/2024/03/capa-icon-color.svg'),
23
+
('GitOps Certified Associate', 'CNCF', 'CGOA', 'For DevOps engineers and team members, platform and software engineers, CI/CD practitioners interested in GitOps', 'https://www.cncf.io/training/certification/cgoa/', 'https://www.cncf.io/wp-content/uploads/2024/03/gitops_associate.svg'),
24
+
('Certified Backstage Associate', 'CNCF', 'CBA', 'Proves you have the skills & the mindset to work with Backstage to advance your career, your team & your organization', 'https://www.cncf.io/training/certification/cba/', 'https://www.cncf.io/wp-content/uploads/2024/11/lft_badge_backstage_associate1.svg'),
25
+
('OpenTelemetry Certified Associate', 'CNCF', 'OTCA', 'Prove your expertise in OpenTelemetry – the industry standard for tracing, metrics & logs', 'https://www.cncf.io/training/certification/otca/', 'https://www.cncf.io/wp-content/uploads/2024/11/lft_badge_opentelemetry_associate1.svg'),
26
+
('Kyverno Certified Associate', 'CNCF', 'KCA', 'Position yourself as an expert in managing and securing Kubernetes environments. Kyverno expertise shows you understand the advanced aspects of cloud management and security', 'https://www.cncf.io/training/certification/kca/', 'https://www.cncf.io/wp-content/uploads/2024/11/lft_badge_kyverno_associate1.svg');
27
+
28
+
createtablejob_certification (
29
+
job_id uuid not nullreferences job on delete cascade,
30
+
certification_id uuid not nullreferences certification on delete restrict,
0 commit comments