This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hi, all.
Sorry, it's my first post here and I'm also new to K8s. I'm just playing around and want to see if I can justifiably move all my personal projects(sites) from a single host Docker to a K8s cluster. I've setup 3 node cluster with CephFS on Rook as a shared persistent storage.
Now, the question comes on how to work with these Ceph-based PVs from a remote station? I can do kubectl cp
as a one off data move. But it's not practical for day2day code edits. With Docker's local volume I could simply do a remote connection with VSCode and have a local FS experience: make a single edit and the change is pushed inmmediately to my http site.
Generally, what's the established way for web developers to work in a K8s environment these days?
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/kubernetes/...