Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d0whc3r/velero-kubectl

Velero + kubectl
https://github.com/d0whc3r/velero-kubectl

k8s kubectl kubectl-plugins kubernetes velero velero-kubernetes

Last synced: about 2 months ago
JSON representation

Velero + kubectl

Awesome Lists containing this project

README

        

# Velero with kubectl
Docker image to use velero with kubectl

1. Create a file in `.kube/config` with kubernetes config file
1. Execute `docker run --rm -it -v $PWD:/root/ d0whc3r/velero-kubectl kubectl get namespaces` to check if kubectl file is correct and kubectl have connection to kubernetes cluster
1. Run velero install `docker run --rm -it -v $PWD:/root/ d0whc3r/velero-kubectl velero install ...`