Skip to content

A docker image with useful things I work with every day.

Notifications You must be signed in to change notification settings

AlexsJones/kubetools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubetools

Useful tools I end up using day in and out.

Install kubernetes on docker

docker run -v /var/run/docker.sock:/var/run/docker.sock -v ${HOME}/.kube:/root/.kube -v ${PWD}:/config tibbar/kubetools:0.0.1 kind create cluster;kind export kubeconfig

Install a helm chart

docker run -v /var/run/docker.sock:/var/run/docker.sock -v ${HOME}/.kube:/root/.kube -v ${PWD}:/config tibbar/kubetools:0.0.1 helm install stable/nginx --generate-name

Install linkerd

docker run -v /var/run/docker.sock:/var/run/docker.sock -v ${HOME}/.kube:/root/.kube -v ${PWD}:/config tibbar/kubetools:0.0.1 linkerd install | kubectl apply -f -

Versions

Tool Version
Kubectl 1.17.0
Helm 3.0.2
Kind 0.7.0
Linkerd Latest

About

A docker image with useful things I work with every day.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published