Training Certified Kubernetes Administrator (CKA) 2026
Linux
14 uur
Engels (US)

Training Certified Kubernetes Administrator (CKA) 2026

Snel navigeren naar:

  • Informatie
  • Inhoud
  • Kenmerken
  • Meer informatie
  • Reviews
  • FAQ

Productinformatie

Deze training is gericht op IT-professionals die Kubernetes clusters moeten beheren in een productieomgeving. Je leert diepgaand over de architectuur van Kubernetes, het implementeren van netwerken en opslag, en het beveiligen van de clusters.

Inhoud van de training

Certified Kubernetes Administrator (CKA) 2026

14 uur

Certified Kubernetes Administrator: Kubernetes Architecture Fundamentals

Kubernetes has revolutionized the way we deploy, scale, and manage containerized applications, establishing itself as a cornerstone of modern cloud-native infrastructure. In this course, explore the fundamental concepts of Kubernetes architecture and its practical applications in real-world environments. Next, learn about the core components of Kubernetes, including the control plane, worker nodes, and essential system elements, as well as how they interact to orchestrate containers efficiently. Finally, learn the differences between Kubernetes and other container orchestration tools, Kubernetes' unique advantages, and how to avoid common setup and configuration pitfalls through proven best practices. This course is part of a collection that prepares learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: Cluster Component Troubleshooting

This course offers a detailed exploration of Kubernetes cluster components and their troubleshooting. You will learn about the API server, controller manager, scheduler, etcd, and node components. The course covers diagnosing failures, resource constraints, connectivity problems, and configuration errors. You will gain skills in analyzing logs, using diagnostic tools, and applying best practices to maintain cluster health. Troubleshooting techniques will be demonstrated through practical examples and hands-on labs. By the end of this course, you will be able to effectively identify and fix common issues to ensure your Kubernetes cluster remains stable and reliable. This course is part of a collection that prepares learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: Pod Management & Essential kubectl Commands

Managing pods is fundamental to running applications in Kubernetes. In this course, learn what Pods are, how they work, and why they matter for workload management. You'll create Pods using manifest files and kubectl commands, update and delete them, and monitor their health through status checks, logs, and events. Next, explore ReplicaSets and Deployments to maintain stability, scale workloads, and perform rolling updates without downtime. Hands-on demonstrations reinforce Pod lifecycle management and workload operations. This course is part of a collection that prepares learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: Networking Services, DNS, & Ingress

Kubernetes networking ensures seamless communication between applications running inside the cluster and those accessed externally. In this course, learn about the networking model in Kubernetes, including Pod communication, Service abstraction, DNS resolution, and Ingress traffic management. Next, discover how to expose applications using various service types, including ClusterIP, NodePort, and LoadBalancer, and configure Ingress resources for efficient HTTP routing. Finally, explore how Kubernetes manages both internal and external networking, how to leverage CoreDNS for DNS resolution, and how to deploy Ingress resources to route traffic. This course is part of a collection that prepares learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: Kubernetes Storage Fundamentals

Kubernetes storage goes beyond ephemeral containers by providing mechanisms to manage and persist application data reliably. In this course, explore how persistent storage is abstracted and automated using StorageClasses and dynamic provisioning. Next, learn how to configure and connect PVs, PVCs, and StorageClasses to support reliable data management for real workloads. Finally, discover how to apply these concepts using best practices for building resilient, exam-ready Kubernetes storage solutions. This course is part of a collection that prepares learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: Cluster Architecture & Components

Kubernetes maintains desired state, stores cluster data, and orchestrates workloads across distributed environments. In this course, you'll learn how Kubernetes components interact to maintain cluster health, performance, and reliability. Discover the role of Kubernetes control plane components, the etcd cluster data store, and the control loops that drive Kubernetes automation. Next, explore high availability strategies, container runtime integration, and kubelet configuration, which will help define how Kubernetes ensures resilience and scalability. This course is part of a collection that prepares learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: Application & Network Debugging

Debugging applications and networks in Kubernetes environments is essential to maintaining reliable, efficient systems. This course teaches how to diagnose and resolve common application‑level failures and network issues within Kubernetes environments. In this course, explore the causes of crashes, misconfigurations, failing pods, DNS resolution issues, service discovery problems, and connectivity failures that frequently appear in real‑world clusters. Next, learn how these issues manifest, how to interpret relevant signals, and how application behavior interacts with underlying network components. Finally, discover how to analyze logs, inspect running workloads, and use kubectl, network diagnostic commands, and observability tools to troubleshoot end‑to‑end reliability issues. This course is part of a collection that prepares learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: Configuration Management with ConfigMaps & Secrets

