Via https://github.com/dockersamples/example-voting-app
Running
❯ kubectl get nodesReturns
NAME             STATUS   ROLES           AGE    VERSIONdocker-desktop   Ready    control-plane   154d   v1.25.2Clone the ‘example-voting’ app locally with
git clone https://github.com/dockersamples/example-voting-app.gitthen run
kubectl create -f k8s-specificationskubectl delete -f k8s-specificationsthe frontend components should be available at
- vote app: http://localhost:31000

- results app: http://localhost:31001

Kubernetes Dashboard
via https://andrewlock.net/running-kubernetes-and-the-dashboard-with-docker-desktop/
Running
kubectl get pods -n kube-systemadd the UI
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/recommended.yamlvcluster
https://www.docker.com/blog/creating-kubernetes-extensions-in-docker-desktop/
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml