Get list of all the pods showing name and namespace with a jsonpath expression.
Get IP address of the pod -- ''nginx-dev''
Create a pod with environment variables as var1=value1.Check the environment variable in pod
Create a pod with image nginx called nginx and allow traffic on port 80
List all the pods sorted by created timestamp
For this item, you will have to ssh to the nodes ik8s-master-0 and ik8s-node-0 and complete all tasks on these nodes. Ensure that you return to the base node (hostname: node-1) when you have completed this item.ContextAs an administrator of a small development team, you have been asked to set up a Kubernetes cluster to test the viability of a new application.Task You must use kubeadm to perform this task. Any kubeadm invocations will require the use of the --ignore-preflight-errors=all option.Configure the node ik8s-master-O as a master node. .Join the node ik8s-node-o to the cluster.
List all the pods showing name and namespace with a json path expression
List the nginx pod with custom columns POD_NAME and POD_STATUS
Create a pod that echo ''hello world'' and then exists. Have the pod deleted automatically when it's completed
List the nginx pod with custom columns POD_NAME and POD_STATUS