Kubernetes simplifies application configuration management by separating settings from code for flexibility and security. In this course, learn about using ConfigMaps for non-sensitive data and Secrets for sensitive information. Next, discover how to inject configuration into Pods using environment variables or mount them as volumes. Finally, discover how to secure sensitive data with encryption at rest, apply best practices for organizing configuration across environments, and create, manage, and troubleshoot ConfigMaps and Secrets. After completing this course, you will be able to manage Kubernetes configuration using secure, scalable practices.

Certified Kubernetes Administrator: Ingress Controllers, Gateway API, & Load Balancing

Kubernetes clusters require efficient management of network traffic to ensure application availability and performance. This course focuses on Ingress traffic management using Ingress Controllers, the Gateway API, and load balancing strategies. In this course, explore popular Ingress Controllers such as Nginx, Traefik, and Istio to understand their role in Kubernetes traffic management. Next, discover how Gateway API enhances routing capabilities and provides advantages over traditional Ingress resources. Finally, learn how to configure advanced load balancing techniques, including session affinity and health checks, to optimize application performance. This course is part of a collection that prepares learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: Advanced Storage Configuration & Troubleshooting

Managing storage can be challenging, but mastering it opens up powerful options for your applications. In this course, learn how to manage storage access modes, such as ReadWriteOnce and ReadOnlyMany, and implement reclaim policies, like Retain and Delete, to control the storage lifecycle. Next, discover how to mount PersistentVolumeClaims (PVCs) in Pods and utilize troubleshooting techniques to resolve common storage problems, including binding failures and volume unavailability. Finally, explore how to validate storage health and performance using testing methods and implement backup and restore strategies with volume snapshots. This course is part of a collection that prepares learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: Cluster Installation with kubeadm Architecture

Kubernetes cluster setup can seem complex, but kubeadm makes it streamlined and reliable. In this course, learn to prepare infrastructure, configure system prerequisites, and initialize the control plane using kubeadm. Explore adding worker nodes, deploying CNI plugins for networking, and customizing kubeadm for production environments. Then, discover how to validate cluster health, troubleshoot common issues, and implement high availability with multi-master architecture. Finally, learn how to build and secure a Kubernetes cluster. This course is part of a collection that prepares learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: Pod & Node Troubleshooting & Log Analysis

Troubleshooting Pods and nodes is essential to maintaining reliable, efficient Kubernetes workloads. This course focuses on practical techniques for diagnosing issues across containerized applications and cluster infrastructure. In this course, learn how to inspect Pod status, identify common failure scenarios, and interpret error signals. Next, discover how to use kubectl, container logs, and system logs to trace issues from symptoms to root causes, monitor resource usage, detect resource‑related bottlenecks, apply best practices to prevent recurring failures, and debug Pods. Finally, explore how to view node health, troubleshoot real‑world scenarios that affect application reliability, and systematically diagnose and resolve issues across Pods and nodes. This course is part of a collection that prepares learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: Network Policies & CNI Plugin Management

Kubernetes clusters require efficient traffic management to ensure reliable application performance. This course focuses on ingress networking concepts, Ingress Controllers, the Gateway API, and advanced load balancing strategies. In this course, explore popular Ingress Controllers such as Nginx, Traefik, and Istio and their role in managing external and internal traffic flows. Next, discover how the Gateway API modernizes routing capabilities and provides advantages over traditional Ingress resources. Finally, learn how to implement and configure effective load balancing techniques, including session affinity and health checks, to optimize application performance. This course is part of a collection that prepares learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: Advanced Pod Scheduling and Node Assignment

Kubernetes cluster setup can feel complex, but kubeadm simplifies initialization and management for production-ready environments. In this course, learn how to prepare infrastructure and configure system prerequisites before initializing the control plane with kubeadm. Next, discover how to add worker nodes, deploy CNI plugins for networking, and customize kubeadm for high availability using a multi-master architecture. Finally, explore how to validate cluster health, troubleshoot common issues, and apply best practices for securing and scaling Kubernetes clusters. This course is part of a collection designed to prepare learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: RBAC, Security Policies, and Secrets Management

Kubernetes security is essential for safeguarding containerized applications and cluster resources. This course focuses on implementing robust security controls using RBAC, network policies, and secrets management. In this course, learn how to configure roles and permissions with Role-Based Access Control (RBAC) to manage access within your cluster. Next, discover how to isolate pod network traffic using Kubernetes network policies to strengthen security boundaries. Finally, explore secure methods for storing and managing sensitive data with Kubernetes Secrets, along with best practices for encryption and access control. This course is part of a collection that prepares learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: Networking & Storage Troubleshooting

