Home Explore Blog CI



kubernetes

5th chunk of `content/en/blog/_posts/2016-07-00-Minikube-Easily-Run-Kubernetes-Locally.md`
683979ce3a615122a4bae80785b755c30aaeeb3bd3645c3f00000001000001d9
![](https://lh3.googleusercontent.com/fshhlXr1e39gsMKWbVUGb7rrGcy4uP44ML3Jt7-Sr3ZryoMw802xpkAMaz7ayjQNGtAYl3wpKJgwfefuug1FWHbinr1usN9jwFIAJFKeVeZxaiKtalHXP322_D5otR0Asvw6MUD_)





In general, Minikube supports everything you would expect from a Kubernetes cluster. You can use `kubectl exec` to get a bash shell inside a pod in your cluster. You can use the `kubectl port-forward` and `kubectl proxy` commands to forward traffic from localhost to a pod or the API server.

Title: Minikube Capabilities and Kubectl Usage
Summary
Minikube offers comprehensive Kubernetes cluster functionality. Users can interact with pods using `kubectl exec` for bash access and manage traffic using `kubectl port-forward` and `kubectl proxy` for local forwarding to pods or the API server.