Ihre Anwendungen mit Veeam Kasten sichern
Einführung
Veeam Kasten K10 ist eine Backup- und Wiederherstellungslösung, die speziell für Kubernetes-Umgebungen entwickelt wurde. Im Managed Kubernetes-Service von Cloud Temple ist Kasten integriert, damit Sie Ihre Anwendungen schützen, im Bedarfsfall Daten wiederherstellen und die Kontinuität Ihrer Aktivitäten sicherstellen können.
In diesem Tutorial führen wir Sie Schritt für Schritt durch die grundlegenden Aktionen zum Sichern und Wiederherstellen einer Anwendung mit Kasten.
Voraussetzungen
Stellen Sie sicher, dass Sie Folgendes bereitstellen:
- Ein aktiver Managed Kubernetes-Cluster.
- Die Bezeichnung Ihres Clusters (z. B.
ctodev). - Eine in Ihrem Cluster bereitgestellte Anwendung, die Sie sichern möchten.
1. Access the Kasten Dashboard
The Kasten dashboard is accessible via a secure URL, constructed using your cluster's identifier.
-
Build the access URL: The URL follows this pattern:
https://k10.external-secured.<identifier>.mk.ms-cloud-temple.com/k10/Replace<identifier>with your cluster's identifier. For example, if your identifier isctodev, the URL will be:https://k10.external-secured.ctodev.mk.ms-cloud-temple.com/k10/. -
Access the URL in your browser.
Security NoteAccess to this URL is restricted to the public IP addresses you have declared. If you are unable to connect, ensure your IP address is authorized by contacting Cloud Temple support.
The Kasten console includes an interactive quick start guide on its home page. Feel free to follow it for a hands-on introduction directly from the interface.
2. Understanding Backup Storage
By default, Kasten is preconfigured to use Cloud Temple's object storage service (S3) to securely and durably store your backups.
No configuration is required on your part. The storage location is already set up in the Kasten dashboard under Settings > Locations. This configuration ensures that your data is stored on sovereign infrastructure.
The Veeam Kasten service is included in the Managed Kubernetes offering. Backup storage on our sovereign S3 is billed on a pay-per-use basis. Please consult our pricing grid for more details.
3. Create a Backup Policy
A backup policy (Policy) is a set of rules that define when and how to back up your applications.
A backup policy named infra-backups is already configured in your Kasten instance. This policy ensures the backup of essential components included with the cluster.

Do not modify or delete this policy.
You must create your own policies to back up the applications you deploy.
-
In the Kasten dashboard, go to the Policies section and click Create New Policy.
-
Name your policy: Provide a descriptive name, for example
backup-my-app-daily. -
Set the frequency (Action):
- Action:
Snapshot(snapshot). - Frequency: Choose the frequency that suits your needs (for example,
Dailyat02:00).
- Action:
-
Select the resources to back up:
- Select resources by: You can select applications by name (
Application Name), by namespace (Namespace), or by labels. - To back up all applications in a namespace, choose
Namespaceand select the desired namespace.
- Select resources by: You can select applications by name (
-
Click
Create Policyto save.
The policy will run automatically at the defined frequency. You can also trigger a manual execution by clicking the "Play" (▶️) button next to the policy.
4. Restore an Application
Kasten makes it easy to restore an application to a previous state from a backup point.
-
In the dashboard, go to the Applications section. You will see a list of your applications and their compliance status with backup policies.
-
Select the application you want to restore.
-
Choose a restore point: The application page displays a list of available restore points. Select the one you wish to use and click Restore.
-
Configure the restore:
- You can choose to restore into a new namespace or overwrite the existing application. For this tutorial, we will overwrite the existing application.
- Click Restore to start the process.
Kasten will now restore the application to the state captured in the snapshot. You can monitor the progress in the dashboard.
5. Backup Security
Protecting your backup data is a top priority. Integrating Kasten into the Managed Kubernetes offering adheres to the highest security standards.
-
Encryption: In compliance with SecNumCloud requirements, all your backups are encrypted. Data is encrypted in transit to the S3 storage using the TLS 1.3 protocol and at rest in storage buckets using the AES-256 algorithm.
-
Permission Management: Access to the Kasten interface and its features is controlled by a role-based access control (RBAC) system integrated with Kubernetes. Only authorized users can create, modify, or execute backup and restore policies, ensuring strict governance over your backup operations.
Schlussfolgerung
Sie haben gelernt, wie Sie Veeam Kasten zum Ausführen grundlegender Sicherungs- und Wiederherstellungsvorgänge in Ihrem Managed Kubernetes-Cluster verwenden. Kasten bietet zahlreiche erweiterte Funktionen wie die Migration von Anwendungen zwischen Clustern und fein granulare Retentionsrichtlinien, die Sie erkunden können, um Ihre Daten-Schutzstrategie zu verstärken.
Weitere Informationen finden Sie in der offiziellen Kasten K10-Dokumentation.