Updated: 08 February 2025
View a list of deployments
kubectl get deployment
Freelance software engineer United Kingdom
Updated: 08 February 2025
View a list of deployments
kubectl get deployment
Updated: 08 February 2025
Start a local Kubernetes cluster
minikube start
Access the Kubernetes dashboard, running within the minikube cluster
minikube dashboard
minikube
includes kubectl
which can be used like this
minikube kubectl -- <kubectl commands>
Updated: 07 February 2025
Kubernetes is the most popular way to deploy, run and manage containers in production.
See Deploy a .NET microservice to Kubernetes