21 minutes ago
To limit the maximum number of pods in the honeybee-deployment to 10 for your CKAD exam, you need to modify the deployment configuration file. In the YAML file, set the replicas field to 10 under the spec section. This configuration will ensure that Kubernetes maintains up to 10 pods running at any time. After making this change, apply the updated configuration using the command kubectl apply -f <deployment-file>.yaml. This adjustment will help you manage resource usage effectively while adhering to the exam's requirements.
https://www.examshome.com/provider/linux-foundation/exam/ckad