CKA-2025-MOCK-07 REQUEST AND LIMIT

Part-1

 
Create a Deployment named memory-demo in the default namespace with the following specifications:

  • It must create 4 replicas (pods).

  • Each pod must have:

    • A single container using the image nginx:alpine

    • A fair enough memory and cpu request  to set

    • limit should be  (exactly double the request)

  • The pods must run successfully without hitting memory scheduling constraints.


Part-2

Deployment named  memory-demo in the default namespace with the following specifications:

  • four pod should be running but few pod is not running 

  • troubleshoot and fix the issue

    • A fair enough memory and cpu request  to set

    • limit should be  (exactly double the request)

    • fair overhead be there 

    • you can scaledown and down deployment to 0

  • The pods must run successfully without hitting memory scheduling constraints.


Comments

Popular posts from this blog

CKA 2025 MOCK Q-05 HPA

CKA-2025 MOCK Q-06 PRIORITY

Cert-manager - Custom Resource Definitions