This test is designed to assess a candidate's knowledge of Kubernetes technology. It covers core concepts, application life cycle, CLI, and container orchestration platform. The test will include multiple choice questions and scenarios to evaluate the candidate's understanding of the topics. The questions will focus on the fundamentals of Kubernetes technology, such as its architecture, components, and features. Additionally, the test will assess the candidate's ability to use Kubernetes CLI commands and understand how to deploy applications using Kubernetes container orchestration platform.
Example Question:
1. kubectl port-open pod/mypod 80:8080
2. kubectl forward-port pod/mypod 80:8080
3. kubectl port-forward pod/mypod 80:8080
4. kubectl get port pod/mypod 80:8080