K
K
Konstantin2021-05-25 13:49:54
Kubernetes
Konstantin, 2021-05-25 13:49:54

Colleagues, how to store data in a DigitalOcean kubernetes cluster?

Colleagues, tell me, there is a folder with data, including the mysql database. I deployed the cluster, but I don’t understand how to copy the data folder to node.
The DigitalOcean kubernetes cluster does not support ssh.
It turns out some closed managed machines, to which access is only from the office and through kubectl remotely.
But through kubectl I can't copy the folder to the nodes.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Shitskov, 2021-05-25
@Zarom

Any data in containers is ephemeral and will be lost when the pod is restarted. Block storage in a cube is organized through PersistentVolume . Block Storage in Digital Ocean doesn't support upload?

K
Konstantin, 2021-05-25
@nextuser

In the DO, I created a ticket 8 hours ago with this question. But so far no one has answered.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question