CKS Exam Question 11

Using the runtime detection tool Falco, Analyse the container behavior for at least 20 seconds, using filters that detect newly spawning and executing processes in a single container of Nginx.
  • CKS Exam Question 12

    Using the runtime detection tool Falco, Analyse the container behavior for at least 30 seconds, using filters that detect newly spawning and executing processes
  • CKS Exam Question 13

    SIMULATION
    Enable audit logs in the cluster, To Do so, enable the log backend, and ensure that
    1. logs are stored at /var/log/kubernetes/kubernetes-logs.txt.
    2. Log files are retained for 5 days.
    3. at maximum, a number of 10 old audit logs files are retained.
    Edit and extend the basic policy to log:
    1. Cronjobs changes at RequestResponse
    2. Log the request body of deployments changes in the namespace kube-system.
    3. Log all other resources in core and extensions at the Request level.
    4. Don't log watch requests by the "system:kube-proxy" on endpoints or
  • CKS Exam Question 14

    SIMULATION
    a. Retrieve the content of the existing secret named default-token-xxxxx in the testing namespace.
    Store the value of the token in the token.txt
    b. Create a new secret named test-db-secret in the DB namespace with the following content:
    username: mysql
    password: password@123
    Create the Pod name test-db-pod of image nginx in the namespace db that can access test-db-secret via a volume at path /etc/mysql-credentials

    CKS Exam Question 15

    Create a RuntimeClass named gvisor-rc using the prepared runtime handler named runsc.
    Create a Pods of image Nginx in the Namespace server to run on the gVisor runtime class