Get Kubernetes certified

Babylon's kindly funded the CKA and CKAD qualifications, and it seems like a great way to close the gaps in my knowledge of Kubernetes.

Questions

CKA

CKAD

Downloading course materials

export lf_username=LFtraining
export lf_password="<from the course resources lesson>"
wget \
    --execute robots=off --mirror --recursive --no-parent --continue \
    --user "$lf_username" --password "$lf_password" \
    https://training.linuxfoundation.org/cm/LFS258/

Backlinks