Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

CKA Exam Dumps - Certified Kubernetes Administrator (CKA) Program

Question # 4

Create a namespace called 'development' and a pod with image nginx called nginx on this namespace.

Full Access
Question # 5

Create a pod that echo “hello world” and then exists. Have the pod deleted automatically when it’s completed

Full Access
Question # 6

Scale the deployment webserver to 6 pods.

Full Access
Question # 7

Create a deployment as follows:

  • Name: nginx-app
  • Using container nginx with version 1.11.10-alpine
  • The deployment should contain 3 replicas

Next, deploy the application with new version 1.11.13-alpine, by performing a rolling update.

Finally, rollback that update to the previous version 1.11.10-alpine.

Full Access
Question # 8

Monitor the logs of pod foo and:

  • Extract log lines corresponding to error

unable-to-access-website

  • Write them to/opt/KULM00201/foo

Full Access
Question # 9

Score: 7%

Task

Create a new NetworkPolicy named allow-port-from-namespace in the existing namespace echo. Ensure that the new NetworkPolicy allows Pods in namespace my-app to connect to port 9000 of Pods in namespace echo.

Further ensure that the new NetworkPolicy:

• does not allow access to Pods, which don't listen on port 9000

• does not allow access from Pods, which are not in namespace my-app

Full Access
Question # 10

From the pod label name=cpu-utilizer, find pods running high CPU workloads and

write the name of the pod consuming most CPU to the file /opt/KUTR00102/KUTR00102.txt (which already exists).

Full Access