Hello, my name is Manav Gangwani, I’m facing an issue with making backups. What are the steps for it? What is DigitalOcean Kubernetes? How can we use it? Thanks and Regards, Manav Gangwani
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey!
If you are using a Droplet already, the easiest way to implement backups is to use the built-in DigitalOcean functionality. This will allow you to enable backups for your Droplet with a single click and without having to do any configurations.
You can follow the steps on how to do that here:
Regarding your Kubernetes quesiton, Kubernetes, at its basic level, is a system for running and coordinating containerized applications across a cluster of machines. It is a platform designed to completely manage the life cycle of containerized applications and services using methods that provide predictability, scalability, and high availability.
You can take a look at this guide here which covers the basics:
Usually running your own Kubernetes cluster can be challenging, and this is where the managed Kubernetes services like the DOKS come in handy. DigitalOcean Kubernetes (DOKS) is a managed Kubernetes service. Deploy Kubernetes clusters with a fully managed control plane, high availability, autoscaling, and native integration with DigitalOcean Load Balancers and volumes. DOKS clusters are compatible with standard Kubernetes toolchains and the DigitalOcean API and CLI:
Let me know if you have any questions!
- Bobby
That would be the same as a standart Kubernetes Cluster however with soem bonuses. Kubernetes clusters with a fully managed control plane, high availability, autoscaling, and native integration with DigitalOcean Load Balancers and volumes. DOKS clusters are compatible with standard Kubernetes toolchains and the DigitalOcean API and CLI.
As for backups of that cluster - https://docs.digitalocean.com/products/snapshooter/how-to/back-up-doks/ SnapShooter is a cloud backup and recovery solution. Use SnapShooter to back up servers, volumes, databases, and applications from DigitalOcean and other cloud providers.