Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erasmolpa/kubernetes-cli-docker
Kubernetes cluster Client with Helm, Kubectl and Helmfile
https://github.com/erasmolpa/kubernetes-cli-docker
cli-tool docker helm kubernetes
Last synced: about 2 months ago
JSON representation
Kubernetes cluster Client with Helm, Kubectl and Helmfile
- Host: GitHub
- URL: https://github.com/erasmolpa/kubernetes-cli-docker
- Owner: erasmolpa
- Created: 2021-03-30T13:10:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T08:36:39.000Z (almost 4 years ago)
- Last Synced: 2024-10-31T22:22:09.101Z (3 months ago)
- Topics: cli-tool, docker, helm, kubernetes
- Language: Dockerfile
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kube-cli-docker
Kubernetes cluster Client with Helm, Kubectl and Helmfile# Run
1) Set the Environment variable **KUBECONFIG_PATH** defined in the **.env** with the path of your .kube directory; Eg /Users/you/.kube .
This setting is requited to mount a volume.2) Execute
```makefile
make d-build
```3) Execute
```makefile
make d-run
```