Skip to content

Exam scenarios

Yasser Sinjab edited this page May 4, 2019 · 1 revision

Here is a list of some of scenarios that I could remember in the exam:

  • Ambassador pattern (It includes creating haproxy container that has config file loaded from configmap)
  • Multi containers pod : the first is busybox writing to volume, and the other is fluentd that read from the same mounted volume.
  • Change a service account for one existed and running pod.
  • You have a failed deployment, figure out why it is failed and fix it.
  • You have an existed pod X. Edit it liveness and readiness probes.
  • Create a cronjob that do XYZ and it is being terminated if it exceeds X seconds.
Clone this wiki locally