Kubernetes manages application communication through different service models, and understanding them is essential because Kubernetes uses different Service types for communication. This course focuses on practical techniques for resolving common issues in Kubernetes environments. In this course, you will explore how to resolve problems with Service access, validate internal DNS resolution for Services, and address traffic restrictions caused by Network Policies. Next, you will discover how to identify issues with PersistentVolumeClaim binding and fix problems with volume access in Pods. Finally, you will learn consistent debugging strategies and how to apply them to debug and resolve real-world networking and storage issues in a cluster. This course is part of a collection designed to prepare learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: Certificate Management & RBAC Security

This course focuses on how certificates protect cluster communication and how role-based access control (RBAC) enforces access control. Explore the lifecycle of certificates including generation, renewal, and validation to maintain secure connections between Kubernetes components. Learn about the RBAC architecture and the use of policies that control permissions at both namespace and cluster levels. Finally, discover how to troubleshoot certificate issues and author effective RBAC policies. This course is part of a collection that prepares learners for the Certified Kubernetes Administrator (CKA) exam.

Certified Kubernetes Administrator: Practice Exam & Final Review

The Certified Kubernetes Administrator (CKA) exam is designed to assess your ability to work with Kubernetes in practical, real-world situations. This course prepares you for the CKA exam by emphasizing exam readiness and practical application. In this course, explore the exam's structure and format to build familiarity with its requirements and expectations. Next, discover practical strategies for tackling timed practice exams, reviewing solutions effectively, and avoiding common pitfalls while strengthening both technical accuracy and confidence. Finally, learn how to approach questions strategically, prioritize tasks, and manage time under pressure, developing an exam-focused mindset that mirrors real exam conditions and prepares you for success. This course is part of a collection that prepares learners for the Certified Kubernetes Administrator (CKA) exam.

Kenmerken

Docent inbegrepen
Bereidt voor op officieel examen
Engels (US)
14 uur
Linux
180 dagen online toegang
HBO

Meer informatie

Voorkennis

Voor deze training is solide ervaring met Linux, containers (Docker) en shell-commando's vereist.

Resultaat

Na het volgen van deze training heb je kennis van hoe je Kubernetes clusters installeert, configureert, beheert en problemen oplost.

Positieve reacties van cursisten

Training: Leidinggeven aan de AI transformatie

Nuttige training. Het bestelproces verliep vlot, ik kon direct beginnen.

- Mike van Manen

Onbeperkt Leren Abonnement

Onbeperkt Leren aangeschaft omdat je veel waar voor je geld krijgt. Ik gebruik het nog maar kort, maar eerste indruk is goed.

- Floor van Dijk

Training: Leidinggeven aan de AI transformatie

Al jaren is icttrainingen.nl onze trouwe partner op het gebied van kennisontwikkeling voor onze IT-ers. Wij zijn blij dat wij door het platform van icttrainingen.nl maatwerk en een groot aanbod aan opleidingen kunnen bieden aan ons personeel.

- Loranne, Teamlead bij Inwork

Hoe gaat het te werk?

1

Training bestellen

Nadat je de training hebt besteld krijg je bevestiging per e-mail.

2

Toegang leerplatform

In de e-mail staat een link waarmee je toegang krijgt tot ons leerplatform.

3

Direct beginnen

Je kunt direct van start. Studeer vanaf nu waar en wanneer jij wilt.

4

Training afronden

Rond de training succesvol af en ontvang van ons een certificaat!

Veelgestelde vragen

Veelgestelde vragen

Op welke manieren kan ik betalen?

Je kunt bij ons betalen met iDEAL, PayPal, Creditcard, Bancontact en op factuur. Betaal je op factuur, dan kun je met de training starten zodra de betaling binnen is.

Hoe lang heb ik toegang tot de training?

Dit verschilt per training, maar meestal 180 dagen. Je kunt dit vinden onder het kopje ‘Kenmerken’.

Waar kan ik terecht als ik vragen heb?

Je kunt onze Learning & Development collega’s tijdens kantoortijden altijd bereiken via support@icttrainingen.nl of telefonisch via 026-8402941.

Background Frame
Background Frame

Onbeperkt leren

Met ons Unlimited concept kun je onbeperkt gebruikmaken van de trainingen op de website voor een vast bedrag per maand.

Bekijk de voordelen

Heb je nog twijfels?

Of gewoon een vraag over de training? Blijf er vooral niet mee zitten. We helpen je graag verder. Daar zijn we voor!

Contactopties