• Home
  • Docker
  • Kubernetes
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • CI
  • Install
  • Samples
  • Archived
Kubernetes | Minikube's addons
  1. Notes
  2. List Minikube's addons
  3. Enable an addon
  4. Disable an addon

  1. Notes
    Please visit this page for more details on how to use MiniKube: https://kubernetes.io/docs/tutorials/hello-minikube/
  2. List Minikube's addons
  3. Enable an addon
    To enable an addon, use the following command:
    minikube addons enable <ADDON_NAME>

    Example: enable metrics-server addon:

    Verify that 'metrics-server' pod is running:
  4. Disable an addon
    To disable an addon, use the following command:
    minikube addons disable <ADDON_NAME>

    Example: disable metrics-server addon:
© 2025  mtitek