Question No : 1
Troubleshoot and fix a StatefulSet stuck in the Pending state due to insufficient persistent storage.
정답: See the Solution below.
Solution:
Question No : 2
Deploy a Helm chart using custom values for CPU and memory limits. Validate the configuration.
정답: See the Solution below.
Solution:
Question No : 3
Deploy a Kubernetes Service with an external name to proxy traffic to an external service. Validate connectivity.
정답: See the Solution below.
Solution:
Question No : 4
Deploy an Operator to manage a Redis cluster. Validate that the Operator handles failover scenarios automatically.
정답: See the Solution below.
Solution:
Question No : 5
Configure and validate pod anti-affinity rules to ensure pods are scheduled on different nodes.
정답: See the Solution below.
Solution:
Question No : 6
Deploy an OpenShift application using a Route with custom annotations for SSL termination. Validate the external access.
정답: See the Solution below.
Solution:
Question No : 7
Expose a StatefulSet using a Headless Service to enable pod-to-pod communication. Validate DNS resolution.
정답: See the Solution below.
Solution:
Question No : 8
Deploy a ReplicaSet and scale it manually to handle increased traffic. Validate the scaling.
정답: See the Solution below.
Solution:
Question No : 9
Deploy a Kubernetes Job that retries on failure with exponential backoff. Validate the retry behavior.
정답: See the Solution below.
Solution:
Question No : 10
Deploy an application using Kustomize to overlay environment-specific configurations, including labels and resource limits. Validate the deployment.
정답: See the Solution below.
Solution:
Question No : 11
Deploy an application using an OpenShift Operator and verify its functionality.
정답: See the Solution below.
Solution:
Question No : 12
Configure a Headless Service for a StatefulSet to support a database cluster. Validate that DNS resolves to individual pod IPs.
정답: See the Solution below.
Solution:
Question No : 13
Create a Helm chart for an Nginx application and use it to deploy the application.
정답: See the Solution below.
Solution:
Question No : 14
Deploy an application with a readiness probe and validate its behavior during rollout.
정답: See the Solution below.
Solution:
Question No : 15
Deploy an application using Kustomize with environment-specific overlays for dev and prod. Validate the deployment.
정답: See the Solution below.
Solution: