C_CPE_2409 · Question #13
What is the role of SAP Gardener in SAP BTP, Kyma runtime?
The correct answer is C. It manages Kubernetes clusters across various cloud providers. SAP Gardener is an open-source Kubernetes cluster lifecycle management tool that provisions, updates, hibernates, and deletes Kubernetes clusters across multiple cloud providers (AWS, Azure, GCP, etc.) - making C correct. In the Kyma runtime context, Gardener is the underlying…
Question
What is the role of SAP Gardener in SAP BTP, Kyma runtime?
Options
- AIt is responsible for deploying SAP applications.
- BIt is a subaccount manager and deploys instances on the hyperscaler of your choice.
- CIt manages Kubernetes clusters across various cloud providers.
How the community answered
(39 responses)- A8% (3)
- B5% (2)
- C87% (34)
Explanation
SAP Gardener is an open-source Kubernetes cluster lifecycle management tool that provisions, updates, hibernates, and deletes Kubernetes clusters across multiple cloud providers (AWS, Azure, GCP, etc.) - making C correct. In the Kyma runtime context, Gardener is the underlying engine that manages the Kubernetes infrastructure powering each Kyma instance.
A is wrong because deploying SAP applications is the responsibility of developers or CI/CD pipelines, not Gardener - Gardener operates at the infrastructure level, not the application layer.
B is wrong because subaccount management is handled by the SAP BTP cockpit and the BTP provisioning service; while Gardener does spin up nodes on hyperscalers, it is not a "subaccount manager" - that's a BTP-level concept, not a Gardener concept.
Memory tip: Think of Gardener as a groundskeeper for Kubernetes gardens - it tends to the underlying cluster "soil" across any cloud provider, keeping clusters healthy, while Kyma runtime is the actual "garden" (workloads and services) growing on top of it.
Topics
Community Discussion
No community discussion yet for this question.