Skip to content

d0whc3r/velero-kubectl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Velero with kubectl

Docker image to use velero with kubectl

  1. Create a file in .kube/config with kubernetes config file
  2. 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
  3. Run velero install docker run --rm -it -v $PWD:/root/ d0whc3r/velero-kubectl velero install ...