Tools
How to extended K8s power!
If you are trying to use Tilt with minikube and get this error
Error: Could not read node IP from minikube: exec: "minikube": executable file not found in $PATH
Edit ir your minikube kubeconfig file and change the fields bellow to minikubeA (or any string different of minikube):
- clusters.0.name
- contexts.context.cluster
- contexts.0.name
- current-context
GitOps friendly
GitOps friendly
GitOps friendly
GitOps friendly
Operator that automates the promotion of canary deployments
GitOps friendly
GitOps friendly
GitOps friendly
GitOps friendly
Hint: add something like this in your $HOME/.bashrc
export KC=$HOME/.kube
export KUBECONFIG=$KC/my-kubeconfig-001:\
$KC/my-kubeconfig-002:\
$KC/my-kubeconfig-003
alias ctx="kubectl ctx"
alias ns="kubectl ns"
PS1="[\u@\h \W \$(kubectl ctx -c):\$(kubectl ns -c)]\$ "
GitOps friendly