Skip to content

Training

Training

Warning

This documentation is deprecated, please check here for its new home

In addition to the material available on the internet, the CERN learning hub offers Kubernetes training and certifications from the Linux Foundation.

See below for references.

CERN

Learning Hub

The CERN learning hub offers Kubernetes training and certifications from the Linux Foundation, check here for details.

These include Kubernetes Administrator (CKA), Kubernetes for Developers (CKAD), Kubernetes Security Specialist (CKS) and Essentials of Linux Administration (LFCS).

You can rely on CERN OpenStack resources to go through the e-learning courses, all CERN users have a personal project. We also make an Ubuntu image available (unsupported) that should fit the courses' needs:

openstack image list --community | grep Ubuntu

DNS setup for Ubuntu images: - To configure the CERN DNS server you can boot an Ubuntu server with the following user-data:

$ cat ubuntu-systemd-resolved.yaml
#cloud-config
bootcmd:
- printf "[Resolve]\nDNS=137.138.16.5 137.138.17.5\n" > /etc/systemd/resolved.conf
- [systemctl, restart, systemd-resolved]
openstack server create --user-data ubuntu-systemd-resolved.yaml ...

Webinars

We run regular webinars on a variety of topics, with recordings.

Check this agenda page for the full schedule, and find the recordings in our youtube channel as well.

Tutorials

Lectures and Training

External

O'Reilly Learning, start by signing in here with your CERN account:

Hands-on online platforms (an easy way to start trying Kubernetes):


Last update: June 21, 2022