Posts

Showing posts from April, 2018

Minikube - How to set up local kubernetes cluster

Image
Question - How to setup local kubernetes cluster using minikube? First of all lets describe briefly about "What is kubernetes?". Well, Kubernetes is open-source container orchestration tool which is used for deployments automation and scaling of containers on large scale environments. There are plenty of other features that it can do. Please go to the main site (https://kubernetes.io/) to explore more. In this specific post, we'll try to setup full kubernetes cluster on local machine. This should be used on Production like env, this is only for doing local testing and getting test of kubernetes on local server without investing much.             We will make use of "minikube" for this setup. Below is the "minikube" Architecture. Env and Version Details -    - Host OS - Windows 10    - Hypervisor - Vritualbox Requirements - 1. Hypervisor -                Install s...