Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/d0whc3r/velero-kubectl
- Owner: d0whc3r
- Created: 2021-01-10T17:25:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T02:58:33.000Z (4 months ago)
- Last Synced: 2024-09-13T15:24:53.873Z (4 months ago)
- Topics: k8s, kubectl, kubectl-plugins, kubernetes, velero, velero-kubernetes
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Velero with kubectl
Docker image to use velero with kubectl1. 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 ...`