Categories
bigdata bigdata/flink bigdata/spark bigdata/topics cicd cicd/jenkins cicd/travis data-science docker git kubernetes kubernetes/minikube kubernetes/prometheus kubernetes/tools shell springbootTags
minikube
Github link
: https://github.com/kubernetes/minikube
Minikube
is the single-node version of kubernetes
which will help you easily delpoy kubernetes alike cluster in your own personal computer.
You can click here for guidence of how to set up minikube.
If you want to get access to your minikube
cluster from the internet instead of your LAN(local area network), you can click here for guidence.
kubectx & kubens
Github link
: https://github.com/ahmetb/kubectx
Installation Guidence
: https://github.com/ahmetb/kubectx#installation
This tool help you switch from different (kubernetes context)[https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/#context] and namespaces.
Install fzf to enable interactive mode.
Use it with `kubecm.
kubecm
Github link
: https://github.com/sunny0826/kubecm
I recommend that store all the kubernetes config in one folder, maybe ~/.kube/configs
. And use this tool to help you mrege all this config files in to one config file ~/.kube/config
.
Add this script in ~/.bashrc
or ~/.zshrc
1 | rm -f ~/.kube/config |
you can replace ~
with your abosulute user home path
.
Tips:
- The filename of each kube config file under folder
~/.kube/configs
should have the same name with the context in its file.
kube_ps1
Github link
: https://github.com/jonmosco/kube-ps1
Add the current Kubernetes context and namespace configured on kubectl to your Bash/Zsh prompt strings.
kubefwd
Github link
: https://github.com/txn2/kubefwd
THis tool helps you get access to your kubernets service
from your own browser without extra proxy.