top of page

UPDATES
Search
CKA EXAM QS-14 2025
Question 14: Verify the cert-manager application which has been deployed to your cluster. using kubectl create a list of all cert-manager Custom Resource Definitions(CRDs) and save it to ~/resources.yaml you must be kubectl's default output format Do not set an output format. Using kubectl, extract the documentation for subject specification field of the certificate custom Resource and save it to ~/subject.yaml ==================================================== Answer: #kub
Ingress now
Oct 201 min read
Â
Â
Â
CKA EXAM QS-12 2025
Question 12: First create a gateway named web-gateway with hostname gateway.web.k8s.local that maintain the existing TLS and listener configuration from the existing ingress resource named web. Next , create an HTTPRoute named web-route with hostname gateway.web.k8s.local that maintains the existing routing rules from the current ingress resource named web. You can test your Gateway API configuration with the following command: curl https://gateway.web.k8s.local finaly
Ingress now
Oct 201 min read
Â
Â
Â
CKA EXAM QS-11 2025
Question - 11: Create a PersistentVolumeClaim (PVC) named mariadb in the mariadb namespace with the following specifications Access Mode: ReadWriteOnce Size: 250mi There is only one existing PersistentVolume Edit the MariaDB Deployment file located at ~/mariadb-deployment.yaml to use PVC you created in the previous step. ============================================================= Answer: 1- Nevigate kubernetes URL then then search PersistentVolumeClaim https://kubernetes
Ingress now
Oct 201 min read
Â
Â
Â
bottom of page
