Create and configure the service front-end-service so it's accessible through NodePort and routes to the existing pod named front-end.

Set the node named ek8s-node-1 as unavailable and reschedule all the pods running on it.

Configure the kubelet systemd- managed service, on the node labelled with name=wk8s-node-1, to launch a pod containing a single container of Image httpd named webtool automatically. Any spec files required should be placed in the /etc/kubernetes/manifests directory on the node.
You can ssh to the appropriate node using:
[student@node-1] $ ssh wk8s-node-1
You can assume elevated privileges on the node with the following command:
[student@wk8s-node-1] $ | sudo -i





Create a pod as follows:
* Name:mongo
* Using Image:mongo
* In anew Kubernetes namespacenamed:my-website

List all the pods showing name and namespace with a json path expression
Enter your email address to download LinuxFoundation.CKA.v2022-12-07.q68 Dumps