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

[META] Nebari backup and restore #2518

Closed
pt247 opened this issue Jun 18, 2024 · 1 comment
Closed

[META] Nebari backup and restore #2518

pt247 opened this issue Jun 18, 2024 · 1 comment

Comments

@pt247
Copy link
Contributor

pt247 commented Jun 18, 2024

Context

This is a meta issue that tracks the progress of backup and restore.

Nebari Backup and Restore

Option 3 in RDF for backup and restore describes the overall design.

High-level architecture:

flowchart LR
    subgraph Backup and restore library
        Client
    end
    Client-->I
    subgraph Nebari
        I
    I[Backup and restore interface API]-->K[Keycloak API]
    I-->C[Conda store API]
    I-->N[User data API]
    end
Loading

Related tasks:

  1. Create Nebari REST API using FastAPI to expose the existing Keycloak API.
  2. Conda store API
  3. User data API
@viniciusdc
Copy link
Contributor

superseded by #2648

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants