Question 11

You are deploying a new microservice to your Kubernetes cluster. This service needs to communicate with another service within the same cluster. You want to ensure that the communication between the two services is secure and reliable. Which container network interface plugin would you choose for this scenario and why?

Question 12

Your Kubernetes cluster has been running for some time, and it's becoming increasingly difficult to manage permissions for your applications. You are noticing a growing list of roles and role bindings, making it challenging to understand the relationships between them.
Describe a strategy to simplify and streamline your RBAC configuration by implementing best practices. Also, discuss how you can improve the manageability and auditing of your RBAC setup.

Question 13

You have a multi-cluster Kubernetes environment, and you need to implement cross-cluster communication between two clusters named 'cluster 1 and 'cluster?. You need to use CoreDNS to resolve service names across clusters. For example, a pod in cluster 1' should be able to access a service named 'my- service' running in 'cluster2'.

Question 14

You have a Deployment named 'my-app' with 5 replicas running an application container. You need to implement a rolling update strategy that allows for a maximum of 2 pods to be unavailable at any given time during the update process. Additionally, you want to ensure that the update process is triggered automatically whenever a new image is pushed to the Docker Hub repository 'my.org/my-app:latest'.

Question 15

For this item, you will have to ssh and complete all tasks on these
nodes. Ensure that you return to the base node (hostname: ) when you have completed this item.
Context
As 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.