Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

br should support docker-swarm/k8s deployment #21

Open
wey-gu opened this issue Oct 20, 2021 · 1 comment
Open

br should support docker-swarm/k8s deployment #21

wey-gu opened this issue Oct 20, 2021 · 1 comment
Assignees
Labels
feature req Type: feature request

Comments

@wey-gu
Copy link

wey-gu commented Oct 20, 2021

as titled :-)
Thanks!

@wey-gu
Copy link
Author

wey-gu commented Jun 15, 2022

With the agent-ful design thanks to @pengweisong , it's possible now

for Docker-compose, I managed to make it work with hack of docker feature to make two container with same domain name, it's actually the base concept for Pod with multiple containers i K8s, so it should be working fin in k8s where agent as a sidecar.

ref: https://github.com/wey-gu/nebula-up/
It's playable with:

curl -fsSL nebula-up.siwei.io/all-in-one.sh | bash -s -- v3 br

Then we could do something like:

# Create a full backup to MinIO(Be sure to run load-basketballplayer-dataset.sh before doing so)
~/.nebula-up/nebula-br-backup-full.sh
# Show all backups
~/.nebula-up/nebula-br-show.sh
# Restore to a backup named BACKUP_2022_05_08_11_38_08
~/.nebula-up/nebula-br-restore-full.sh BACKUP_2022_05_08_11_38_08

@kqzh kqzh added the feature req Type: feature request label Jan 30, 2023
@kqzh kqzh assigned kqzh and unassigned pengweisong Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

3 participants