Certificate Authentication

Certified Kubernetes Application Developer (CKAD) - exam...

Add to LinkedIn

Certificate ID: 
707423
Authentication Code: 
39bde
Certified Person Name: 
Jan Sroczyński
Trainer Name: 
Kamil Baran
Duration Days: 
3
Duration Hours: 
21
Course Name: 
Certified Kubernetes Application Developer (CKAD) - exam preparation
Course Date: 
30 January 2023 09:00 to 1 February 2023 16:00
Course Outline: 
  1. Core concepts

    1. Kubernetes architecture
    2. Cluster components
  2. Building the app

    1. Creating containers
    2. Configuring local Docker repo
  3. Pod design

    1. Base configuration
    2. Liveness and readiness probes
    3. CPU and memory constraints
    4. Resource limits for a namespace
  4. Security

    1. Security context
    2. Service accounts
    3. Secrets
    4. Kubernetes network policy
    5. Linux capabilities
  5. Deployment configuration

    1. Controllers: deployments, daemon sets and stateful sets
    2. Jobs and cron jobs
    3. Config maps
    4. Rolling upgrade, blue-green deployment, canary deployment
    5. Using Helm for managing deployments
    6. Kubernetes API resources
  6. Multi-container pods

    1. Sidecar, ambassador and adapter containers
    2. Init containers
  7. Services & Networking

    1. Services and different types
    2. Load balancing
    3. Ingress controller
  8. State Persistence

    1. Persistence of application state in Kubernetes
    2. Ephemeral storage
    3. Persistent volumes and claims
    4. Storage classes