Question 31
Which kubernetes object do deployments use behind the scenes when they need to scale pods?
Question 32
You are building a CI/CD pipeline to deploy a Java application to Kubernetes. The application requires a specific Java version and some libraries to run correctly. How would you ensure that the correct runtime environment is available in the Kubernetes cluster?
Question 33
You are deploying a microservices application to Kubernetes using a CI/CD pipeline. Which of the following tools are most commonly used for managing the deployment process and ensuring rolling updates?
Question 34
What is the purpose of the 'kubectl' command-line tool in Kubernetes?
Question 35
How can persistent volume be provisioned?


