Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```