top of page

UPDATES
Search
CKA EXAM QS-15 2025
Question 15: An NGINX Deployment named nginx-static is running in the nginx-static namesapce. it is configured using a ConfigMap named nginx-config. Update the nginx-config ConfigMap to allow only TLSv1.3 connection You may re-create, restart, or scale resources as necessary. You can use the folowing command to test the changes. #curl --tls-max 1.3 https://web.k8s.local #curl --tls-max 1.2 https://web.k8s.local #shouldn't be open ==============================================
Ingress now
Oct 201 min read
Â
Â
Â
CKA EXAM QS-2 2025
1- Create a new ingress resource as follows: Name: echo namespace: sound-repeater Exposing Service schoserver-service on http://example.org/echo using Service port 8080 The availability of service schoserver-service can be checked using the following command which should return 200. ========================================================= Answer: - again open https://kubernetes.io/docs/home/ website and search ingress rule. copy and paste the yaml file and edit the paramet
Ingress now
Oct 201 min read
Â
Â
Â
bottom of page
