0 Votes

CKA Exam

Last modified by Jeff McDonald on 2021/11/26 15:30

Linux Foundation

Course Resources

The user ID is LFtraining and the password is Penguin2014

Kubernetes Documentation

Access the Labs

TopicPractice ExamSolutionDocumentation
PODsPODsPODs SolutionCheat Sheet
ReplicaSetsReplicaSets  
    

PODs

kubectl get pods

kubectl run nginx --image=nginx

kubectl describe pod newpods-bcvm4

kubectl get pods -o wide

kubectl get pods webapp

kubectl describe pod webapp

kubectl delete pod webapp

kubectl run redis --image=redis123 --dry-run=client -o yaml > pod.yaml

kubectl apply -f pod.yaml

kubectl edit pod redis

ReplicaSets

kubectl get replicasets.apps

kubectl describe replicasets.apps new-replica-set

kubectl scale --replicas=5 rs/new-replica-set

Services

kubectl get services

Practice exams:

PODS

ReplicaSets

Deployments

Namespaces

Test Services

Imperative Commands

Manual Scheduling

Labels and Selectors

Taints and Tolerations

Node Affinity

Resource Limits

DaemonSets

Static Pods

Multiple Schedulers

Monitor Cluster Components

Managing Application Logs

Rolling Updates and Rollbacks

Commands and Arguments

Env Variables

Secrets

Multi Container PODs

Init Containers

OS Upgrades

Cluster Upgrade Process

Backup and Restore Methods

View Certificate Details

Certificates API

KubeConfig

Role Based Access Controls

Cluster Roles