Delete persistent volume and persistent volume claim
Verify certificate expiry date for ca certificate in /etc/kubernetes/pki
Create and configure the service front-end-service so it's accessible through NodePort and routes to the existing pod named front-end.

List all persistent volumes sorted by capacity, saving the full kubectl output to
/opt/KUCC00102/volume_list. Use kubectl 's own functionality for sorting the output, and do not manipulate it any further.

Score: 4%
Context
You have been asked to create a new ClusterRole for a deployment pipeline and bind it to a specific ServiceAccount scoped to a specific namespace.
Task
Create a new ClusterRole named deployment-clusterrole, which only allows to create the following resource types:
* Deployment
* StatefulSet
* DaemonSet
Create a new ServiceAccount named cicd-token in the existing namespace app-team1.
Bind the new ClusterRole deployment-clusterrole lo the new ServiceAccount cicd-token , limited to the namespace app-team1.
Enter your email address to download LinuxFoundation.CKA.v2022-06-06.q64 Dumps