1 0
Sign in to rate

CKAD Preparation Exercise

0.03MB. 0 audio & 0 images. Updated 2021-04-09.
The author has shared 2 other item(s).

Description

CKAD Preparation Exercise

Sample (from 104 notes)

Cards are customizable! When this deck is imported into the desktop program, cards will appear as the deck author has made them. If you'd like to customize what appears on the front and back of a card, you can do so by clicking the Edit button, and then clicking the Cards button.
Front Follow the logs for the "hello" pod
Back kubectl logs -f hello
Tags follow logs pod
Front Create a "hello world" job, make it run 5 times sequentially
Back Easiest to do in YAML:kubectl run hello --image=busybox --restart=OnFailure --dry-run -o yaml -- /bin/sh -c 'echo hello; sleep 30; echo world' > job.yamlAdd job.spec.completions=5spec:  completions: 5
Tags completions job yaml
Front Display the values of the "myconfig" configmap
Back kubectl get cm myconfig -o yaml --exportorkubeclt describe cm myconfig
Tags configmap describe export

After the file is downloaded, double-click on it to open it in the desktop program.

At this time, it is not possible to add shared decks directly to your AnkiWeb account - they need to be added from the desktop then synchronized to AnkiWeb.

Reviews

on 1630997868
nice set, thank you