seriohub / velero-api

This Python project is designed to communicate with the velero client in the Kubernetes environment. Created as a backend project for Velero-UI.
Apache License 2.0
8 stars 2 forks source link

k8s cluster with no access to internet #32

Closed gabrielfsousa closed 2 weeks ago

gabrielfsousa commented 1 month ago

can you add exception options when the cluster dont have access to the internet ?

davideserio commented 1 month ago

Hi,

The software uses the internet connection for 3 main purposes:

I understand that there are isolated clusters or that you may want to limit connectivity, which would also limit some functionality.

Currently, the software is mainly designed with the assumption of internet connectivity. However, it should work by foregoing notifications related to backups/restores/schedules operations and updates.

Regarding the specific version, in the case of no connectivity, there are 2 options:

Everything else should function without issues.

We are currently working on a solution for multi-cluster monitoring and cannot conduct extensive tests for isolated cluster. Nevertheless, if you encounter any errors and report them here, we can consider possible solutions.