Which command lists the pods in a specific namespace?
Which command lists the pods in a specific namespace?A . kubectl get pods -n <namespace>B . kubectl print pods n <namespace>C . kubectl list pods n <namespace>D . kubectl show pods -n <namespace>View AnswerAnswer: A
Where are Kubernetes objects persisted?
Where are Kubernetes objects persisted?A . The column storeB . The key value storeC . The etod key-value storeD . The row storeView AnswerAnswer: C
What must you do to pull a container image from a private registry? Note: There are 2 correct Answers to this question.
What must you do to pull a container image from a private registry? Note: There are 2 correct Answers to this question.A . Create a secret with the type "kubernetes.io/docker configjson".B . Provide credentials in the pod manifest via image Pull Secrets" in "spec template metadata annotations"C . Create a...
When you create an API Rule for a service, what is created automatically?
When you create an API Rule for a service, what is created automatically?A . A Kubernetes ServiceB . A Kubernetes DeploymentC . An Istio Virtual ServiceD . A Helm ChartView AnswerAnswer: C
Which open-source project is one part of the API Gateway in Kyma?
Which open-source project is one part of the API Gateway in Kyma?A . OpenCVB . KodiC . DjangoD . IstioView AnswerAnswer: D
Which open-source projects provide data visualization in the kyma-system Namespace? Note: There are 2 correct Answers to this question.
Which open-source projects provide data visualization in the kyma-system Namespace? Note: There are 2 correct Answers to this question.A . LokiB . VectorC . GrafanaD . Prometheus Web UIView AnswerAnswer: C D
Which of the following open-source projects does SAP BTP, Kyma runtime use to expose and analyze in-cluster telemetry data? Note: There are 3 correct Answers to this question.
Which of the following open-source projects does SAP BTP, Kyma runtime use to expose and analyze in-cluster telemetry data? Note: There are 3 correct Answers to this question.A . LokiB . OpstraceC . PrometheusD . CrafanaE . VectorView AnswerAnswer: A C D
What is the kube-scheduler responsible for in a Kubernetes cluster?
What is the kube-scheduler responsible for in a Kubernetes cluster?A . To start pods in the master nodeB . To schedule pods to worker nodesC . To scale master nodes verticallyD . To schedule Cron JobsView AnswerAnswer: B
What must you do to expose the workload to the public internet?
You have deployed a workload through a Kubernetes Deployment to SAP BTP, Kyma runtime. What must you do to expose the workload to the public internet? Note: There are 3 correct Answers to this question.A . Add a readiness probe for your workload.B . Add a custom Virtual Service CR...
Which kubectl command updates objects?
Which kubectl command updates objects?A . apply -f <filename>.yamlB . kustomize <filename> yamlC . create - <filename> yamView AnswerAnswer: A