Kubernetes Handbook
  • Introduction
  • Prerequisites
    • What is Containerization
    • What is Docker
    • Difference between Docker and VM
  • Features of Kubernetes
    • What is Kubernetes
    • Features of Kubernetes - 1
    • Features of Kubernetes - 2
    • Which Tool to Use for Orchestration
  • Architecture
    • Master Node
    • etcd and kubectl
    • Worker Nodes
  • Pods and Nodes
    • Nodes
    • Pods
  • Controllers
    • Benefits of Controllers
    • Kinds of Controllers
  • Minikube
    • What is Minikube
  • Installation and Running (Mac OS)
    • Installation
    • Running Hello World Application
  • Labels Namespaces and Selectors
    • Labels
    • Namespaces
    • Selectors
  • Health Checks Rollouts and Rollbacks
    • Health Checks
    • Rollouts and Rollbacks
  • Config Maps and Secrets
    • Config Maps
    • Secrets
  • Running Jobs
    • How to Run Jobs
  • Dashboard and Debugging
    • Kubernetes Dashboard
    • Debugging
Powered by GitBook
On this page
  • Install Docker Desktop
  • Install VirtualBox
  • Install Kubernetes
  • Install Minikube

Was this helpful?

  1. Installation and Running (Mac OS)

Installation

PreviousWhat is MinikubeNextRunning Hello World Application

Last updated 3 years ago

Was this helpful?

Install Docker Desktop

For containerizing applications on your desktop in an easy way and to setup the Kubenetes cluster environment.

Visit the website and follow the instructions given.

Install VirtualBox

Virtualbox is a virtualization tool that allows users and administrators to easily run multiple guest operating systems on a single host.

Choose OS X hosts for Mac OS and proceed with the instructions given.

Install Kubernetes

Choose Install kubectl for Mac OS to begin your installation

Install Minikube

Choose your system configurations and follow the commands given to complete with your Minikube installation.

https://www.docker.com/products/docker-desktop
https://www.virtualbox.org/wiki/Downloads
https://kubernetes.io/releases/download/
https://minikube.sigs.k8s.io/docs/start/