Skip to main content

Minikube Testing easy access cmds

Start Minikube

Minikube forwards the service to localhost

Access Via tunnel

Get the external IP of the service

Output | Copy and use the IP External IP for UI access

Setup nameSpace AS Default

aws eks update-kubeconfig —region ap-south-1 —name tracemypods-auto kubectl proxy —address=0.0.0.0 —accept-hosts=’.*’ kubectl -n kubernetes-dashboard edit deployment kubernetes-dashboard containers:
  • name: kubernetes-dashboard image: kubernetesui/dashboard:v2.7.0 args:
    • —namespace=kubernetes-dashboard
    • —enable-insecure-login
kubectl rollout restart deployment -n ai-assistant —all eval (minikubedockerenv)eval(minikube docker-env) eval (minikube -p ai docker-env)